summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/sh/ldasm.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespacederaadt2017-08-281-3/+3
* Replace heaps of hand-written syscall stubs with a simpler frameworkderaadt2017-08-271-68/+1
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-241-3/+5
* alpha and sh have TCB_SET() macros so don't need _dl_set_tcb()guenther2016-08-311-2/+1
* ld.so doesn't need gettimeofday or lstat stubs any moreguenther2016-08-281-3/+1
* Move the set_tcb after getdents to keep L_cerr in range.guenther2016-05-071-3/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-1/+3
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-2/+2
* Switch ld.so's stack smash handler from sendsyslog to sendsyslog2guenther2016-03-211-2/+2
* ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soderaadt2015-11-151-1/+2
* kbind has eliminated the need for and use of the bind lock. Delete it, theguenther2015-09-191-27/+1
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-2/+2
* Clean up and optimize _dl_start a bit by using immediate addressing formiod2014-12-301-35/+17
* Now that we have sendsyslog(2), we can directly use it in thederaadt2014-07-141-1/+2
* _dl_fcntl() is no longer used; kill the stubsguenther2014-07-091-2/+1
* move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@otto2014-07-061-1/+2
* Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno,miod2014-07-051-4/+2
* Pass _dl_dtors as the csu cleanup routine on shmiod2013-12-251-3/+13
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* Introduce ltrace(1). This tool works with ld.so to inject utrace record formiod2013-06-011-1/+2
* - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.kurt2013-04-051-1/+4
* Clear r7 before passing control to the main object.kettenis2012-11-011-2/+2
* Garbage-collect the _dl_stat() routine, now unusedguenther2012-10-241-2/+1
* stack corruption was fixed a while ago.drahn2006-11-141-12/+2
* cleanup pointed out by miod@drahn2006-11-141-4/+3
* when calculating envp, skip over the NULL between argv and envp.drahn2006-11-111-1/+2
* Working?drahn2006-11-111-21/+10
* dont want to know where this stack corruption is coming from.drahn2006-11-101-2/+7
* Getting much closer.drahn2006-11-101-15/+56
* Not quite working ld.so support for shdrahn2006-11-101-0/+205