Age | Commit message (Expand) | Author |
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-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-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 |
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-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 |
2021-11-14 | Delete all the no-op RELOC_GOT() macros and their uses. | Philip Guenther |
2021-11-12 | Add support for RELR relocations in the executable and share objects. | Philip Guenther |
2021-11-09 | Like most archs, riscv doesn't need resolution of JUMP_SLOT relocations | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-07 | Print the name of the symbol that can't be resolved when using | Joshua Stein |
2021-06-26 | Make lazy binding work on riscv64. | Mark Kettenis |
2021-06-26 | Build ld.so with --march=rv64imac on riscv64 to be absolutely sure that | Mark Kettenis |
2021-06-26 | Use AFLAGS when building syscall stubs. Drop AINC wich isn't used. | Mark Kettenis |
2021-06-02 | add RTLD_NODELETE support | Sebastien Marie |
2021-05-25 | program headers: do not rely on DYNAMIC coming before GNU_RELRO | kn |
2021-05-16 | Correct problem in riscv64 dtors execution load the function pointer | Dale Rahn |
2021-04-28 | riscv64 ld.so | Dale Rahn |
2021-04-19 | Same internal consistency check as libc malloc: size in hash table | Otto Moerbeek |
2021-03-16 | On i386 don't attempt to map shared libraries in low memory when | Kurt Miller |
2020-12-26 | Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since | Otto Moerbeek |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-10-16 | Use the retguard macros from asm.h to protect the system call stubs. | Theo de Raadt |
2020-10-15 | make three mib[] arrays const, as was done in libc | Theo de Raadt |
2020-08-11 | clang 10 now emits calls to __multi3 from libcompiler_rt | Jeremie Courreges-Anglas |
2020-07-18 | Use the same names as the 64-bit PowerPC ELF ABI for the relocations. | Mark Kettenis |
2020-07-16 | Rewrite loop to match what is written down in the ABI document. | Mark Kettenis |
2020-07-16 | Make lazy binding work. | Mark Kettenis |
2020-06-28 | Disable powerpc64 lazy binding, code was not for 64 bit ABI | Dale Rahn |
2020-06-28 | Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit. | Dale Rahn |
2020-06-25 | PowerPC64 ld.so code. | Dale Rahn |
2020-05-08 | ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executables | Jeremie Courreges-Anglas |