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
/
paths.c
Age
Commit message (
Expand
)
Author
2016-01-24
we don't need <sys/mbuf.h>
christos
2013-05-06
Trailing whitespace
skrll
2009-05-19
warns=4
christos
2008-06-05
Fix error in previous. From nakayama@.
ad
2008-06-03
Try read() on ld.so.conf. If the file is small, it avoids stat+mmap+munmap.
ad
2007-10-05
- Don't use the names malloc/free/etc, since we can end up pulling in libc's
ad
2007-09-27
provide xrealloc, and don't cast and use malloc and realloc directly.
christos
2007-09-20
Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs
christos
2007-05-18
Support Solaris-like $ORIGIN etc. expansions in paths.
christos
2005-06-01
Add some sanity checking inspired by gcc -Wuninitialized.
lukem
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
2004-03-16
The <sys/sysctl.h> header already provides a perfectly good struct for
atatat
2004-02-15
Don't assume past the mmaped region is accessible.
enami
2004-02-15
Fix warning message: the failed operation is not fstat but mmap.
enami
2003-07-24
ANSIfy and de-__P().
skrll
2003-06-05
KNF- blank lines before code at start of functions.
simonb
2002-10-06
Embedded whitespace in dirname is supported again.
junyoung
2002-10-05
A line whose length is 0 always begins with '#'.
junyoung
2002-10-05
Minor cleanup.
junyoung
2002-10-05
Better fix of parser bug.
junyoung
2002-10-05
Don't call _rtld_process_mapping() with null string.
junyoung
2002-10-05
Simplify the hint file parser a bit.
mycroft
2002-10-05
Minor cleanup.
mycroft
2002-09-28
Call NEW() rather than CNEW().
junyoung
2002-09-12
Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.
mycroft
2002-09-12
Add some consts.
mycroft
2001-05-24
Don't include <uvm/uvm_param.h>. It does not appear to be needed by anything.
christos
2000-11-10
Fix linked-list botch with sysctl-based library selection that meant
simonb
2000-11-09
Only need to include <sys/sysctl.h> once.
simonb
2000-06-26
we now need <uvm/uvm_param.h>
mrg
2000-05-09
Initial commit of arm26 port
bjh21
2000-01-15
use xwarnx instead of warnx
christos
1999-12-20
PR/9031: Scott Ellis: Ignore empty sysctl directive lines.
christos
1999-12-15
Do what the people want. Support full sysctl names.
christos
1999-12-13
Enable parsing and mapping of hardware dependent libraries in ld.so.conf
christos
1999-08-20
fix typo
christos
1999-08-19
enable /etc/ld.so.conf processing
christos
1999-03-01
KNF
christos
1999-02-24
Cleanup global variable access so rtld can be self relocating. Also KNF
christos
1997-10-08
WARNS?=1
mrg
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd