| Commit message (Expand) | Author | Age | Files | Lines |
* | style.Makefile(5) is good for our eyes. | yar | 2006-07-27 | 1 | -4/+8 |
* | Note the convention that humanize_number follows. | imp | 2006-07-15 | 1 | -8/+11 |
* | o Add missed comma, xref kld(4). | maxim | 2006-07-12 | 1 | -2/+3 |
* | Remove some unused variables | brian | 2006-06-23 | 1 | -2/+0 |
* | o Typo: ownship -> ownership. | maxim | 2006-06-17 | 1 | -1/+1 |
* | Specify default path for SHLIBDIR before bsd.own.mk does. | akiyama | 2006-06-11 | 1 | -1/+3 |
* | Don't build IPv6 support if we have choosen not to have it. | delphij | 2006-06-09 | 1 | -0/+4 |
* | - Add include for libutil.h and string.h for prototype. | delphij | 2006-05-25 | 1 | -1/+3 |
* | Bump library majro version for gethostbyaddr(3). | ume | 2006-05-21 | 1 | -1/+1 |
* | Document how the backoff delay is calculated. | brueffer | 2006-04-19 | 1 | -1/+4 |
* | use pwrite to always write at the begining of the file.. If multiple calls | jmg | 2006-04-11 | 1 | -1/+1 |
* | Use `intmax_t' instead of plain `int' for pid_t casts. | keramida | 2006-03-04 | 1 | -3/+3 |
* | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 4 | -2/+180 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | pjd | 2006-01-28 | 1 | -3/+13 |
* | Teach openpty() how to deal with pts. | cognet | 2006-01-26 | 1 | -0/+45 |
* | Restore use of strncpy(), as there is later unconditional termination | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Replace strncpy() with strlcpy() when parsing login time limit strings | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Fix typo in comment. | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop | csjp | 2005-12-30 | 1 | -0/+5 |
* | Restore the previous state after a FILL operation in properties_read() | jhb | 2005-11-28 | 1 | -8/+15 |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix markup, grammar and spelling. | ru | 2005-11-18 | 1 | -32/+44 |
* | When removing the local domain, only do so when the result will be a | brooks | 2005-10-05 | 1 | -3/+1 |
* | Pidfiles should be created with permission preventing users from opening | pjd | 2005-09-16 | 1 | -1/+1 |
* | Add a family of functions for reliable pidfiles handling. | pjd | 2005-08-24 | 4 | -3/+498 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 2 | -13/+3 |
* | Properly spell default in a comment. | trhodes | 2005-04-22 | 1 | -1/+1 |
* | Remove duplicated "bytes". | delphij | 2005-04-10 | 1 | -1/+1 |
* | Fix grammatical issue. | trhodes | 2005-02-27 | 1 | -4/+4 |
* | Use ~/.login_conf when discussing a user's local file. | trhodes | 2005-02-26 | 1 | -1/+1 |
* | Reword previous commit to be a bit more correct and provide more information. | trhodes | 2005-02-25 | 1 | -5/+13 |
* | Make it more obvious that cap_mkdb(1) is required to rebuild the database. | trhodes | 2005-02-23 | 1 | -0/+7 |
* | Expand *n't contractions. | ru | 2005-02-13 | 3 | -4/+4 |
* | Reflect the reality; only crypt(3) uses /etc/auth.conf | ru | 2005-01-21 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-20 | 3 | -10/+10 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -2/+2 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -2/+2 |
* | Grammar in a comment. | ru | 2004-12-18 | 1 | -1/+1 |
* | Backout manual page updates. | pjd | 2004-09-26 | 1 | -19/+27 |
* | Take the lastest fixes from NetBSD. | pjd | 2004-09-25 | 2 | -90/+70 |
* | There is no such manual page in FreeBSD. | pjd | 2004-09-16 | 1 | -2/+0 |
* | Document when this function came into FreeBSD. | obrien | 2004-08-21 | 1 | -1/+3 |
* | Spell FTP correctly - in this case, it is used as the name of the protocol, | roam | 2004-08-06 | 1 | -2/+2 |
* | Add Giorgos's description of the ftp-chroot login.conf option. | roam | 2004-08-06 | 1 | -0/+10 |
* | Markup fixes. | ru | 2004-07-07 | 1 | -16/+24 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 14 | -29/+52 |
* | Humanize_number(3) is a part of libutil. | pjd | 2004-05-25 | 1 | -0/+2 |
* | You want to include libutil.h, not util.h. | trhodes | 2004-05-25 | 1 | -4/+7 |