summaryrefslogtreecommitdiff
path: root/libexec/ld.so/arm/ldasm.S
AgeCommit message (Expand)Author
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-05Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno,Miod Vallat
2013-12-25Pass _dl_dtors as the csu cleanup routine on arm.Miod Vallat
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-12-22Zero %r0 before transferring control to the main program, to indicate thatMark Kettenis
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
2005-10-23Use libc's SYS.h and SYSTRAP instead of rolling own. No binary change.Dale Rahn
2004-05-25spacingTheo de Raadt
2004-02-09Enable lazy binding on arm:Dale Rahn
2004-02-09Use macros to reduce the amount of hand written asm. inspired by future amd64Dale Rahn
2004-02-07Dynamic linker support for arm. non-lazy binding works.Dale Rahn