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
2017-01-10
need <sys/stat.h>
christos
2013-11-27
CID 1132773: Fix file descriptor leak
christos
2013-11-20
If dlopen of the dynamic linker is requested, e.g. by rump in
skrll
2013-05-09
Fix refcount of the object we found in our list by name.
christos
2013-05-06
Fixed handling of DT_SONAME:
christos
2013-05-06
Trailing whitespace
skrll
2010-12-24
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
skrll
2010-12-19
Sprinkle some KNF.
skrll
2010-12-16
s/rdbg/dbg/ in a few places.
skrll
2010-12-16
Remove incorrect comment.
skrll
2010-10-16
Implement dl_iterate_phdr.
skrll
2010-02-27
Implement negative cache checks for symbol lookups.
roy
2009-05-19
warns=4
christos
2007-12-07
rtld changes for PR bin/37347:
ad
2007-10-05
- Don't use the names malloc/free/etc, since we can end up pulling in libc's
ad
2007-09-20
Don't remove the last component of filename before calling
cube
2007-05-18
Support Solaris-like $ORIGIN etc. expansions in paths.
christos
2006-03-21
Coverity CID 2749: Fix another double free. Instead of removing that last
christos
2006-03-18
Fix some double frees / missing frees / use after freed all
matt
2004-10-22
Add __RCSIDs.
skrll
2004-07-05
Make ld.elf_so use the new sysctl API. That allows the user to give any
cube
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