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