Age | Commit message (Expand) | Author |
2022-11-06 | TEXTREL binaries are loaded without immutable on un-writeable sections. | Theo de Raadt |
2022-11-06 | ld.so wants to make it's own RELRO immutable, which is obviously done | Theo de Raadt |
2022-11-06 | Library RELRO sections are excluded from the immutable list, because ld.so | Theo de Raadt |
2022-11-06 | When loading startup libraries, pass DF_1_NODELETE to indicate these are | Theo de Raadt |
2022-11-05 | The /var/run/ld.so.hints file is mapped into memory. It is never replaced, | Theo de Raadt |
2022-11-05 | teach ld.so how to call the mimmutable() system call | Theo de Raadt |
2022-10-28 | Implement support for DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-23 | add a little spacing and fix Nd; | Jason McIntyre |
2022-10-23 | sort Xr; remove '.' after Nd text | Jonathan Gray |
2022-10-23 | new sentence, new line | Jonathan Gray |
2022-09-01 | Import snmpd_metrics. | Martijn van Duren |
2022-10-16 | don't use | operator where || was intended | Jonathan Gray |
2022-09-01 | Import snmpd_metrics. | Martijn van Duren |
2022-09-05 | Do not perform out-of-bounds arrray accesses for bogus relocation type values. | Miod Vallat |
2022-09-02 | Use a shorter system call invocation template for system calls in the range | Miod Vallat |
2022-09-01 | Hook up snmpd_metrics | Martijn van Duren |
2022-09-01 | Import snmpd_metrics. | Martijn van Duren |
2022-08-29 | use ansi volatile keyword, not __volatile__ | Jonathan Gray |
2022-08-20 | Support RTLD_NOLOAD in ld.so. From guenther@. OK jca@ guenther@ | Stuart Henderson |
2022-07-29 | Mention that ttyflags needs to be run to update per-device flags. | Todd C. Miller |
2022-06-14 | Document search order | Klemens Nanni |
2022-05-24 | Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit): | Philip Guenther |
2022-05-13 | If $KERNEL_DIR.tgz exists, reorder_kernel updates the destination for | Stuart Henderson |
2022-05-10 | Prevent out-of-bounds array access with binaries that use unsupported | Mark Kettenis |
2022-05-01 | Prevent out-of-bounds array access with binaries that use unsupported | Mark Kettenis |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-31 | 'e' is no longer an optional element for ober_scanf_elements. | Martijn van Duren |
2022-02-22 | disable further calls to unveil(2) | Ricardo Mestre |
2022-02-21 | unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after calling | Ricardo Mestre |
2022-01-31 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-31 | Inline RELOC_* into boot_md.c and simplify the code based on what | Philip Guenther |
2022-01-28 | Update comment: struct link_map is defined in <link_elf.h> | Philip Guenther |
2022-01-18 | Avoid pulling sys/param.h, by using _ALIGN instead. | Theo de Raadt |
2022-01-17 | Stop supporting a GOT with only one reserved entry in static PIE | Philip Guenther |
2022-01-17 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-08 | archdep.h needed for _dl_dcbf, on powerpc | Theo de Raadt |
2022-01-08 | need "archdep.h" for _dl_md_plabel on hppa | Theo de Raadt |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2022-01-04 | - add LDAP | Jason McIntyre |
2021-12-30 | Sync from libc: Use _MAX_PAGE_SHIFT, rather than #ifdef mips64 | Philip Guenther |
2021-12-30 | Delete dead (duplicate) test | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-15 | spamd: convert to opaque HMAC_CTX | Theo Buehler |
2021-12-14 | A better approach is to defined __CONCAT locally | Theo de Raadt |
2021-12-14 | Sigh. This sys/cdefs.h is hiding use of __CONCAT in a non-C context. | Theo de Raadt |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-27 | Remove an unneeded variable to fix compiler warning with clang 13. | Visa Hankala |