| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-10-05 | Remove unused errstr variable. |  millert | 1 | -2/+1 |
| 2015-10-04 | fix custom popen to return pid to caller instead of tracking in a giant |  tedu | 3 | -36/+24 |
| 2015-10-02 | Talk about 'RADIUS server' in most cases, rather than referring specifically |  sthen | 1 | -28/+31 |
| 2015-10-01 | some radiusd updates, from theo buehler |  jmc | 1 | -11/+6 |
| 2015-09-23 | Don't be too agressive write-protecting the GOT and PLT. If we have no clue |  kettenis | 1 | -18/+21 |
| 2015-09-22 | Use explicit_bzero() to zero out the password. From Michael McConville. |  millert | 1 | -2/+2 |
| 2015-09-19 | kbind has eliminated the need for and use of the bind lock. Delete it, the |  guenther | 25 | -284/+26 |
| 2015-09-19 | Remove PROT_EXEC bit from GOT_PERMS. ld.so doesn't need it anymore, and |  kettenis | 1 | -2/+2 |
| 2015-09-19 | Make bootstrapping code compatible with the Secure-PLT ABI. |  kettenis | 1 | -51/+11 |
| 2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 11 | -22/+22 |
| 2015-09-12 | Use kbind for lazy binding GOT/PLT updates on arm. |  guenther | 1 | -23/+28 |
| 2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here |  schwarze | 1 | -8/+8 |
| 2015-09-10 | read, tls_read, and tls_write return ssize_t |  beck | 1 | -3/+3 |
| 2015-09-10 | fix after libtls api changes |  beck | 1 | -12/+17 |
| 2015-09-09 | Some explicit iflush instructions after the kbind() call are still needed |  miod | 1 | -8/+13 |
| 2015-09-06 | Check strdup return value for NULL. |  tobias | 2 | -2/+13 |
| 2015-09-01 | test pointers with NULL not '\0' |  jsg | 1 | -4/+4 |
| 2015-09-01 | Use kbind for lazy binding GOT/PLT updates on m88k and sparc. |  guenther | 2 | -58/+86 |
| 2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 1 | -1/+2 |
| 2015-08-28 | Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk) |  guenther | 1 | -24/+28 |
| 2015-08-28 | remove excess tab at end of line (how did they afford the extra bytes in |  deraadt | 1 | -2/+2 |
| 2015-08-28 | Use ELF_LDFLAGS to pass the --version-script argument such that we actually |  kettenis | 1 | -2/+2 |
| 2015-08-27 | If we take the address of a function pointer, we might get a pointer to |  kettenis | 1 | -2/+10 |
| 2015-08-27 | Use kbind for lazy binding GOT/PLT updates on hppa. |  guenther | 1 | -23/+31 |
| 2015-08-26 | Kbind 3: The Legend Continues! |  guenther | 2 | -36/+55 |
| 2015-08-25 | Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still others |  guenther | 2 | -79/+93 |
| 2015-08-23 | Apply a symbol export list to ld.so with just the expected dl*() and the |  guenther | 2 | -2/+23 |
| 2015-08-23 | Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; others |  guenther | 2 | -157/+252 |
| 2015-08-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X |  kettenis | 1 | -83/+152 |
| 2015-08-23 | spaces |  deraadt | 1 | -3/+3 |
| 2015-08-23 | huge amount of spaces |  deraadt | 1 | -6/+6 |
| 2015-08-18 | calloc() is prototyped; do not cast result |  deraadt | 1 | -2/+2 |
| 2015-08-18 | _dl_malloc() proto exists, do not cast result |  deraadt | 1 | -2/+2 |
| 2015-08-17 | Add missing 'extern's to avoid introducing commons into *crt0.o |  guenther | 1 | -3/+3 |
| 2015-08-12 | start replacing some \*([GL]t; |  jmc | 1 | -13/+9 |
| 2015-08-12 | divert-to a table needs an address family; |  jmc | 1 | -3/+3 |
| 2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. |  sobrado | 1 | -6/+6 |
| 2015-07-26 | Reenable the ld.so pre-install test; the "am I cross-compiling" test was |  guenther | 1 | -4/+4 |
| 2015-07-26 | Copy relocations can't be jump-slot relocations, so delete the test for that. |  guenther | 3 | -10/+7 |
| 2015-07-21 | When reading untrusted user files, don't risk blocking, such that |  schwarze | 1 | -3/+6 |
| 2015-07-18 | remove note in BUGS about the he capability; |  jmc | 1 | -6/+2 |
| 2015-07-16 | remove mention of hostname editing |  tedu | 1 | -29/+2 |
| 2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) |  tedu | 3 | -47/+6 |
| 2015-07-06 | Trim trailing whitespace from the comsat message before calling |  millert | 1 | -4/+10 |
| 2015-07-06 | Add support for IPv6 by using getaddrinfo(). Our inetd.conf ships |  millert | 1 | -19/+30 |
| 2015-07-03 | Correctly handle relative-type relocations; very old ld.so bug which got |  miod | 1 | -2/+2 |
| 2015-06-10 | breath->breadth |  sthen | 1 | -2/+2 |
| 2015-06-10 | Typos: equalivant, fucntion, libary. |  miod | 2 | -8/+8 |
| 2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which |  millert | 3 | -10/+25 |
| 2015-06-01 | In the lazy binding routine, make sure we actually allocate the stack we need, |  miod | 1 | -3/+3 |