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