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
Age
Commit message (
Expand
)
Author
2003-12-07
Change the symbol lookup order to search RTLD_GLOBAL objects
mrauch
2003-11-25
Don't try to preload an empty string.
christos
2003-11-19
Restore handling of reloc entries that point to unaligned locations
simonb
2003-10-21
Rework how MAKEVERBOSE operates:
lukem
2003-10-21
Don't use NULL for integers.
fvdl
2003-10-19
rework to use the newer _MKMSGCREATE (et al) macros
lukem
2003-10-19
support MAKEVERBOSE
lukem
2003-10-06
Update to new reality. XXX _rtld_bind still needs to be written.
matt
2003-09-24
Make the effect of the hack clearer.
mycroft
2003-09-24
One more tweak...
mycroft
2003-09-24
Make the comment a little more accurate.
mycroft
2003-09-24
Temporary workaround for some binutils/ld lossage. See the comment for more
mycroft
2003-09-24
Some notes...
mycroft
2003-09-22
Space after the keyword `if'.
enami
2003-09-07
Back out revision 1.100. There is something screwier going on.
mycroft
2003-08-31
dlsym() should not leave an error set. It confuses programs that check
mycroft
2003-08-12
Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.
skrll
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-05
KNF
skrll
2003-07-26
netbsd.org->NetBSD.org
salo
2003-07-26
include <string.h> or <stdlib.h> for all prototypes
mrg
2003-07-24
ANSIfy and de-__P().
skrll
2003-07-21
Support immediate binding on arm.
skrll
2003-07-21
arm and sh5 also have bogus DT_TEXTRELs. sh5 was already covered so just
skrll
2003-07-17
Correct the in_plt parameter of a couple of _rtld_find_symdef calls.
skrll
2003-07-15
s/_rltd_obj_rtld/_rtld_objself/ in #ifdef notyet code.
skrll
2003-07-15
Whitespace
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
2003-06-30
SH also has a bogus DT_TEXTREL, it seems.
marcus
2003-06-05
KNF- blank lines before code at start of functions.
simonb
2003-05-30
Add RTLD_FIRST, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD
christos
2003-05-23
Fix alignment problem in debug output.
petrov
2003-04-24
Back out previous change for now -- it needs more work.
mycroft
2003-04-23
Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind().
mycroft
2003-04-21
Handle unaligned relocations, and RELATIVE relocs with non-zero addends.
scw
2003-03-26
SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so
scw
2003-03-25
Add support for shared libraries/dynamically linked binaries on sh5.
scw
2003-03-06
make it compile in /usr/src/rescue directory.
taca
2003-03-06
Align psections to their specified alignment (if possible). Use
matt
2003-03-02
Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOT
mycroft
2003-03-02
Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at
mycroft
2003-03-01
Update copyright.
mycroft
2003-02-28
we have constants for all this crap. don't hard-code things.
christos
2003-02-28
Eliminate GOT usage in rtld_start() on this platform, too.
mycroft
2003-02-28
Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant
thorpej
2003-02-28
Similar to other rela platforms, do not use any GOT entries (other than the
mycroft
2003-02-27
Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of
mycroft
[next]