| Commit message (Expand) | Author | Age | Files | Lines |
* | Repurpose the "syscalls must be on a writeable page" mechanism to |  deraadt | 2019-11-29 | 1 | -1/+2 |
* | ld.so's $ORIGIN handling when argv[0] is a relative path was broken by |  guenther | 2019-07-14 | 1 | -3/+1 |
* | unify the various per-arch syscall.h as much as possible |  deraadt | 2018-07-09 | 1 | -7/+7 |
* | Replace heaps of hand-written syscall stubs with a simpler framework |  deraadt | 2017-08-27 | 1 | -5/+5 |
* | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of |  guenther | 2017-01-24 | 1 | -1/+3 |
* | _dl_exit() is __dead, so it should return void. |  guenther | 2017-01-21 | 1 | -2/+9 |
* | ld.so doesn't need gettimeofday or lstat stubs any more |  guenther | 2016-08-28 | 1 | -3/+1 |
* | Remove prebind support: binding to symbol table indices is too fragile |  guenther | 2016-07-04 | 1 | -7/+1 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -1/+3 |
* | 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 | -3/+1 |
* | Sync readlink(2) with IEEE Std 1003.1-2008. |  doug | 2014-09-01 | 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 |
* | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ |  otto | 2014-07-06 | 1 | -1/+2 |
* | Mark _dl_exit __dead. |  miod | 2014-07-05 | 1 | -1/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -2/+2 |
* | Constify the mib argument of sysctl(). |  miod | 2013-06-09 | 1 | -2/+2 |
* | Make all the syscall prototypes consistent with their real forms for types, |  guenther | 2013-06-01 | 1 | -11/+11 |
* | 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 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -2/+2 |
* | Fix mmap() error checking to be correct 64-bit addresses. Consistently |  kurt | 2008-10-02 | 1 | -4/+4 |
* | prebind - how to prelink a binary without throwing security out the window |  drahn | 2006-05-03 | 1 | -1/+2 |
* | pretty |  deraadt | 2004-02-23 | 1 | -2/+2 |
* | AMD64 dynamic linker. initial work by mickey finished up by myself. |  drahn | 2004-02-10 | 1 | -0/+63 |