summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2016-05-26for textrels (sthen ran into one...):Theo de Raadt
2016-05-22Ignore the listed protection (which may contain X) when making pageTheo de Raadt
2016-05-21mul/div/rem replacement should happen without PROT_EXECTheo de Raadt
2016-05-21Temporarily make the PLT writable when we're initializing the magic slotsMark Kettenis
2016-05-19Give the caller a chance to handle the failure if unable to allocatePhilip Guenther
2016-05-19ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(),Philip Guenther
2016-05-18fix types for mmap wrappers. A few whitespace cleanups snuck in.Theo de Raadt
2016-05-12more hppa64 cleaningTheo de Raadt
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-07Move the set_tcb after getdents to keep L_cerr in range.Philip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedPhilip Guenther
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-21Provide _dlctl(), an alternate name for dlctl() that's in the reservedPhilip Guenther
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
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-01-24Delete remnants of grpsym cache setting during symbol search: it's done atPhilip Guenther
2016-01-24Lacking precise dependency-from-relocation tracking, a nodelete objectPhilip Guenther
2015-12-22assign pointers to NULL rather than 0mmcc
2015-12-22Remove a couple needless allocation casts. No binary change.mmcc
2015-12-17s/failes/failed/gmmcc
2015-12-12Remove NULL-checks before free(). ok tb@mmcc
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-15pledge "stdio rpath wpath cpath tmppath fattr"Theo de Raadt
2015-11-06Fix unloading of load groups when the last reference wasn't on thePhilip Guenther
2015-11-02Remove duplicate declarationPhilip Guenther
2015-11-02Factor out the logic for mprotecting the memory between two symbols intoPhilip Guenther
2015-11-02Fix typo: s/DT_JUMPREL/DT_JMPREL/Philip Guenther
2015-10-29remove tests for LD_HINTS_VERSION_1; ok kettenisTheo de Raadt
2015-10-14Check mmap and read return values. While at it, remove unused duplicated file.Tobias Stoeckmann
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-19Remove PROT_EXEC bit from GOT_PERMS. ld.so doesn't need it anymore, andMark Kettenis
2015-09-19Make bootstrapping code compatible with the Secure-PLT ABI.Mark Kettenis
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-12Use kbind for lazy binding GOT/PLT updates on arm.Philip Guenther
2015-09-09Some explicit iflush instructions after the kbind() call are still neededMiod Vallat
2015-09-06Check strdup return value for NULL.Tobias Stoeckmann
2015-09-01Use kbind for lazy binding GOT/PLT updates on m88k and sparc.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-28Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk)Philip Guenther
2015-08-28Use ELF_LDFLAGS to pass the --version-script argument such that we actuallyMark Kettenis
2015-08-27If we take the address of a function pointer, we might get a pointer toMark Kettenis
2015-08-27Use kbind for lazy binding GOT/PLT updates on hppa.Philip Guenther
2015-08-26Kbind 3: The Legend Continues!Philip Guenther
2015-08-25Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still othersPhilip Guenther
2015-08-23Apply a symbol export list to ld.so with just the expected dl*() and thePhilip Guenther
2015-08-23Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; othersPhilip Guenther