| Commit message (Expand) | Author | Age | Files | Lines |
* | ld.so boot cleanup support: |  guenther | 2019-05-10 | 1 | -6/+5 |
* | whitespace |  deraadt | 2017-08-28 | 1 | -2/+2 |
* | Replace heaps of hand-written syscall stubs with a simpler framework |  deraadt | 2017-08-27 | 1 | -45/+1 |
* | Align text locations to 16 (instead of 4) to match modern recommendations |  deraadt | 2017-08-15 | 1 | -4/+4 |
* | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of |  guenther | 2017-01-24 | 1 | -1/+2 |
* | ld.so doesn't need gettimeofday or lstat stubs any more |  guenther | 2016-08-28 | 1 | -3/+1 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -1/+2 |
* | Rename the system call sendsyslog2 to sendsyslog. Keep the old one |  bluhm | 2016-03-21 | 1 | -2/+2 |
* | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 |  guenther | 2016-03-21 | 1 | -2/+2 |
* | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so |  deraadt | 2015-11-15 | 1 | -1/+2 |
* | kbind has eliminated the need for and use of the bind lock. Delete it, the |  guenther | 2015-09-19 | 1 | -18/+1 |
* | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -2/+2 |
* | Now that we have sendsyslog(2), we can directly use it in the |  deraadt | 2014-07-14 | 1 | -1/+2 |
* | _dl_fcntl() is no longer used; kill the stubs |  guenther | 2014-07-09 | 1 | -2/+1 |
* | Fix backtraces through _dl_bind_start by adding dwarf annotations for |  guenther | 2014-07-09 | 1 | -1/+46 |
* | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ |  otto | 2014-07-06 | 1 | -1/+2 |
* | Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V |  kettenis | 2013-12-23 | 1 | -4/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -2/+2 |
* | Introduce ltrace(1). This tool works with ld.so to inject utrace record for |  miod | 2013-06-01 | 1 | -1/+2 |
* | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. |  kurt | 2013-04-05 | 1 | -1/+4 |
* | Garbage-collect the _dl_stat() routine, now unused |  guenther | 2012-10-24 | 1 | -2/+1 |
* | Zero %rdx before transferring control to the main program, to indicate that |  kettenis | 2012-10-22 | 1 | -2/+2 |
* | Properly align the stack early on in the ld.so startup code such that code run |  kettenis | 2011-07-23 | 1 | -1/+6 |
* | Correct the _dl_sigprocmask() stub to take and store signal masks |  guenther | 2010-05-11 | 1 | -3/+3 |
* | prebind - how to prelink a binary without throwing security out the window |  drahn | 2006-05-03 | 1 | -1/+2 |
* | %rsi is not callee save, use source register that is saved across call |  drahn | 2005-05-04 | 1 | -3/+3 |
* | spacing |  deraadt | 2004-05-25 | 1 | -2/+2 |
* | pretty |  deraadt | 2004-02-23 | 1 | -19/+19 |
* | Make this work. will figure out what this should be later. |  drahn | 2004-02-10 | 1 | -4/+5 |
* | AMD64 dynamic linker. initial work by mickey finished up by myself. |  drahn | 2004-02-10 | 1 | -0/+151 |