summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha
AgeCommit message (Expand)Author
2017-01-20Delete ancient macros and unnecessary #includesPhilip Guenther
2017-01-09Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELROMark Kettenis
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-07-04Remove prebind support: binding to symbol table indices is too fragilePhilip Guenther
2016-06-21When handling DT_TEXTREL only set the mapping to READ+WRITE, ignoreTheo de Raadt
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
2016-03-20Export environ and __progname, making the latter a copy of just the filenamePhilip Guenther
2015-12-22assign pointers to NULL rather than 0mmcc
2015-12-06Simplify the relocation code for the ld.so bootstrap and static pie: trackPhilip Guenther
2015-11-15ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soTheo de Raadt
2015-11-02Factor out the logic for mprotecting the memory between two symbols intoPhilip Guenther
2015-09-23Don't be too agressive write-protecting the GOT and PLT. If we have no clueMark Kettenis
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-08-26Kbind 3: The Legend Continues!Philip Guenther
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2014-12-27Make ld.so process only R_ALPHA_RELATIVE relocations during early GOTMark Kettenis
2014-11-03Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so thePhilip Guenther
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
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-05Mark _dl_exit __dead.Miod Vallat
2014-07-05Add more sugar to generate syscall stubs; and make sure errors are reportedMiod Vallat
2014-04-16It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
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-13Appease LLVM warning..Brad Smith
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-01Make all the syscall prototypes consistent with their real forms for types,Philip Guenther
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-05-08Implement symbol caching and RELACOUNT/RELCOUNT optimizations.Philip Guenther
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-24Garbage-collect the _dl_stat() routine, now unusedPhilip Guenthe
2011-11-19Build ld.so on alpha with -mbuild-constants, so large integerChristian Weisgerber
2011-04-08Do not use NULL in integer comparison.Theo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-05-02Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.Philip Guenthe
2010-01-02Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.Mark Kettenis
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller
2008-07-28Only optimize away plt relocation when obj_base == 0. CorrectsKurt Miller
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller