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