Age | Commit message (Expand) | Author |
2014-09-22 | Correct the token used. | Brad Smith |
2014-09-16 | use crypt_checkpass function to make things simple | Ted Unangst |
2014-09-16 | less sendmail; | Jason McIntyre |
2014-09-16 | less sendmail; | Jason McIntyre |
2014-09-16 | no need to Xr sendmail here; | Jason McIntyre |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-09-01 | Simplify the syslog.conf example: .info means that *and higher* | Philip Guenther |
2014-08-30 | Make the handling of PLT entries above the 32k mark thread-safe. | Philip Guenther |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-19 | ld.so(1): Missing stack var initialization | Masao Uebayashi |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-08-08 | some basic fixes; | Jason McIntyre |
2014-08-08 | Add support for using - as shorthand for stdin/stdout in tradcpp. | Jonathan Gray |
2014-07-30 | unhook auxcpp | Jonathan Gray |
2014-07-30 | descend into tradcpp | Jonathan Gray |
2014-07-30 | Add tradcpp 0.4, a standalone traditional whitespace preserving cpp | Jonathan Gray |
2014-07-28 | _dl_sigprocmask() works better when it actually saves the returned sigmask | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-14 | The file /etc/exports is now optional and not installed by default, | Ingo Schwarze |
2014-07-14 | explicit copyright, as authorized by Thomas. Thanks! | Marc Espie |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
2014-07-12 | Hook auxcpp | Matthieu Herrb |
2014-07-12 | Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@ | Matthieu Herrb |
2014-07-12 | Local tweaks to ucpp: | Matthieu Herrb |
2014-07-12 | Rename the manual page to auxcpp.1 | Matthieu Herrb |
2014-07-12 | BSD Makefile for auxcpp | Matthieu Herrb |
2014-07-12 | Import a copy of ucpp, lightweight cpp that doesn't depend | Matthieu Herrb |
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 |