| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-01-24 | To format r_addr, use %p and cast to 'void *'. From comparison with |  guenther | 1 | -5/+5 |
| 2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of |  guenther | 54 | -323/+278 |
| 2017-01-24 | Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is used |  guenther | 1 | -5/+7 |
| 2017-01-23 | remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@ |  naddy | 1 | -2/+1 |
| 2017-01-23 | Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value. |  guenther | 1 | -1/+3 |
| 2017-01-23 | Mark a bunch of stuff static |  guenther | 3 | -8/+9 |
| 2017-01-23 | The functionality of _dl_allocate_tib() is used internally, so rename |  guenther | 1 | -2/+4 |
| 2017-01-23 | Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce |  guenther | 4 | -4/+12 |
| 2017-01-23 | Fix format string mismatches |  guenther | 4 | -10/+10 |
| 2017-01-23 | Fix format string mismatches |  guenther | 1 | -3/+3 |
| 2017-01-23 | check EAGAIN in the correct place, |  beck | 1 | -3/+3 |
| 2017-01-23 | Switch spamd to nonblocking descriptors so we can count on getting a |  beck | 1 | -2/+9 |
| 2017-01-23 | pledge a tiny bit later. This results in the specified tty being |  deraadt | 1 | -6/+6 |
| 2017-01-22 | Add support for DT_RUNPATH and DT_FLAGS |  guenther | 3 | -38/+69 |
| 2017-01-21 | _dl_exit() is __dead, so it should return void. |  guenther | 17 | -86/+87 |
| 2017-01-20 | Delete ancient macros and unnecessary #includes |  guenther | 11 | -67/+11 |
| 2017-01-17 | - spamd(8)'s -l accepts an IP address as argument to bind(2) and it calls |  mestre | 1 | -11/+17 |
| 2017-01-11 | Add support for AArch64. |  patrick | 5 | -0/+701 |
| 2017-01-09 | Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO |  kettenis | 13 | -55/+42 |
| 2017-01-05 | Build with -fno-builtin to keep clang from optimizing the _dl_memset() |  naddy | 1 | -1/+2 |
| 2016-12-28 | fix the remaining cases of .Xr with only one argument |  schwarze | 1 | -3/+3 |
| 2016-12-27 | Remove user uucp and group news from base. |  jca | 1 | -3/+2 |
| 2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of |  mestre | 1 | -2/+3 |
| 2016-11-08 | Remove redundant & when clearing hostname variable, as per otto@'s request |  mestre | 1 | -2/+2 |
| 2016-11-07 | Replace bzero(3) with memset(3) |  mestre | 1 | -2/+2 |
| 2016-11-03 | small tweak to also check canaries if F is in effect |  otto | 1 | -2/+4 |
| 2016-10-31 | sync to libc: malloc_move is not an option anymore |  otto | 1 | -9/+4 |
| 2016-10-25 | bring canaries for > page sized objects from libc to ld.so; ok guenther@ |  otto | 1 | -12/+29 |
| 2016-10-22 | When checking ownership and modes of files in /var/mail/, |  schwarze | 1 | -1/+2 |
| 2016-10-20 | - Remove useless var assignment |  mestre | 2 | -20/+18 |
| 2016-10-14 | 0xd0 -> 0xdb from libc malloc |  otto | 1 | -2/+2 |
| 2016-10-14 | move better canary code and validate_junk() over from libc malloc |  otto | 1 | -13/+75 |
| 2016-09-18 | merge form libc malloc: |  otto | 1 | -5/+5 |
| 2016-09-16 | Implement the DT_RELACOUNT optimization. Missed previously because I |  guenther | 1 | -2/+17 |
| 2016-09-16 | Remove the fallback to the __plt_{start,end} symbols, as the dynamic tags |  guenther | 1 | -46/+17 |
| 2016-09-08 | Implement self-relocation for -static -pie on arm. Also removes some |  kettenis | 1 | -1/+5 |
| 2016-09-06 | must close our fd unconditionally and not just in the !TLS case; tls_close |  henning | 1 | -3/+3 |
| 2016-09-04 | Redundant memset and some better style wrt exiting functions after error. |  otto | 1 | -21/+12 |
| 2016-09-04 | 'pw' can't be NULL here, remove useless test. |  jca | 1 | -6/+4 |
| 2016-09-03 | Use a single "opt" variable for all setsockopt calls in getdatasock(). |  jca | 1 | -12/+13 |
| 2016-09-03 | Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets. |  jca | 1 | -7/+21 |
| 2016-09-03 | cherry-pick a few diffs from libc malloc; ok guenther@ |  otto | 1 | -68/+36 |
| 2016-09-03 | set password to return of readpassphrase(), not always the buffer. |  tedu | 1 | -3/+2 |
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() |  gsoares | 1 | -3/+7 |
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() |  gsoares | 1 | -3/+6 |
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() |  gsoares | 1 | -2/+3 |
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() |  gsoares | 2 | -4/+6 |
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() |  gsoares | 1 | -6/+9 |
| 2016-09-02 | krb5 bits should rest in peace |  gsoares | 2 | -9/+2 |
| 2016-09-01 | retire sparc |  tedu | 5 | -1115/+0 |