| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here |  guenther | 1 | -2/+2 |
| 2014-08-08 | some basic fixes; |  jmc | 1 | -3/+4 |
| 2014-08-08 | Add support for using - as shorthand for stdin/stdout in tradcpp. |  jsg | 3 | -3/+3 |
| 2014-07-30 | unhook auxcpp |  jsg | 1 | -2/+2 |
| 2014-07-30 | descend into tradcpp |  jsg | 1 | -2/+2 |
| 2014-07-30 | Add tradcpp 0.4, a standalone traditional whitespace preserving cpp |  jsg | 23 | -0/+6150 |
| 2014-07-28 | _dl_sigprocmask() works better when it actually saves the returned sigmask |  guenther | 1 | -1/+2 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 2 | -4/+2 |
| 2014-07-14 | The file /etc/exports is now optional and not installed by default, |  schwarze | 1 | -1/+2 |
| 2014-07-14 | explicit copyright, as authorized by Thomas. Thanks! |  espie | 1 | -0/+13 |
| 2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the |  deraadt | 23 | -26/+81 |
| 2014-07-12 | Hook auxcpp |  matthieu | 1 | -2/+2 |
| 2014-07-12 | Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@ |  matthieu | 3 | -15/+13 |
| 2014-07-12 | Local tweaks to ucpp: |  matthieu | 2 | -1/+4 |
| 2014-07-12 | Rename the manual page to auxcpp.1 |  matthieu | 1 | -8/+8 |
| 2014-07-12 | BSD Makefile for auxcpp |  matthieu | 1 | -111/+6 |
| 2014-07-12 | Import a copy of ucpp, lightweight cpp that doesn't depend |  matthieu | 23 | -0/+12687 |
| 2014-07-11 | using COPTS is probably better than CFLAGS |  deraadt | 1 | -1/+2 |
| 2014-07-10 | check all memory allocations; ok miod@ guenther@ |  otto | 10 | -25/+44 |
| 2014-07-10 | typo in previous |  miod | 1 | -2/+2 |
| 2014-07-09 | Use O_CLOEXEC to make sure fork+exec in a threaded process can't |  guenther | 3 | -6/+6 |
| 2014-07-09 | _dl_fcntl() is no longer used; kill the stubs |  guenther | 22 | -68/+22 |
| 2014-07-09 | Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead |  guenther | 1 | -9/+4 |
| 2014-07-09 | Fix backtraces through _dl_bind_start by adding dwarf annotations for |  guenther | 1 | -1/+46 |
| 2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 1 | -3/+1 |
| 2014-07-06 | allocate two things, test two pointers; ok miod@ guenther@ |  otto | 1 | -2/+2 |
| 2014-07-06 | int all fields, so calloc can become malloc; ok miod@ |  otto | 1 | -4/+5 |
| 2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes |  otto | 8 | -17/+11 |
| 2014-07-06 | Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a |  miod | 1 | -1/+4 |
| 2014-07-06 | this version of malloc does not need string.h |  otto | 1 | -2/+1 |
| 2014-07-06 | rm unneeded includes; prompted (partly) by kettenis@ |  otto | 1 | -3/+1 |
| 2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ |  otto | 23 | -25/+71 |
| 2014-07-05 | Mark _dl_exit __dead. |  miod | 11 | -11/+22 |
| 2014-07-05 | Implement _dl_mmap as direct mmap(2) wrapper, without needing to use |  miod | 2 | -11/+4 |
| 2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real |  miod | 3 | -398/+85 |
| 2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real |  miod | 3 | -390/+84 |
| 2014-07-05 | Add more sugar to generate syscall stubs; and make sure errors are reported |  miod | 1 | -116/+53 |
| 2014-07-05 | Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno, |  miod | 3 | -9/+6 |
| 2014-07-05 | No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MI |  miod | 3 | -21/+3 |
| 2014-07-04 | Remove bogus mprotect call from RELOC_REL() - this macro is used to relocate |  miod | 1 | -2/+1 |
| 2014-06-26 | Do not redirect STDERR of the main security(8) script to /dev/null, |  schwarze | 1 | -7/+3 |
| 2014-06-24 | The Perl close() function, when called on pipe file descriptors, |  schwarze | 1 | -9/+17 |
| 2014-06-24 | Do not try to pass potentially non-existent array elements into |  schwarze | 1 | -8/+10 |
| 2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and |  otto | 14 | -27/+132 |
| 2014-06-15 | move to a smaller rbytes buffer; ok miod@ deraadt@ |  otto | 1 | -2/+2 |
| 2014-06-14 | Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this is |  miod | 1 | -2/+12 |
| 2014-06-05 | add malloc.c |  otto | 1 | -1/+3 |
| 2014-06-05 | Move to (slightly stripped) version of libc malloc; ok deraadt@ |  otto | 2 | -70/+1023 |
| 2014-05-28 | Remove additional files generated during ld.so build on make clean. |  brad | 1 | -1/+3 |
| 2014-05-28 | missing space in error message |  otto | 1 | -2/+2 |