| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace |  deraadt | 2017-08-28 | 1 | -3/+3 |
* | Replace heaps of hand-written syscall stubs with a simpler framework |  deraadt | 2017-08-27 | 1 | -68/+1 |
* | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of |  guenther | 2017-01-24 | 1 | -3/+5 |
* | alpha and sh have TCB_SET() macros so don't need _dl_set_tcb() |  guenther | 2016-08-31 | 1 | -2/+1 |
* | ld.so doesn't need gettimeofday or lstat stubs any more |  guenther | 2016-08-28 | 1 | -3/+1 |
* | Move the set_tcb after getdents to keep L_cerr in range. |  guenther | 2016-05-07 | 1 | -3/+2 |
* | 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 | -27/+1 |
* | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -2/+2 |
* | Clean up and optimize _dl_start a bit by using immediate addressing for |  miod | 2014-12-30 | 1 | -35/+17 |
* | 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 |
* | Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, |  miod | 2014-07-05 | 1 | -4/+2 |
* | Pass _dl_dtors as the csu cleanup routine on sh |  miod | 2013-12-25 | 1 | -3/+13 |
* | 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 |
* | Clear r7 before passing control to the main object. |  kettenis | 2012-11-01 | 1 | -2/+2 |
* | Garbage-collect the _dl_stat() routine, now unused |  guenther | 2012-10-24 | 1 | -2/+1 |
* | stack corruption was fixed a while ago. |  drahn | 2006-11-14 | 1 | -12/+2 |
* | cleanup pointed out by miod@ |  drahn | 2006-11-14 | 1 | -4/+3 |
* | when calculating envp, skip over the NULL between argv and envp. |  drahn | 2006-11-11 | 1 | -1/+2 |
* | Working? |  drahn | 2006-11-11 | 1 | -21/+10 |
* | dont want to know where this stack corruption is coming from. |  drahn | 2006-11-10 | 1 | -2/+7 |
* | Getting much closer. |  drahn | 2006-11-10 | 1 | -15/+56 |
* | Not quite working ld.so support for sh |  drahn | 2006-11-10 | 1 | -0/+205 |