Age | Commit message (Expand) | Author |
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 |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-02-26 | Initialized the ABI stated 'cleanup' parameter to _start. This parameter | Dale Rahn |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2003-01-31 | The version of open in ld.so, _dl_open(), will return -errno instead of -1. | Dale Rahn |
2003-01-30 | Only flush the got address, if there is one. DOH. | Dale Rahn |
2003-01-30 | Change the constructor execution order to initialize dependant libraries | Dale Rahn |
2003-01-24 | Flush the blrl instruction from the instruction cache if the GOT tag is | Dale Rahn |
2003-01-17 | Change the GOT initialization so that it is done in a function which | Dale Rahn |
2003-01-16 | whitespace removal. | Dale Rahn |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-12-13 | Compare to ELFMAG byte by byte rather than using full fledged function. | Dale Rahn |
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | typo; ok miod@ | Christian Weisgerber |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn |
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn |
2002-11-23 | clean up comments. | Dale Rahn |
2002-11-23 | Put in a required item. Should not have been deleted to start with. | Dale Rahn |