Age | Commit message (Expand) | Author |
2014-07-11 | using COPTS is probably better than CFLAGS | Theo de Raadt |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-10 | typo in previous | Miod Vallat |
2014-07-09 | Use O_CLOEXEC to make sure fork+exec in a threaded process can't | Philip Guenther |
2014-07-09 | _dl_fcntl() is no longer used; kill the stubs | Philip Guenther |
2014-07-09 | Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead | Philip Guenther |
2014-07-09 | Fix backtraces through _dl_bind_start by adding dwarf annotations for | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-06 | allocate two things, test two pointers; ok miod@ guenther@ | Otto Moerbeek |
2014-07-06 | int all fields, so calloc can become malloc; ok miod@ | Otto Moerbeek |
2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes | Otto Moerbeek |
2014-07-06 | Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a | Miod Vallat |
2014-07-06 | this version of malloc does not need string.h | Otto Moerbeek |
2014-07-06 | rm unneeded includes; prompted (partly) by kettenis@ | Otto Moerbeek |
2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ | Otto Moerbeek |
2014-07-05 | Mark _dl_exit __dead. | Miod Vallat |
2014-07-05 | Implement _dl_mmap as direct mmap(2) wrapper, without needing to use | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to generate syscall stubs; and make sure errors are reported | Miod Vallat |
2014-07-05 | Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, | Miod Vallat |
2014-07-05 | No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MI | Miod Vallat |
2014-07-04 | Remove bogus mprotect call from RELOC_REL() - this macro is used to relocate | Miod Vallat |
2014-06-26 | Do not redirect STDERR of the main security(8) script to /dev/null, | Ingo Schwarze |
2014-06-24 | The Perl close() function, when called on pipe file descriptors, | Ingo Schwarze |
2014-06-24 | Do not try to pass potentially non-existent array elements into | Ingo Schwarze |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-06-15 | move to a smaller rbytes buffer; ok miod@ deraadt@ | Otto Moerbeek |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-06-14 | Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this is | Miod Vallat |
2014-06-05 | add malloc.c | Otto Moerbeek |
2014-06-05 | Move to (slightly stripped) version of libc malloc; ok deraadt@ | Otto Moerbeek |
2014-05-28 | Remove additional files generated during ld.so build on make clean. | Brad Smith |
2014-05-28 | missing space in error message | Otto Moerbeek |
2014-05-25 | Appease LLVM warnings.. | Brad Smith |
2014-05-24 | Remove errant double quote; from Jean-Philippe Ouellet | Todd C. Miller |
2014-05-02 | No need to figure out the area spanned by .got in _dl_md_reloc(); only | Miod Vallat |
2014-04-29 | tedu ~/.klogin | David Coppa |
2014-04-23 | Remove more Kerberos cruft. | Antoine Jacoutot |
2014-04-22 | Remove the kerberos login methods. | Reyk Floeter |
2014-04-22 | Remove the kerberos login methods. | Reyk Floeter |
2014-04-22 | Remove the kerberos login methods. | Reyk Floeter |
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter |
2014-04-21 | check perms on .ssh/id_ed25519; Fritjof Bornebusch | Stuart Henderson |
2014-04-20 | check_hosts_equiv -> check_hosts_lpd | Antoine Jacoutot |
2014-04-18 | Malak: I think we made the merchant angry. | Ted Unangst |
2014-04-18 | millert said i can kill rshd | Ted Unangst |
2014-04-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze |
2014-04-16 | Remove ifdef'd out KerberosIV and stream encryption support. While | Okan Demirmen |
2014-04-16 | add missing parens so that errorhost gets properly initialized. | Okan Demirmen |