summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/amd64/syscall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Repurpose the "syscalls must be on a writeable page" mechanism toderaadt2019-11-291-1/+2
* ld.so's $ORIGIN handling when argv[0] is a relative path was broken byguenther2019-07-141-3/+1
* unify the various per-arch syscall.h as much as possiblederaadt2018-07-091-7/+7
* Replace heaps of hand-written syscall stubs with a simpler frameworkderaadt2017-08-271-5/+5
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-241-1/+3
* _dl_exit() is __dead, so it should return void.guenther2017-01-211-2/+9
* ld.so doesn't need gettimeofday or lstat stubs any moreguenther2016-08-281-3/+1
* Remove prebind support: binding to symbol table indices is too fragileguenther2016-07-041-7/+1
* 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-3/+1
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-011-2/+2
* 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
* Mark _dl_exit __dead.miod2014-07-051-1/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* Constify the mib argument of sysctl().miod2013-06-091-2/+2
* Make all the syscall prototypes consistent with their real forms for types,guenther2013-06-011-11/+11
* 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
* Garbage-collect the _dl_stat() routine, now unusedguenther2012-10-241-2/+1
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-2/+2
* Fix mmap() error checking to be correct 64-bit addresses. Consistentlykurt2008-10-021-4/+4
* prebind - how to prelink a binary without throwing security out the windowdrahn2006-05-031-1/+2
* prettyderaadt2004-02-231-2/+2
* AMD64 dynamic linker. initial work by mickey finished up by myself.drahn2004-02-101-0/+63