Module Name: src
Committed By: sborrill
Date: Wed Oct 14 09:32:05 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1088
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.102 src/doc/CHANGES-5.1:1.1.2.103
--- src/doc/CHANGES-5.1:1.1.2.102 Wed Oct 14 09:18:32 2009
+++ src/doc/CHANGES-5.1 Wed Oct 14 09:32:05 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.102 2009/10/14 09:18:32 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.103 2009/10/14 09:32:05 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14131,3 +14131,17 @@
Fix man page markup.
[joerg, ticket #1090]
+include/dlfcn.h 1.20
+lib/libc/dlfcn/dlfcn_elf.c 1.6
+libexec/ld.elf_so/reloc.c 1.97
+libexec/ld.elf_so/rtld.c 1.125
+libexec/ld.elf_so/rtld.h 1.81
+libexec/ld.elf_so/symbol.c 1.48
+
+ Add Solarisa-like dlinfo() interface to the ELF dynamic
+ linker. Implement RTLD_DI_LINKMAP which returns a pointer
+ to the linkmap chain at the given object. Other Solaris
+ queries are currently unimplemented.
+
+ [pooka, ticket #1088]
+