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
/
rtld.h
Age
Commit message (
Expand
)
Author
2000-07-06
fix non-portable bit-fields
christos
2000-04-15
Cause ld.elf_so to find the symbols for __progname and environ and set them. ...
erh
2000-02-08
change first argument of dladdr to const.
scottb
2000-02-07
add hooks to support the dladdr function.
scottb
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-12-05
More CL* fallout.
fredb
1999-11-10
Name consistencty nit: curmark -> _rtld_curmark
thorpej
1999-11-07
More fallout.
mycroft
1999-11-07
Changes from msaitoh to fix local/global symbol confusion, and to fix weak
mycroft
1999-08-19
enable /etc/ld.so.conf processing
christos
1999-08-01
Rearrange the shared library search path precedences to LD_LIBRARY_PATH >
kleink
1999-07-05
Protect certain definitions from view by crt0, by wrapping them in
thorpej
1999-06-22
We need to compile with -DVARPSZ, because the sparc has a variable page
christos
1999-06-16
Turn bool, true and false into an enumeration and enumeration constants to
kleink
1999-05-31
Implement LD_PRELOAD support.
kleink
1999-04-18
Add code to use the kernel provided page size.
ws
1999-03-19
Remove /usr/local/lib from RTLD_DEFAULT_LIBRARY_PATH; c.f. PR bin/7146.
kleink
1999-03-01
KNF
christos
1999-02-24
Cleanup global variable access so rtld can be self relocating. Also KNF
christos
1998-11-24
Add powerpc support.
tsubai
1998-07-01
Allow PAGESIZE to be set via a -D option to cc (CLBYTES not a constant on
tv
1998-03-25
Add support for mips.
mhitch
1997-02-14
don't include members of Struct_Obj_Entry conditionally.
cgd
1996-12-17
remove /usr/localelf/lib from default library path
cgd
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd