| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2019-11-29 | As additional paranoia, make a copy of system ld.so into obj/ld.so.backup |  deraadt | 1 | -1/+2 |
| 2019-11-29 | Repurpose the "syscalls must be on a writeable page" mechanism to |  deraadt | 14 | -17/+56 |
| 2019-11-28 | Unrevert: this change was unrelated |  guenther | 1 | -16/+1 |
| 2019-11-28 | Revert yesterday's _dl_md_reloc() and _dl_md_reloc_got() changes: |  guenther | 5 | -382/+727 |
| 2019-11-27 | Delete now obsolete comments |  guenther | 2 | -6/+2 |
| 2019-11-27 | unifdef: hppa does HAVE_JMPREL and does not have DT_PROCNUM |  guenther | 1 | -16/+1 |
| 2019-11-27 | armv7 and aarch64 specify GLOB_DAT as having an addend, so treat it |  guenther | 2 | -10/+4 |
| 2019-11-26 | Clean up _dl_md_reloc(): instead of having tables and piles of conditionals |  guenther | 4 | -589/+202 |
| 2019-11-26 | Make aarch64, amd64, arm, and i386 more like sparc64: move non-lazy |  guenther | 4 | -133/+200 |
| 2019-11-10 | Simplify the handling of the explicit relocations based on ld.so only |  guenther | 1 | -13/+8 |
| 2019-11-10 | unifdef HAVE_JMPREL, delete dt_pltrelsz handling (which was only used |  guenther | 1 | -34/+2 |
| 2019-11-10 | Recommit CHECK_LDSO bits for mips64, verified on both loongson and octeon. |  guenther | 1 | -1/+9 |
| 2019-10-24 | Delete unused support for relocations that don't require alignment. |  guenther | 4 | -97/+12 |
| 2019-10-23 | Prefer the size-independent ELF identifiers over the size-specific ones. |  guenther | 20 | -252/+252 |
| 2019-10-21 | Whoops: backout mips64+hppa CHECK_LDSO bits: they weren't done and weren't |  guenther | 2 | -25/+2 |
| 2019-10-20 | For more archs, ld.so itself only needs/uses the arch's "just add load offset" |  guenther | 15 | -97/+462 |
| 2019-10-05 | Tighten handling of pure relative DIR32 relocations and those referencing |  guenther | 1 | -11/+12 |
| 2019-10-05 | Delete some obsolete debugging #ifdefs blocks |  guenther | 9 | -79/+9 |
| 2019-10-04 | Convert the child_list member from a linked list to a vector. |  guenther | 7 | -43/+66 |
| 2019-10-03 | Use a better algorithm for calculating the grpsym library order. |  guenther | 5 | -59/+83 |
| 2019-09-30 | Oops: the call to ofree() in orealloc() was misconverted into a call to |  guenther | 1 | -2/+2 |
| 2019-09-28 | Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor |  ajacoutot | 1 | -2/+2 |
| 2019-09-02 | Remove some duplicate symbol definitions. |  mortimer | 1 | -14/+10 |