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
/
arch
/
sh3
Age
Commit message (
Expand
)
Author
2003-07-24
ANSIfy and de-__P().
skrll
2003-07-05
Removed unused function.
marcus
2003-07-05
Add function prototype declarations.
tsutsui
2003-07-02
Bugfix: Don't pick addend both from reloc and contents at the same time.
marcus
2003-06-30
Updated to work with current rtld code.
marcus
2002-10-03
Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded
mycroft
2002-09-26
Remove the `self' args to _rtld_relocate_objects() and
mycroft
2002-09-24
Remove vestiges of VARPSZ.
mycroft
2002-09-12
Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.
mycroft
2002-09-12
_rtld_bind_start() is not used in MI code, so declare it in the MD code.
mycroft
2002-09-11
Add $NetBSD$.
junyoung
2002-09-06
Pass down an additional flag to _rtld_relocate_nonplt_objects() which
mycroft
2002-09-06
Introduce a new flag, `isdynamic', which is used to remember whether the
mycroft
2002-09-06
Re-poison a lot of consts, now that the mark shite is gone.
mycroft
2002-09-06
Split _rtld_relocate_plt_object() into two MD functions:
mycroft
2002-09-05
Partially fix up some debug printf()s that don't need to use defobj.
mycroft
2002-09-05
A few things:
mycroft
2002-09-05
Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(),
mycroft
2002-09-05
Split _rtld_relocate_nonplt_object() into separate MD files.
mycroft
2002-09-05
Make _rtld_setup_pltgot() a consistent interface on all platforms.
mycroft
2002-02-04
Whitespace cleanup.
thorpej
2002-02-03
Add support for dynamic linking on the SuperH. From Marcus Comstedt,
thorpej