Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   pooka
Date:           Thu Sep 24 21:21:34 UTC 2009

Modified Files:
        src/include: dlfcn.h
        src/lib/libc/dlfcn: dlfcn_elf.c
        src/libexec/ld.elf_so: reloc.c rtld.c rtld.h symbol.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/include/dlfcn.h
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/dlfcn/dlfcn_elf.c
cvs rdiff -u -r1.96 -r1.97 src/libexec/ld.elf_so/reloc.c
cvs rdiff -u -r1.124 -r1.125 src/libexec/ld.elf_so/rtld.c
cvs rdiff -u -r1.80 -r1.81 src/libexec/ld.elf_so/rtld.h
cvs rdiff -u -r1.47 -r1.48 src/libexec/ld.elf_so/symbol.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index