summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-14The file /etc/exports is now optional and not installed by default,Ingo Schwarze
2014-07-14explicit copyright, as authorized by Thomas. Thanks!Marc Espie
2014-07-14Now that we have sendsyslog(2), we can directly use it in theTheo de Raadt
2014-07-12Hook auxcppMatthieu Herrb
2014-07-12Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@Matthieu Herrb
2014-07-12Local tweaks to ucpp:Matthieu Herrb
2014-07-12Rename the manual page to auxcpp.1Matthieu Herrb
2014-07-12BSD Makefile for auxcppMatthieu Herrb
2014-07-12Import a copy of ucpp, lightweight cpp that doesn't dependMatthieu Herrb
2014-07-11using COPTS is probably better than CFLAGSTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-07-10typo in previousMiod Vallat
2014-07-09Use O_CLOEXEC to make sure fork+exec in a threaded process can'tPhilip Guenther
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther
2014-07-09Fix backtraces through _dl_bind_start by adding dwarf annotations forPhilip Guenther
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-06allocate two things, test two pointers; ok miod@ guenther@Otto Moerbeek
2014-07-06int all fields, so calloc can become malloc; ok miod@Otto Moerbeek
2014-07-06enable -Wall, explicitly call _dl_strsep, and zap some redundant includesOtto Moerbeek
2014-07-06Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is aMiod Vallat
2014-07-06this version of malloc does not need string.hOtto Moerbeek
2014-07-06rm unneeded includes; prompted (partly) by kettenis@Otto Moerbeek
2014-07-06move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@Otto Moerbeek
2014-07-05Mark _dl_exit __dead.Miod Vallat
2014-07-05Implement _dl_mmap as direct mmap(2) wrapper, without needing to useMiod Vallat
2014-07-05Add more sugar to build syscall stubs, and turn them from inlines to realMiod Vallat
2014-07-05Add more sugar to build syscall stubs, and turn them from inlines to realMiod Vallat
2014-07-05Add more sugar to generate syscall stubs; and make sure errors are reportedMiod Vallat
2014-07-05Unlike libc syscall stubs, ld.so syscall stubs are expected to return -errno,Miod Vallat
2014-07-05No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MIMiod Vallat
2014-07-04Remove bogus mprotect call from RELOC_REL() - this macro is used to relocateMiod Vallat
2014-06-26Do not redirect STDERR of the main security(8) script to /dev/null,Ingo Schwarze
2014-06-24The Perl close() function, when called on pipe file descriptors,Ingo Schwarze
2014-06-24Do not try to pass potentially non-existent array elements intoIngo Schwarze
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2014-06-15move to a smaller rbytes buffer; ok miod@ deraadt@Otto Moerbeek
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2014-06-14Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this isMiod Vallat
2014-06-05add malloc.cOtto Moerbeek
2014-06-05Move to (slightly stripped) version of libc malloc; ok deraadt@Otto Moerbeek
2014-05-28Remove additional files generated during ld.so build on make clean.Brad Smith
2014-05-28missing space in error messageOtto Moerbeek
2014-05-25Appease LLVM warnings..Brad Smith
2014-05-24Remove errant double quote; from Jean-Philippe OuelletTodd C. Miller
2014-05-02No need to figure out the area spanned by .got in _dl_md_reloc(); onlyMiod Vallat
2014-04-29tedu ~/.kloginDavid Coppa
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
2014-04-22Remove the kerberos login methods.Reyk Floeter