summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Return an error much earlier if recvmsg failsderaadt1-2/+4
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedmatthew5-24/+32
2012-03-06Fill in default values for rtableid/onrdomain/prio when creating PF rules,sthen1-1/+4
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.dlg1-3/+2
2012-03-05swap out libexec/tftpd for usr.sbin/tftpddlg1-2/+2
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()fgsch3-8/+8
2012-02-26Fix several manpage titles, from Lawrence Teo.haesbaert1-3/+3
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntsobrado1-3/+3
2012-02-01flags without arguments come first; use a standard wording on thesobrado1-6/+5
2012-02-01improve synopsis markup of login_* utilities; use a more standardsobrado6-27/+27
2012-02-01document login_yubikey optionsdhill2-12/+20
2012-01-31remove superfluous RCS identifiers; while here, indent identifiersobrado5-10/+5
2012-01-31use the right capitalization for YubiKey.sobrado1-6/+6
2012-01-27fix pkg_delete for people who had mandocdb enabled:espie1-2/+18
2012-01-26hook login_yubikey to the builddhill1-2/+2
2012-01-22Bring in corrections and improvements that were committed to the newschwarze1-2/+32
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.dhill1-8/+9
2012-01-18tweak previous;jmc1-14/+13
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.dhill5-0/+782
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).schwarze1-2/+2
2012-01-09Don't mmap 0 byte areas, treat them as a noop instead.ariane2-15/+20
2012-01-08Since PIE executables on mips64 don't have DT_MIPS_RLD_MAP, fall back onkettenis1-10/+21
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).schwarze1-2/+2
2011-12-15s,/var/run/wtmp,/var/log/wtmp and add it to FILES.ajacoutot1-3/+5
2011-12-14Add a new '-W' option to prevent saving login records to /var/run/wtmp.ajacoutot2-9/+33
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2-6/+6
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsguenther8-28/+82
2011-11-19Build ld.so on alpha with -mbuild-constants, so large integernaddy1-2/+2
2011-09-28tweak previous;jmc1-2/+2
2011-09-28tweak tftp-proxy to:dlg2-85/+73
2011-09-19Obsoleted after the makewhatis(8) re-write in 2000.okan4-441/+2
2011-09-03knock out some useless Pp;jmc1-2/+1
2011-09-03make -column lists pretty again;jmc1-98/+77
2011-07-23Properly align the stack early on in the ld.so startup code such that code runkettenis1-1/+6
2011-07-20During mailbox and special file checks, skip all files that can'tschwarze1-7/+10
2011-07-20In lists of setuid/setgid files and devices, do not pad the last columnschwarze1-1/+2
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntderaadt1-2/+1
2011-07-13Delete items on grpreflist when walking them to decrement the count,drahn1-2/+4
2011-07-04Add ld.so ia64 support.pirofti1-0/+3
2011-07-02add file equivalence. Choose the most recent timestamp between man andespie1-14/+42
2011-06-27Backout the dynamic linker speed improvement diff for now, it stillsthen4-139/+12
2011-06-24Handle \*(Na in .Nd, needed by nan(3).schwarze1-2/+2
2011-06-22fix whitespacesthen1-5/+5
2011-06-22Fix another pre-{rdr,nat}-to rule example...sthen1-3/+4
2011-06-20Restore changelist(5) wildcard support that we inadvertently killedschwarze1-9/+26
2011-05-26No need to call _dl_newsymsearch() twice; ok drahn@otto1-4/+2
2011-05-25Fix two bugs where race conditions might cause stat(2) to fail,schwarze1-7/+9
2011-05-22Dynamic linker speed improvement diff. tested by several sinc k2k11.drahn4-12/+141
2011-05-10Do not complain about an /etc/group line "+\n" as "wrong number of fields",schwarze1-2/+9
2011-05-10Fix previous. On i386, library.c isn't compiledotto2-9/+8