summaryrefslogtreecommitdiff
path: root/libexec/ld.so/m88k
AgeCommit message (Expand)Author
2023-01-11Add ld.so linker scripts on the remaining platforms.Miod Vallat
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-08Prep .c files for removing the #includes from */archdep.hPhilip Guenther
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-11-14Delete all the no-op RELOC_GOT() macros and their uses.Philip Guenther
2019-12-07Disable ltrace for objects linked with -znow, as at least on amd64, linkingPhilip Guenther
2019-11-29Repurpose the "syscalls must be on a writeable page" mechanism toTheo de Raadt
2019-10-23Prefer the size-independent ELF identifiers over the size-specific ones.Philip Guenther
2019-10-20For more archs, ld.so itself only needs/uses the arch's "just add load offset"Philip Guenther
2019-10-05Delete some obsolete debugging #ifdefs blocksPhilip Guenther
2019-08-31Delete the last argument to fit recent _dl_find_symbol change.Kenji Aoyama
2019-08-06Factor out TEXTREL mprotecting from the per-arch files into _dl_rtld(),Philip Guenther
2019-08-04Simplify _dl_find_symbol(). Currently, it returns three values:Philip Guenther
2019-07-14ld.so's $ORIGIN handling when argv[0] is a relative path was broken byPhilip Guenther
2019-02-03_dl_cerror is trivial on alpha and m88k; just inline the hanlding intoPhilip Guenther
2018-11-16Finish ld.so's transition to GNU_RELRO: eliminate support for usingPhilip Guenther
2018-11-09Delete superfluous libc reacharounds.Philip Guenther
2018-07-09unify the various per-arch syscall.h as much as possibleTheo de Raadt
2018-06-16Add add PIE support for m88k (requires gcc4 toolchain)Philip Guenther
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-09-09Remove superfluous mprotect()ing of the PLT that's been obsoleted byPhilip Guenther
2017-09-03Fix m88k problem in recent ld.so changes.Kenji Aoyama
2017-08-28whitespaceTheo de Raadt
2017-08-27Replace heaps of hand-written syscall stubs with a simpler frameworkTheo de Raadt
2017-02-15Make this build (and run) with gcc 4.Miod Vallat
2017-01-24To format r_addr, use %p and cast to 'void *'. From comparison withPhilip Guenther
2017-01-24On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofPhilip Guenther
2017-01-21_dl_exit() is __dead, so it should return void.Philip Guenther
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-09-16Implement the DT_RELACOUNT optimization. Missed previously because IPhilip Guenther
2016-09-16Remove the fallback to the __plt_{start,end} symbols, as the dynamic tagsPhilip Guenther
2016-08-28ld.so doesn't need gettimeofday or lstat stubs any morePhilip Guenther
2016-07-18Polish:Philip Guenther
2016-07-18Updated advice^Wcode from miod@ for passing &_DYNAMIC to _dl_boot_bindPhilip Guenther
2016-07-15Switch m88k to pass &_DYNAMIC to _dl_boot_bind()Philip 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-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-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-09-01Use kbind for lazy binding GOT/PLT updates on m88k and sparc.Philip Guenther
2014-12-14Revert r1.10: properly built shared libraries will never have any DISP26Miod Vallat
2014-11-25When a public symbol in a library is referenced by the main program's plt,Miod Vallat