Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Add two entries for interaction between lib/csu and...



details:   https://anonhg.NetBSD.org/src/rev/57f7eee38208
branches:  trunk
changeset: 824552:57f7eee38208
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jun 08 18:27:05 2017 +0000

description:
Add two entries for interaction between lib/csu and libc.

diffstat:

 lib/libc/shlib_version |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de104e0ce543 -r 57f7eee38208 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Thu Jun 08 18:25:14 2017 +0000
+++ b/lib/libc/shlib_version    Thu Jun 08 18:27:05 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.274 2017/06/08 13:32:20 joerg Exp $
+#      $NetBSD: shlib_version,v 1.275 2017/06/08 18:27:05 joerg Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -48,5 +48,7 @@
 # - boot obsolete signal functions to libcompat
 # - remove exect(3) API - tracing functionality has been moved to the kernel
 # - punt gethostid/sethostid(3) to libcompat or remove entirely
+# - clean-up initialisation order between crt0.o, rtld and libc.
+# - move environ and __ps_strings from crt0.o into libc.
 major=12
 minor=207



Home | Main Index | Thread Index | Old Index