Age | Commit message (Expand) | Author |
2015-09-23 | Don't be too agressive write-protecting the GOT and PLT. If we have no clue | Mark Kettenis |
2015-09-22 | Use explicit_bzero() to zero out the password. From Michael McConville. | Todd C. Miller |
2015-09-19 | kbind has eliminated the need for and use of the bind lock. Delete it, the | Philip Guenther |
2015-09-19 | Remove PROT_EXEC bit from GOT_PERMS. ld.so doesn't need it anymore, and | Mark Kettenis |
2015-09-19 | Make bootstrapping code compatible with the Secure-PLT ABI. | Mark Kettenis |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-12 | Use kbind for lazy binding GOT/PLT updates on arm. | Philip Guenther |
2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze |
2015-09-10 | read, tls_read, and tls_write return ssize_t | Bob Beck |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-09 | Some explicit iflush instructions after the kbind() call are still needed | Miod Vallat |
2015-09-06 | Check strdup return value for NULL. | Tobias Stoeckmann |
2015-09-01 | test pointers with NULL not '\0' | Jonathan Gray |
2015-09-01 | Use kbind for lazy binding GOT/PLT updates on m88k and sparc. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-28 | Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk) | Philip Guenther |
2015-08-28 | remove excess tab at end of line (how did they afford the extra bytes in | Theo de Raadt |
2015-08-28 | Use ELF_LDFLAGS to pass the --version-script argument such that we actually | Mark Kettenis |
2015-08-27 | If we take the address of a function pointer, we might get a pointer to | Mark Kettenis |
2015-08-27 | Use kbind for lazy binding GOT/PLT updates on hppa. | Philip Guenther |
2015-08-26 | Kbind 3: The Legend Continues! | Philip Guenther |
2015-08-25 | Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still others | Philip Guenther |
2015-08-23 | Apply a symbol export list to ld.so with just the expected dl*() and the | Philip Guenther |
2015-08-23 | Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; others | Philip Guenther |
2015-08-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X | Mark Kettenis |
2015-08-23 | spaces | Theo de Raadt |
2015-08-23 | huge amount of spaces | Theo de Raadt |
2015-08-18 | calloc() is prototyped; do not cast result | Theo de Raadt |
2015-08-18 | _dl_malloc() proto exists, do not cast result | Theo de Raadt |
2015-08-17 | Add missing 'extern's to avoid introducing commons into *crt0.o | Philip Guenther |
2015-08-12 | start replacing some \*([GL]t; | Jason McIntyre |
2015-08-12 | divert-to a table needs an address family; | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-26 | Reenable the ld.so pre-install test; the "am I cross-compiling" test was | Philip Guenther |
2015-07-26 | Copy relocations can't be jump-slot relocations, so delete the test for that. | Philip Guenther |
2015-07-21 | When reading untrusted user files, don't risk blocking, such that | Ingo Schwarze |
2015-07-18 | remove note in BUGS about the he capability; | Jason McIntyre |
2015-07-16 | remove mention of hostname editing | Ted Unangst |
2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) | Ted Unangst |
2015-07-06 | Trim trailing whitespace from the comsat message before calling | Todd C. Miller |
2015-07-06 | Add support for IPv6 by using getaddrinfo(). Our inetd.conf ships | Todd C. Miller |
2015-07-03 | Correctly handle relative-type relocations; very old ld.so bug which got | Miod Vallat |
2015-06-10 | breath->breadth | Stuart Henderson |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-01 | In the lazy binding routine, make sure we actually allocate the stack we need, | Miod Vallat |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-26 | Better cross-compilation check | Miod Vallat |
2015-05-22 | be pedantic with sizeof use | Jonathan Gray |
2015-05-18 | Change spamd to use divert-to instead of rdr-to. | Reyk Floeter |