| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with kernel using time_uptime to drive ARP timeouts. | glebius | 2010-12-06 | 1 | -3/+3 |
* | mdoc: drop even more redundant .Pp calls | uqs | 2010-10-19 | 1 | -1/+0 |
* | Make WARNS=6 the default for libexec/. | ed | 2010-01-02 | 3 | -0/+6 |
* | Use RTF_LLDATA. | cognet | 2009-03-31 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+0 |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -2/+3 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 1 | -1/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -10/+10 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Call nmatch function with parameters casted to types the function actually | kan | 2004-07-29 | 1 | -1/+1 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -32/+64 |
* | Bump document date for the latest change. | ru | 2004-05-16 | 1 | -3/+3 |
* | Add the '-h hostname' to usage(), too. | roam | 2004-02-13 | 1 | -1/+3 |
* | Document the '-h hostname' option, which seems to have been present | roam | 2004-02-10 | 1 | -7/+14 |
* | fix a couple typos in the comments | jmg | 2003-06-15 | 1 | -2/+2 |
* | fix bootpd to use fd_set. For some reason on Sparc, using int with | jmg | 2003-06-15 | 1 | -4/+6 |
* | Add FBSDID. udp/bootps -> bootps/udp. Use err(3). | charnier | 2003-02-05 | 4 | -46/+41 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Don't call report() without a format string. | kris | 2002-10-13 | 1 | -1/+1 |
* | Use strlcpy instead of incorrectly using strncpy. | kris | 2002-10-13 | 1 | -1/+1 |
* | de-__P() | alfred | 2002-10-09 | 2 | -2/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+3 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 3 | -6/+11 |
* | Assume __STDC__, remove non-__STDC__ code. ... | alfred | 2002-05-28 | 2 | -24/+4 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -11/+3 |
* | This code defined a private __P, nuke it. | alfred | 2002-05-28 | 8 | -87/+59 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 14 | -97/+17 |
* | Mark report() as printflike and fix resulting warnings, including one bug | kris | 2002-02-04 | 4 | -4/+4 |
* | Avoid a few compiler warnings (printf codes, missing includes etc). | iedowse | 2001-09-29 | 3 | -4/+8 |
* | Missing `break' statements caused two error messages to become | iedowse | 2001-09-29 | 1 | -1/+3 |
* | RFC2132 is not clear about whether the "Maximum DHCP Message Size" | iedowse | 2001-09-25 | 2 | -2/+4 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 4 | -3/+3 |
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 3 | -3/+2 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -2/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -5/+5 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 2 | -97/+106 |
* | mdoc(7) police: .Os CMU -> .Os, split authors for better output. | ru | 2000-12-12 | 2 | -2/+3 |
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 3 | -3/+8 |
* | Constify | kris | 2000-11-26 | 2 | -5/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -10/+10 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -28/+27 |
* | Fix to=auto in bootptab. | dirk | 2000-11-10 | 1 | -6/+10 |
* | strerror is declared in <string.h> | imp | 2000-09-04 | 1 | -3/+4 |