summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha/ldasm.S
AgeCommit message (Expand)Author
2018-11-22Make alpha less special: _dl_boot_bind() is written to completePhilip Guenther
2018-11-12Delete support for non-secureplt binaries. The secure PLT format has beenPhilip Guenther
2017-08-27Replace heaps of hand-written syscall stubs with a simpler frameworkTheo de Raadt
2017-01-24On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofPhilip Guenther
2016-08-31alpha and sh have TCB_SET() macros so don't need _dl_set_tcb()Philip Guenther
2016-08-28ld.so doesn't need gettimeofday or lstat stubs any morePhilip Guenther
2016-08-07As with csu, alpha passes &_DYNAMIC to _reloc_alpha_got(), so justPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-21Switch ld.so's stack smash handler from sendsyslog to sendsyslog2Philip Guenther
2015-11-15ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soTheo de Raadt
2015-09-19kbind has eliminated the need for and use of the bind lock. Delete it, thePhilip Guenther
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2014-07-28_dl_sigprocmask() works better when it actually saves the returned sigmaskPhilip Guenther
2014-07-14Now that we have sendsyslog(2), we can directly use it in theTheo de Raadt
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-06move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@Otto Moerbeek
2014-07-05Add more sugar to generate syscall stubs; and make sure errors are reportedMiod Vallat
2013-12-23Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directlyMark Kettenis
2013-11-10Make sure we pass a NULL cleanup argument to __start() by initializingPhilip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
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
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2004-05-25spacingTheo de Raadt
2003-07-09changes to ld.so to be compatible with newer binutils, requiresDale Rahn
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2003-01-17Change the GOT initialization so that it is done in a function whichDale Rahn
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-03-17Clean up the zapping of bad variables. Instead of implementingArtur Grabowski
2001-09-24Adapt to _dl_boot_bind change.Artur Grabowski
2001-06-13Lazy binding entry point. From NetBSD with some help from FreeBSD.Artur Grabowski
2001-05-29Check for error on open.Artur Grabowski
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist