Age | Commit message (Expand) | Author |
2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete | Philip Guenther |
2018-11-12 | Delete support for non-secureplt binaries. The secure PLT format has been | Philip Guenther |
2017-08-27 | Replace heaps of hand-written syscall stubs with a simpler framework | Theo de Raadt |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2016-08-31 | alpha and sh have TCB_SET() macros so don't need _dl_set_tcb() | Philip Guenther |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-08-07 | As with csu, alpha passes &_DYNAMIC to _reloc_alpha_got(), so just | 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 |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2014-07-28 | _dl_sigprocmask() works better when it actually saves the returned sigmask | 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 | Add more sugar to generate syscall stubs; and make sure errors are reported | Miod Vallat |
2013-12-23 | Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly | Mark Kettenis |
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther |
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-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 |
2004-05-25 | spacing | Theo de Raadt |
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-01-17 | Change the GOT initialization so that it is done in a function which | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most | Dale Rahn |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2001-09-24 | Adapt to _dl_boot_bind change. | Artur Grabowski |
2001-06-13 | Lazy binding entry point. From NetBSD with some help from FreeBSD. | Artur Grabowski |
2001-05-29 | Check for error on open. | Artur Grabowski |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist |