summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2023-01-09riscv64 ld.so is ready to be xonlyTheo de Raadt
2023-01-09Rewrite the hppa assembly code to avoid reads from .text, by using theMark Kettenis
2023-01-09In preparation for upcoming execute-only support, change the magic branchMark Kettenis
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-09-01Import snmpd_metrics.Martijn van Duren
2022-12-25Re-enable DT_MIPS_RLD_MAP_REL tag in ld.soVisa Hankala
2022-12-24Make .text (and .btext) execute-only on arm64.Mark Kettenis
2022-12-18cannot try the boot.data unmap until all the ld.script are commited, andTheo de Raadt
2022-12-16delete // debug comment chunks. If anyone wants to debug ld.so and runsTheo de Raadt
2022-12-05Add linker script for hppa. The crucial bit is that hppa needs an extraMark Kettenis
2022-12-04ld.so: Disable DT_MIPS_RLD_MAP_RELVisa Hankala
2022-12-04The next step for mimmutable(). ld.so figures out what regions of memoryTheo de Raadt
2022-11-25Add ld.so linker script for mips64Visa Hankala
2022-11-14Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-14Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-14Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-14Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-10Since the introduction of automatic immutable from the kernel, the munmap()Mark Kettenis
2022-11-09Now that dlopen() sets object->nodelete for RTLD_NODELETE, _dl_load_dep_libs()Theo de Raadt
2022-11-09dlopen() with RTLD_NODELETE should also set the object nodelete flag,Theo de Raadt
2022-11-09Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-08In the new scheme, the main executable object needs to be markedTheo de Raadt
2022-11-08Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-08Instead of unmapping boot.text, and then a future allocation could land inTheo de Raadt
2022-11-07Missed an ALIGN (which I will admit I do not understand, this is voodoo)Theo de Raadt
2022-11-07Since the introduction of automatic immutable from the kernel, the munmap()Theo de Raadt
2022-11-07Use variable and shorter logic for NFS checkKlemens Nanni
2022-11-07Set up logger(1) traps earlier to catch logfile setup failuresKlemens Nanni
2022-11-07dtors were broken by trying to reuse DF_1_NODELETE to hint that thisTheo de Raadt
2022-11-06TEXTREL binaries are loaded without immutable on un-writeable sections.Theo de Raadt
2022-11-06ld.so wants to make it's own RELRO immutable, which is obviously doneTheo de Raadt
2022-11-06Library RELRO sections are excluded from the immutable list, because ld.soTheo de Raadt
2022-11-06When loading startup libraries, pass DF_1_NODELETE to indicate these areTheo de Raadt
2022-11-05The /var/run/ld.so.hints file is mapped into memory. It is never replaced,Theo de Raadt
2022-11-05teach ld.so how to call the mimmutable() system callTheo de Raadt
2022-10-28Implement support for DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-23add a little spacing and fix Nd;Jason McIntyre
2022-10-23sort Xr; remove '.' after Nd textJonathan Gray
2022-10-23new sentence, new lineJonathan Gray
2022-09-01Import snmpd_metrics.Martijn van Duren
2022-10-16don't use | operator where || was intendedJonathan Gray
2022-09-01Import snmpd_metrics.Martijn van Duren
2022-09-05Do not perform out-of-bounds arrray accesses for bogus relocation type values.Miod Vallat
2022-09-02Use a shorter system call invocation template for system calls in the rangeMiod Vallat
2022-09-01Hook up snmpd_metricsMartijn van Duren
2022-09-01Import snmpd_metrics.Martijn van Duren
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-20Support RTLD_NOLOAD in ld.so. From guenther@. OK jca@ guenther@Stuart Henderson
2022-07-29Mention that ttyflags needs to be run to update per-device flags.Todd C. Miller
2022-06-14Document search orderKlemens Nanni