Age | Commit message (Expand) | Author |
2021-06-02 | add RTLD_NODELETE support | Sebastien Marie |
2021-05-31 | Convert K&R function definitions to modern C. | jan |
2021-05-25 | program headers: do not rely on DYNAMIC coming before GNU_RELRO | kn |
2021-05-23 | Constify function parameters. | jan |
2021-05-22 | Remove useless fflush(3) calls. lreply() already called fflush(3). | jan |
2021-05-22 | Remove useless islower(2) before toupper(3). | jan |
2021-05-20 | Removes the useless FILE* parameter of get_line(). | jan |
2021-05-16 | Correct problem in riscv64 dtors execution load the function pointer | Dale Rahn |
2021-05-15 | Add pledge for ftpd's user processes. | jan |
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 |
2021-01-02 | Check auth_mkvalue(3) return value for NULL (malloc failure). | Todd C. Miller |
2020-12-27 | We know about optreset from unistd.h. | Florian Obser |
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-10-11 | Don't skip file systems just because the parent fs is nodev and nosuid. | Todd C. Miller |
2020-09-17 | afs, nnpfs, and procfs are no longer supported, | Ingo Schwarze |
2020-09-14 | Do not bother scanning file systems that are both nodev and nosuid | Ingo Schwarze |
2020-09-14 | No need to check for NULL before calling free. | Martijn van Duren |
2020-09-12 | Documentation fixes by jmc. | Martijn van Duren |
2020-09-12 | Import login_ldap. | Martijn van Duren |
2020-09-06 | Move definiton of struct token_types *tt to init.c from header file. | mortimer |
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-07-08 | Clarify man page | job |
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-27 | Remove support for world-writable mail spools. | Todd C. Miller |
2020-05-15 | Fix handling of passwd entries with an empty password. | Todd C. Miller |
2020-05-08 | ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executables | Jeremie Courreges-Anglas |
2020-05-08 | LD_DEBUG is ignored for set-user-ID and set-group-ID executables | Jeremie Courreges-Anglas |
2020-03-27 | Add missing space in stack smash handler error message. | Matthieu Herrb |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-04 | Avoid passing a NULL name to retrieve(), use "." instead. | Todd C. Miller |
2020-02-18 | Now that the kernel skips the two instructions immediately following | Mark Kettenis |
2020-02-09 | Use sysexits.h exit values to distinguish between tempfail and permfail. | Todd C. Miller |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-02-07 | Remove backward compatibility for obsolete -H flag. | Todd C. Miller |
2020-02-02 | Allow mail.local to be run as non-root. | Todd C. Miller |
2020-01-26 | Insert two nop instructions after each svc #0 instruction in userland. | Mark Kettenis |
2020-01-15 | Simplify globbing of ftpd(8)s list and nlst commands. | jan |