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
/
headers.c
Age
Commit message (
Expand
)
Author
2003-07-24
ANSIfy and de-__P().
skrll
2002-10-05
Minor cleanup.
mycroft
2002-10-04
Rearrange _rtld_map_object() a little, so that we don't have to have the first
mycroft
2002-09-26
Don't bogusly set obj->pltrela{,lim} if there is no DT_PLTREL.
mycroft
2002-09-25
#if defined -> #ifdef
mycroft
2002-09-13
Figure out obj->pltrel(a) after the dynamic section is parsed, so the relative
mycroft
2002-09-12
Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.
mycroft
2002-09-05
If REL(A)SZ extends into .rel(a).plt, trim rel(a)lim. This is actually due to
mycroft
2002-07-10
Add support for dynamic linking on HP PA-RISC.
fredette
2001-04-25
Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.
kleink
2000-07-26
Catch up with type changes. Also:
mycroft
2000-07-18
Fix some issues with SPARC V9 ELF binaries.
eeh
1999-11-07
Changes from msaitoh to fix local/global symbol confusion, and to fix weak
mycroft
1999-10-25
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
kleink
1999-03-01
KNF
christos
1999-02-24
Cleanup global variable access so rtld can be self relocating. Also KNF
christos
1998-03-25
Add support for mips.
mhitch
1996-12-16
First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
cgd