Age | Commit message (Expand) | Author |
2018-11-16 | Finish ld.so's transition to GNU_RELRO: eliminate support for using | Philip Guenther |
2018-11-09 | Delete superfluous libc reacharounds. | Philip Guenther |
2018-07-09 | unify the various per-arch syscall.h as much as possible | Theo de Raadt |
2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) | Philip Guenther |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-09-09 | Remove superfluous mprotect()ing of the PLT that's been obsoleted by | Philip Guenther |
2017-09-03 | Fix m88k problem in recent ld.so changes. | Kenji Aoyama |
2017-08-28 | whitespace | Theo de Raadt |
2017-08-27 | Replace heaps of hand-written syscall stubs with a simpler framework | Theo de Raadt |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-01-24 | To format r_addr, use %p and cast to 'void *'. From comparison with | Philip Guenther |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2017-01-21 | _dl_exit() is __dead, so it should return void. | Philip Guenther |
2017-01-20 | Delete ancient macros and unnecessary #includes | Philip Guenther |
2017-01-09 | Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO | Mark Kettenis |
2016-09-16 | Implement the DT_RELACOUNT optimization. Missed previously because I | Philip Guenther |
2016-09-16 | Remove the fallback to the __plt_{start,end} symbols, as the dynamic tags | Philip Guenther |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-07-18 | Polish: | Philip Guenther |
2016-07-18 | Updated advice^Wcode from miod@ for passing &_DYNAMIC to _dl_boot_bind | Philip Guenther |
2016-07-15 | Switch m88k to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-07-04 | Remove prebind support: binding to symbol table indices is too fragile | Philip Guenther |
2016-06-21 | When handling DT_TEXTREL only set the mapping to READ+WRITE, ignore | Theo de Raadt |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track | Philip Guenther |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
2015-11-02 | Factor out the logic for mprotecting the memory between two symbols into | Philip Guenther |
2015-09-19 | kbind has eliminated the need for and use of the bind lock. Delete it, the | Philip Guenther |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-01 | Use kbind for lazy binding GOT/PLT updates on m88k and sparc. | Philip Guenther |
2014-12-14 | Revert r1.10: properly built shared libraries will never have any DISP26 | Miod Vallat |
2014-11-25 | When a public symbol in a library is referenced by the main program's plt, | Miod Vallat |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
2014-07-10 | typo in previous | Miod Vallat |
2014-07-09 | _dl_fcntl() is no longer used; kill the stubs | Philip Guenther |
2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ | Otto Moerbeek |
2014-07-05 | Mark _dl_exit __dead. | Miod Vallat |
2014-07-05 | Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, | Miod Vallat |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, | Philip Guenther |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-05-17 | Try and support the non-PIC TEXTREL relocations which may creep in binaries | Miod Vallat |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |