summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedMatthew Dempsky
2012-03-06Fill in default values for rtableid/onrdomain/prio when creating PF rules,Stuart Henderson
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.David Gwynne
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntIgor Sobrado
2012-02-01flags without arguments come first; use a standard wording on theIgor Sobrado
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
2012-02-01document login_yubikey optionsDavid Hill
2012-01-31remove superfluous RCS identifiers; while here, indent identifierIgor Sobrado
2012-01-31use the right capitalization for YubiKey.Igor Sobrado
2012-01-27fix pkg_delete for people who had mandocdb enabled:Marc Espie
2012-01-26hook login_yubikey to the buildDavid Hill
2012-01-22Bring in corrections and improvements that were committed to the newIngo Schwarze
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.David Hill
2012-01-18tweak previous;Jason McIntyre
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.David Hill
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-09Don't mmap 0 byte areas, treat them as a noop instead.Ariane van der Steldt
2012-01-08Since PIE executables on mips64 don't have DT_MIPS_RLD_MAP, fall back onMark Kettenis
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2011-12-15s,/var/run/wtmp,/var/log/wtmp and add it to FILES.Antoine Jacoutot
2011-12-14Add a new '-W' option to prevent saving login records to /var/run/wtmp.Antoine Jacoutot
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsPhilip Guenthe
2011-11-19Build ld.so on alpha with -mbuild-constants, so large integerChristian Weisgerber
2011-09-28tweak previous;Jason McIntyre
2011-09-28tweak tftp-proxy to:David Gwynne
2011-09-19Obsoleted after the makewhatis(8) re-write in 2000.Okan Demirmen
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-23Properly align the stack early on in the ld.so startup code such that code runMark Kettenis
2011-07-20During mailbox and special file checks, skip all files that can'tIngo Schwarze
2011-07-20In lists of setuid/setgid files and devices, do not pad the last columnIngo Schwarze
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-13Delete items on grpreflist when walking them to decrement the count,Dale Rahn
2011-07-04Add ld.so ia64 support.Paul Irofti
2011-07-02add file equivalence. Choose the most recent timestamp between man andMarc Espie
2011-06-27Backout the dynamic linker speed improvement diff for now, it stillStuart Henderson
2011-06-24Handle \*(Na in .Nd, needed by nan(3).Ingo Schwarze
2011-06-22fix whitespaceStuart Henderson
2011-06-22Fix another pre-{rdr,nat}-to rule example...Stuart Henderson
2011-06-20Restore changelist(5) wildcard support that we inadvertently killedIngo Schwarze
2011-05-26No need to call _dl_newsymsearch() twice; ok drahn@Otto Moerbeek
2011-05-25Fix two bugs where race conditions might cause stat(2) to fail,Ingo Schwarze
2011-05-22Dynamic linker speed improvement diff. tested by several sinc k2k11.Dale Rahn
2011-05-10Do not complain about an /etc/group line "+\n" as "wrong number of fields",Ingo Schwarze
2011-05-10Fix previous. On i386, library.c isn't compiledOtto Moerbeek