Age | Commit message (Expand) | Author |
2022-11-25 | Add ld.so linker script for mips64 | Visa Hankala |
2022-11-14 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-14 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-14 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-14 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-10 | Since the introduction of automatic immutable from the kernel, the munmap() | Mark Kettenis |
2022-11-09 | Now that dlopen() sets object->nodelete for RTLD_NODELETE, _dl_load_dep_libs() | Theo de Raadt |
2022-11-09 | dlopen() with RTLD_NODELETE should also set the object nodelete flag, | Theo de Raadt |
2022-11-09 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-08 | In the new scheme, the main executable object needs to be marked | Theo de Raadt |
2022-11-08 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-08 | Instead of unmapping boot.text, and then a future allocation could land in | Theo de Raadt |
2022-11-07 | Missed an ALIGN (which I will admit I do not understand, this is voodoo) | Theo de Raadt |
2022-11-07 | Since the introduction of automatic immutable from the kernel, the munmap() | Theo de Raadt |
2022-11-07 | Use variable and shorter logic for NFS check | Klemens Nanni |
2022-11-07 | Set up logger(1) traps earlier to catch logfile setup failures | Klemens Nanni |
2022-11-07 | dtors were broken by trying to reuse DF_1_NODELETE to hint that this | Theo de Raadt |
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 |