summaryrefslogtreecommitdiff
path: root/libexec/ld.so/amd64/ldasm.S
AgeCommit message (Expand)Author
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2012-10-24Garbage-collect the _dl_stat() routine, now unusedPhilip Guenthe
2012-10-22Zero %rdx before transferring control to the main program, to indicate thatMark Kettenis
2011-07-23Properly align the stack early on in the ld.so startup code such that code runMark Kettenis
2010-05-11Correct the _dl_sigprocmask() stub to take and store signal masksPhilip Guenthe
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2005-05-04%rsi is not callee save, use source register that is saved across callDale Rahn
2004-05-25spacingTheo de Raadt
2004-02-23prettyTheo de Raadt
2004-02-10Make this work. will figure out what this should be later.Dale Rahn
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.Dale Rahn