summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-0111-22/+22
* Simplify the syslog.conf example: .info means that *and higher*guenther2014-09-011-3/+3
* Make the handling of PLT entries above the 32k mark thread-safe.guenther2014-08-301-4/+5
* Delete secret or secret-derived data with explicit_bzero.doug2014-08-252-4/+4
* ld.so(1): Missing stack var initializationuebayasi2014-08-191-1/+2
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* some basic fixes;jmc2014-08-081-3/+4
* Add support for using - as shorthand for stdin/stdout in tradcpp.jsg2014-08-083-3/+3
* unhook auxcppjsg2014-07-301-2/+2
* descend into tradcppjsg2014-07-301-2/+2
* Add tradcpp 0.4, a standalone traditional whitespace preserving cppjsg2014-07-3023-0/+6150
* _dl_sigprocmask() works better when it actually saves the returned sigmaskguenther2014-07-281-1/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-162-4/+2
* The file /etc/exports is now optional and not installed by default,schwarze2014-07-141-1/+2
* explicit copyright, as authorized by Thomas. Thanks!espie2014-07-141-0/+13
* Now that we have sendsyslog(2), we can directly use it in thederaadt2014-07-1423-26/+81
* Hook auxcppmatthieu2014-07-121-2/+2
* Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@matthieu2014-07-123-15/+13
* Local tweaks to ucpp:matthieu2014-07-122-1/+4
* Rename the manual page to auxcpp.1matthieu2014-07-121-8/+8
* BSD Makefile for auxcppmatthieu2014-07-121-111/+6
* Import a copy of ucpp, lightweight cpp that doesn't dependmatthieu2014-07-1223-0/+12687
* using COPTS is probably better than CFLAGSderaadt2014-07-111-1/+2
* check all memory allocations; ok miod@ guenther@otto2014-07-1010-25/+44
* typo in previousmiod2014-07-101-2/+2
* Use O_CLOEXEC to make sure fork+exec in a threaded process can'tguenther2014-07-093-6/+6
* _dl_fcntl() is no longer used; kill the stubsguenther2014-07-0922-68/+22
* Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadguenther2014-07-091-9/+4
* Fix backtraces through _dl_bind_start by adding dwarf annotations forguenther2014-07-091-1/+46
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* allocate two things, test two pointers; ok miod@ guenther@otto2014-07-061-2/+2
* int all fields, so calloc can become malloc; ok miod@otto2014-07-061-4/+5
* enable -Wall, explicitly call _dl_strsep, and zap some redundant includesotto2014-07-068-17/+11
* Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is amiod2014-07-061-1/+4
* this version of malloc does not need string.hotto2014-07-061-2/+1
* rm unneeded includes; prompted (partly) by kettenis@otto2014-07-061-3/+1
* move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@otto2014-07-0623-25/+71
* Mark _dl_exit __dead.miod2014-07-0511-11/+22
* Implement _dl_mmap as direct mmap(2) wrapper, without needing to usemiod2014-07-052-11/+4
* Add more sugar to build syscall stubs, and turn them from inlines to realmiod2014-07-053-398/+85
* Add more sugar to build syscall stubs, and turn them from inlines to realmiod2014-07-053-391/+85
* Add more sugar to generate syscall stubs; and make sure errors are reportedmiod2014-07-051-117/+54
* Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno,miod2014-07-053-9/+6
* No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MImiod2014-07-053-21/+3
* Remove bogus mprotect call from RELOC_REL() - this macro is used to relocatemiod2014-07-041-2/+1
* Do not redirect STDERR of the main security(8) script to /dev/null,schwarze2014-06-261-7/+3
* The Perl close() function, when called on pipe file descriptors,schwarze2014-06-241-9/+17
* Do not try to pass potentially non-existent array elements intoschwarze2014-06-241-8/+10
* Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andotto2014-06-2114-27/+132
* move to a smaller rbytes buffer; ok miod@ deraadt@otto2014-06-151-2/+2