summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2003-10-04breaks on sparcTheo de Raadt
2003-10-03Initialize environ before calling constructors or atexit.Dale Rahn
2003-10-01Add break statements in switch missing from revision 1.32.Todd C. Miller
2003-09-26- smaller list widthJason McIntyre
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
2003-09-05Put in workaround for alpha so that non-lazy binding seems to work,Dale Rahn
2003-09-04- document LD_BIND_NOWJason McIntyre
2003-09-04Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, itDale Rahn
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cacheDale Rahn
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
2003-08-19Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only everyDale Rahn
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ...Jason Wright
2003-08-04document LD_NORANDOM; input and ok from several ppl.Federico G. Schwindt
2003-07-28The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define.Dale Rahn
2003-07-18Fix print if minor of library used is is less than requested. ok tdeval@Dale Rahn
2003-07-10add missing includesDavid Krause
2003-07-09changes to ld.so to be compatible with newer binutils, requiresDale Rahn
2003-07-09- simplify some macrosJason McIntyre
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-07-02Correct library search algorithm, wrt versioned objectsNiklas Hallqvist
2003-06-27put it in section 1Theo de Raadt
2003-06-26Manpage for ELF ld.so, derived from a.out version, not yet completeDale Rahn
2003-06-26simple protosTheo de Raadt
2003-06-22Dynamic linking random order fixes. This enables random library ordering.Dale Rahn
2003-06-11no more registerTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-03Disable random library ordering, this seems to be exposing bugs in other code.Dale Rahn
2003-06-03three four gone.Artur Grabowski
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-03license cleaning.Artur Grabowski
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02- section reorderJason McIntyre
2003-05-30Move env setup to its own function, works around compiler problem on sparcDale Rahn
2003-05-30knfTheo de Raadt
2003-05-30Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect,Dale Rahn
2003-05-30Fix botch in tag array indexing. deal with 0 - DT_NUM,Dale Rahn
2003-05-30zap LD_NORANDOM on issetugid() binaries.Dale Rahn
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-04-28thread safe dlxxx func (for elf) part 2. This requires the latestMarco S Hyman
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-22sync up ELF and a.out versions of ldconfig(8)David Krause
2003-04-21Fix the load_size which is used by ldd to print end address.Dale Rahn
2003-04-18Adjusting the start is wrong. The value returned by mquery() should be usedDale Rahn
2003-04-17mquery support, currently for i386 only.Dale Rahn
2003-03-10typoDavid Krause
2003-03-07Fix cut and paste on wrong line bugs, now like other versions. ok miod@Dale Rahn