| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-05-08 | rm dead code and simplify ftpd_popen. this code has only called |  tedu | 5 | -75/+42 |
| 2019-05-08 | On retguard systems, remove the ld.so-local stack-protector handling |  deraadt | 1 | -7/+9 |
| 2019-05-01 | Pull tname initialization up since it's used in an error path. |  florian | 1 | -2/+3 |
| 2019-04-21 | Now that all Elf_foo types are correct, we don't need to use Elf32_Word |  deraadt | 2 | -15/+15 |
| 2019-04-21 | On alpha, the buckets of DT_HASH are 8 bytes instead of 4 bytes. This was |  guenther | 2 | -6/+13 |
| 2019-04-19 | Prevent clang from using builtins and jump tables in _dl_boot_bind() |  visa | 1 | -1/+4 |
| 2019-02-14 | spelling/consistency fix; from nam nguyen |  jmc | 1 | -3/+3 |
| 2019-02-10 | Simplify NFS check |  kn | 1 | -3/+2 |
| 2019-02-03 | _dl_cerror is trivial on powerpc; just inline the handling into the stubs |  guenther | 1 | -4/+2 |
| 2019-02-03 | _dl_cerror is trivial on alpha and m88k; just inline the hanlding into |  guenther | 3 | -14/+6 |
| 2019-01-25 | On i386, ensure that the first PT_LOAD segment is below the W^X |  kurt | 1 | -31/+20 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 8 | -18/+18 |
| 2018-12-11 | Flip snprintf(3) error check to align it with the man page example. |  bluhm | 1 | -2/+2 |
| 2018-12-11 | Convert some variables with non-negative values to unsigned type |  bluhm | 1 | -6/+7 |
| 2018-12-05 | Delete an unused struct member that has hid out here for 17 years |  guenther | 1 | -3/+1 |
| 2018-12-03 | DT_MIPS_RLD_MAP is an offset, so relocate it when present. |  guenther | 1 | -3/+4 |
| 2018-11-28 | Implement support for DT_GNU_HASH, taking all the interesting bits |  guenther | 2 | -21/+136 |
| 2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete |  guenther | 3 | -45/+15 |
| 2018-11-20 | On mips64, DT_DEBUG doesn't need mprotecting if it's in the GNU_RELRO segment |  guenther | 1 | -6/+8 |
| 2018-11-17 | need to closefrom(0) before execve(), otherwise tty isn't properly |  deraadt | 1 | -1/+2 |
| 2018-11-16 | Finish ld.so's transition to GNU_RELRO: eliminate support for using |  guenther | 14 | -139/+38 |
| 2018-11-16 | Borrow an idea from DragonFly BSD: factor out the "does this symbol match what |  guenther | 1 | -38/+54 |
| 2018-11-15 | Put all the symbol lookup parameters (except the object being searched) and |  guenther | 1 | -72/+60 |
| 2018-11-15 | Theodore Wynnychenko discovered the gettytab "lo=path" feature didn't work |  deraadt | 2 | -10/+26 |
| 2018-11-12 | Delete support for non-secureplt binaries. The secure PLT format has been |  guenther | 2 | -109/+11 |
| 2018-11-09 | Delete superfluous libc reach-around variables, left over from the |  guenther | 1 | -4/+1 |
| 2018-11-09 | Delete superfluous libc reacharounds. |  guenther | 3 | -20/+15 |
| 2018-11-09 | Delete support for obsolete BSS PLT format, which was last known to be |  guenther | 1 | -314/+38 |
| 2018-11-02 | ld.so's malloc has no runtime option processing, so remove the |  otto | 1 | -75/+72 |
| 2018-10-25 | The compilers already put static arrays in .rodata when not written to; |  guenther | 6 | -18/+18 |
| 2018-10-25 | When spamd(8) runs in greylist mode in the parent process (which runs |  mestre | 1 | -1/+13 |
| 2018-10-25 | The only file that spamlogd(8) needs to access after calling pledge(2) is |  mestre | 1 | -1/+3 |
| 2018-10-23 | Delay processing of ld.so's own PT_GNU_RELRO section until after environment |  guenther | 5 | -86/+70 |
| 2018-10-22 | More "explicitely" -> "explicitly" in various comments. |  krw | 1 | -2/+2 |
| 2018-10-22 | Use int, not char*, for booleans |  guenther | 4 | -19/+20 |
| 2018-10-01 | Add retguard to arm64 ld.so. |  mortimer | 2 | -7/+7 |
| 2018-09-30 | Remove the hopefully last remnants of kerberos in there: arg_login, |  ajacoutot | 1 | -12/+1 |
| 2018-09-25 | document HUP; |  jmc | 1 | -2/+8 |
| 2018-09-24 | unveil maildir, utmp, /tmp, and /dev. For the vast number of people |  deraadt | 1 | -1/+9 |
| 2018-09-24 | unveil(2) in getty. This has been in snaps for more than 2 months, |  deraadt | 1 | -1/+14 |
| 2018-09-02 | update tradcpp to 0.5.2 |  jsg | 18 | -148/+650 |
| 2018-08-29 | make ld.so build reproducible by including a FILE symbol and by removing |  robert | 1 | -4/+12 |
| 2018-08-08 | lockspool only plays with files in _PATH_MAILDIR, so unveil that path. |  deraadt | 1 | -1/+4 |
| 2018-08-03 | Move pledge to after getopt, when the finger program becomes known |  deraadt | 1 | -4/+6 |
| 2018-07-24 | Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself, |  kettenis | 1 | -2/+2 |
| 2018-07-09 | unify the various per-arch syscall.h as much as possible |  deraadt | 11 | -74/+80 |
| 2018-06-28 | add missing ${LIBCRYPTO} to DPADD |  gsoares | 1 | -2/+2 |
| 2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) |  guenther | 1 | -3/+5 |
| 2018-06-14 | silence a compiler warning |  gsoares | 1 | -2/+2 |
| 2018-06-13 | Call pledge(2) earlier before opening the auth channel and readpassphrase() |  reyk | 3 | -8/+15 |