summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2014-04-22Remove the kerberos login methods.Reyk Floeter
2014-04-22Remove the kerberos login methods.Reyk Floeter
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
2014-04-21check perms on .ssh/id_ed25519; Fritjof BornebuschStuart Henderson
2014-04-20check_hosts_equiv -> check_hosts_lpdAntoine Jacoutot
2014-04-18Malak: I think we made the merchant angry.Ted Unangst
2014-04-18millert said i can kill rshdTed Unangst
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-04-16Remove ifdef'd out KerberosIV and stream encryption support. WhileOkan Demirmen
2014-04-16add missing parens so that errorhost gets properly initialized.Okan Demirmen