Age | Commit message (Expand) | Author |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-08-09 | Teach arm to pass &_DYNAMIC to _dl_boot_bind(); can optimize later in tree | Philip Guenther |
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 |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
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 |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
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 | 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 arm. | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2012-12-22 | Zero %r0 before transferring control to the main program, to indicate that | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-10-23 | Use libc's SYS.h and SYSTRAP instead of rolling own. No binary change. | Dale Rahn |
2004-05-25 | spacing | Theo de Raadt |
2004-02-09 | Enable lazy binding on arm: | Dale Rahn |
2004-02-09 | Use macros to reduce the amount of hand written asm. inspired by future amd64 | Dale Rahn |
2004-02-07 | Dynamic linker support for arm. non-lazy binding works. | Dale Rahn |