summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):Philip Guenther
2022-05-13If $KERNEL_DIR.tgz exists, reorder_kernel updates the destination forStuart Henderson
2022-05-10Prevent out-of-bounds array access with binaries that use unsupportedMark Kettenis
2022-05-01Prevent out-of-bounds array access with binaries that use unsupportedMark Kettenis
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31'e' is no longer an optional element for ober_scanf_elements.Martijn van Duren
2022-02-22disable further calls to unveil(2)Ricardo Mestre
2022-02-21unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after callingRicardo Mestre
2022-01-31Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-31Inline RELOC_* into boot_md.c and simplify the code based on whatPhilip Guenther
2022-01-28Update comment: struct link_map is defined in <link_elf.h>Philip Guenther
2022-01-18Avoid pulling sys/param.h, by using _ALIGN instead.Theo de Raadt
2022-01-17Stop supporting a GOT with only one reserved entry in static PIEPhilip Guenther
2022-01-17Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-08archdep.h needed for _dl_dcbf, on powerpcTheo de Raadt
2022-01-08need "archdep.h" for _dl_md_plabel on hppaTheo de Raadt
2022-01-08Prep .c files for removing the #includes from */archdep.hPhilip Guenther
2022-01-04- add LDAPJason McIntyre
2021-12-30Sync from libc: Use _MAX_PAGE_SHIFT, rather than #ifdef mips64Philip Guenther
2021-12-30Delete dead (duplicate) testPhilip Guenther
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-15spamd: convert to opaque HMAC_CTXTheo Buehler
2021-12-14A better approach is to defined __CONCAT locallyTheo de Raadt
2021-12-14Sigh. This sys/cdefs.h is hiding use of __CONCAT in a non-C context.Theo de Raadt
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-11-27Remove an unneeded variable to fix compiler warning with clang 13.Visa Hankala