| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-16 | On i386 don't attempt to map shared libraries in low memory when |  kurt | 3 | -5/+21 |
| 2021-01-02 | Check auth_mkvalue(3) return value for NULL (malloc failure). |  millert | 4 | -20/+41 |
| 2020-12-27 | We know about optreset from unistd.h. |  florian | 1 | -2/+1 |
| 2020-12-26 | Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since |  otto | 1 | -4/+1 |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 1 | -3/+3 |
| 2020-10-26 | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 1 | -2/+5 |
| 2020-10-16 | Use the retguard macros from asm.h to protect the system call stubs. |  deraadt | 1 | -2/+5 |
| 2020-10-15 | make three mib[] arrays const, as was done in libc |  deraadt | 2 | -12/+10 |
| 2020-10-11 | Don't skip file systems just because the parent fs is nodev and nosuid. |  millert | 1 | -8/+13 |
| 2020-09-17 | afs, nnpfs, and procfs are no longer supported, |  schwarze | 1 | -3/+3 |
| 2020-09-14 | Do not bother scanning file systems that are both nodev and nosuid |  schwarze | 1 | -3/+4 |
| 2020-09-14 | No need to check for NULL before calling free. |  martijn | 1 | -17/+9 |
| 2020-09-12 | Documentation fixes by jmc. |  martijn | 2 | -35/+45 |
| 2020-09-12 | Import login_ldap. |  martijn | 10 | -2/+2961 |
| 2020-09-06 | Move definiton of struct token_types *tt to init.c from header file. |  mortimer | 2 | -3/+5 |
| 2020-08-11 | clang 10 now emits calls to __multi3 from libcompiler_rt |  jca | 1 | -1/+9 |
| 2020-07-18 | Use the same names as the 64-bit PowerPC ELF ABI for the relocations. |  kettenis | 2 | -13/+15 |
| 2020-07-16 | Rewrite loop to match what is written down in the ABI document. |  kettenis | 1 | -6/+5 |
| 2020-07-16 | Make lazy binding work. |  kettenis | 2 | -14/+37 |
| 2020-07-08 | Clarify man page |  job | 1 | -5/+9 |
| 2020-06-28 | Disable powerpc64 lazy binding, code was not for 64 bit ABI |  drahn | 1 | -25/+2 |
| 2020-06-28 | Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit. |  drahn | 1 | -27/+28 |
| 2020-06-25 | PowerPC64 ld.so code. |  drahn | 7 | -0/+749 |
| 2020-05-27 | Remove support for world-writable mail spools. |  millert | 2 | -89/+17 |
| 2020-05-15 | Fix handling of passwd entries with an empty password. |  millert | 1 | -4/+5 |
| 2020-05-08 | ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executables |  jca | 1 | -6/+4 |
| 2020-05-08 | LD_DEBUG is ignored for set-user-ID and set-group-ID executables |  jca | 1 | -2/+3 |
| 2020-03-27 | Add missing space in stack smash handler error message. |  matthieu | 1 | -2/+2 |
| 2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 2 | -5/+5 |
| 2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 1 | -2/+2 |
| 2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation |  deraadt | 1 | -2/+4 |
| 2020-03-04 | Avoid passing a NULL name to retrieve(), use "." instead. |  millert | 1 | -2/+2 |
| 2020-02-18 | Now that the kernel skips the two instructions immediately following |  kettenis | 2 | -5/+5 |
| 2020-02-09 | Use sysexits.h exit values to distinguish between tempfail and permfail. |  millert | 4 | -49/+57 |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 2 | -6/+6 |
| 2020-02-07 | Remove backward compatibility for obsolete -H flag. |  millert | 1 | -14/+5 |
| 2020-02-02 | Allow mail.local to be run as non-root. |  millert | 3 | -12/+71 |
| 2020-01-26 | Insert two nop instructions after each svc #0 instruction in userland. |  kettenis | 2 | -6/+8 |
| 2020-01-15 | Simplify globbing of ftpd(8)s list and nlst commands. |  jan | 3 | -34/+25 |
| 2019-12-24 | Merge two missed fixes from login.c to login_passwd.c. |  millert | 1 | -4/+5 |
| 2019-12-21 | Replace modular version with origin BSDi version with our updates. |  millert | 4 | -252/+133 |
| 2019-12-17 | Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom() |  guenther | 2 | -8/+10 |
| 2019-12-17 | Don't look up env variables until we know we'll trust them. Otherwise, |  guenther | 1 | -32/+21 |
| 2019-12-14 | Return BI_SILENT not BI_AUTH if the challenge service is requested. |  millert | 1 | -2/+2 |
| 2019-12-11 | ld.so may fail to remove the LD_LIBRARY_PATH environment variable for |  millert | 1 | -5/+7 |
| 2019-12-09 | When loading a library, mmap(2) may fail. Then everything gets |  bluhm | 1 | -9/+10 |
| 2019-12-09 | print addresses upon msyscall failure, for now |  deraadt | 2 | -4/+6 |
| 2019-12-07 | Disable ltrace for objects linked with -znow, as at least on amd64, linking |  guenther | 12 | -47/+24 |
| 2019-12-02 | It is not always clear what ld.so was backed up to ld.so.backup, and |  deraadt | 1 | -2/+1 |
| 2019-11-30 | Sigh, fix i386 msyscall() case to permission the correct address range. |  deraadt | 1 | -6/+8 |