index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
load.c
Age
Commit message (
Expand
)
Author
2003-11-25
Don't try to preload an empty string.
christos
2003-07-24
ANSIfy and de-__P().
skrll
2002-12-05
A bit speedup: in _rtld_load_object(), save the number of calls to
junyoung
2002-10-05
Minor cleanup.
mycroft
2002-10-04
Pull out some objlist functions in ldd.
mycroft
2002-10-04
Don't actually bother maintaining _rtld_list_main and _rtld_list_global in
mycroft
2002-10-04
Move the definition of _rtld_list_main so ldd builds again.
mycroft
2002-10-03
As seen on tech-userlevel...
mycroft
2002-09-23
Several small changes that shave 7-8% off the simple-exec-loop test:
mycroft
2002-09-12
Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.
mycroft
2002-07-18
If /etc/ld.so.conf contains an invalid sysctl name any dynamically
abs
2002-06-01
SIMPLEQ rototill:
lukem
2001-11-02
Allow both space and colon as a separator in LD_PRELOAD. Document this and
skrll
2001-05-27
s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.
christos
2000-11-10
Make ldd(1) build again.
mycroft
2000-11-10
When dlopen()ing with RTLD_GLOBAL, also make dependent libraries RTLD_GLOBAL.
mycroft
1999-12-27
don't stutter when printing error messages.
christos
1999-12-15
make a debugging formatting statement work portably
christos
1999-12-15
Do what the people want. Support full sysctl names.
christos
1999-12-13
indent properly a debugging statement and fix grammar.
christos
1999-12-13
For the benefit of ldd and debuggers, append more Needed_Entry elements
christos
1999-12-13
Enable parsing and mapping of hardware dependent libraries in ld.so.conf
christos
1999-11-07
Changes from msaitoh to fix local/global symbol confusion, and to fix weak
mycroft
1999-05-31
Implement LD_PRELOAD support.
kleink
1999-03-01
KNF
christos
1999-02-24
Cleanup global variable access so rtld can be self relocating. Also KNF
christos
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd