summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/amd64/ldasm.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* ld.so boot cleanup support:guenther2019-05-101-6/+5
* whitespacederaadt2017-08-281-2/+2
* Replace heaps of hand-written syscall stubs with a simpler frameworkderaadt2017-08-271-45/+1
* Align text locations to 16 (instead of 4) to match modern recommendationsderaadt2017-08-151-4/+4
* On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofguenther2017-01-241-1/+2
* ld.so doesn't need gettimeofday or lstat stubs any moreguenther2016-08-281-3/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-1/+2
* 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-18/+1
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-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
* Fix backtraces through _dl_bind_start by adding dwarf annotations forguenther2014-07-091-1/+46
* move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@otto2014-07-061-1/+2
* Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System Vkettenis2013-12-231-4/+2
* 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
* Garbage-collect the _dl_stat() routine, now unusedguenther2012-10-241-2/+1
* Zero %rdx before transferring control to the main program, to indicate thatkettenis2012-10-221-2/+2
* Properly align the stack early on in the ld.so startup code such that code runkettenis2011-07-231-1/+6
* Correct the _dl_sigprocmask() stub to take and store signal masksguenther2010-05-111-3/+3
* prebind - how to prelink a binary without throwing security out the windowdrahn2006-05-031-1/+2
* %rsi is not callee save, use source register that is saved across calldrahn2005-05-041-3/+3
* spacingderaadt2004-05-251-2/+2
* prettyderaadt2004-02-231-19/+19
* Make this work. will figure out what this should be later.drahn2004-02-101-4/+5
* AMD64 dynamic linker. initial work by mickey finished up by myself.drahn2004-02-101-0/+151