| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the number of errors under WARNS=6 | charnier | 2006-09-13 | 1 | -9/+5 |
* | Add FBSDID, rename local variable time to not conflict with time() | charnier | 2006-09-12 | 1 | -7/+11 |
* | Fix the manual build. | obrien | 2006-09-10 | 5 | -24/+23 |
* | Re-word the description of the "async" flag. | danger | 2006-09-08 | 1 | -3/+6 |
* | Fix octal representation of TSO4 and TSO6 bits in interface capabilities | andre | 2006-09-08 | 1 | -1/+1 |
* | - Split failure probability configuration into read failure probability and | pjd | 2006-09-08 | 2 | -13/+28 |
* | Make TSO (TCP segmentation offload) capabilities visible and accessible with | andre | 2006-09-06 | 2 | -1/+20 |
* | While convenient, avoid using alloca() for reasons specified in | ru | 2006-09-06 | 1 | -4/+20 |
* | Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to | ume | 2006-09-03 | 1 | -4/+39 |
* | o Fix style(9) for previous. | maxim | 2006-08-25 | 1 | -1/+1 |
* | A bunch of fixes from NetBSD: | maxim | 2006-08-25 | 1 | -17/+23 |
* | Add a note that the btime command only works on UFS2. | ceri | 2006-08-24 | 1 | -1/+4 |
* | Allow fsdb to manipulate the birthtime entries on UFS2. | ceri | 2006-08-23 | 3 | -3/+29 |
* | A pipe bandwidth of 10MBits/s should probably | dwmalone | 2006-08-23 | 1 | -1/+2 |
* | (media_status): Factor common code between IFM_ETHER and IFM_ATM cases. | thomas | 2006-08-22 | 1 | -21/+9 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 3 | -6/+2 |
* | Revert the addition of -p. It's flawed in that dhclient should not run | brian | 2006-08-21 | 2 | -25/+7 |
* | Implement 'camcontrol reportluns'. This allows users to send the SCSI | ken | 2006-08-21 | 2 | -2/+300 |
* | Regigle parens to try and get the intended affect. This should fix people | dwmalone | 2006-08-20 | 1 | -6/+6 |
* | Fix typo. | julian | 2006-08-20 | 1 | -1/+1 |
* | comply with style police | julian | 2006-08-18 | 2 | -18/+19 |
* | Allow ipfw to forward to a destination that is specified by a table. | julian | 2006-08-17 | 2 | -11/+60 |
* | Bump the document date. s/dhclient/.Nm/ | brian | 2006-08-17 | 1 | -4/+7 |
* | Correct usage() | brian | 2006-08-17 | 1 | -1/+1 |
* | Add a -p switch to dhclient. The switch tells dhclient to persist | brian | 2006-08-17 | 2 | -5/+20 |
* | Regularly scheduled patch to unbreak regularly scheduled post-ipfilter | kan | 2006-08-17 | 1 | -1/+1 |
* | Take IP_FIREWALL_EXTENDED out of the man page too. | julian | 2006-08-17 | 1 | -8/+0 |
* | Clarify documentation of '-L' command line switch: the snapshot is | thomas | 2006-08-16 | 1 | -1/+2 |
* | Adapt to ipf 4.1.13 | guido | 2006-08-16 | 1 | -2/+2 |
* | If rawname returns NULL, deal with it appropriately. | mjacob | 2006-08-15 | 1 | -0/+2 |
* | Fix printing of integer Kelvins broken in rev. 1.71, which is | ru | 2006-08-15 | 1 | -3/+3 |
* | Print packet loss figures with one decimal place. ping6 already does | dd | 2006-08-14 | 1 | -4/+4 |
* | Add an extension to the UINT & ULONG types. The XINT & XLONG types behave | obrien | 2006-08-12 | 1 | -2/+10 |
* | Restore the "plumb" compatibility command, which was lost | yar | 2006-08-12 | 1 | -0/+1 |
* | fixup list station support: | sam | 2006-08-10 | 1 | -4/+23 |
* | o Spell. | maxim | 2006-08-10 | 1 | -1/+1 |
* | o Strip eol whitespaces. | maxim | 2006-08-09 | 1 | -2/+2 |
* | o New sentence, new line. | maxim | 2006-08-09 | 1 | -2/+3 |
* | Allow geli to operate on read-only providers. | pjd | 2006-08-09 | 2 | -4/+7 |
* | Add missing #. | pjd | 2006-08-07 | 1 | -1/+1 |
* | Eliminate a pair of unneeded parentheses slipped in from previous version of | marck | 2006-08-06 | 1 | -1/+1 |
* | strlen(3) returns size_t, which is not strictly equivalent to int an 64-bit | marck | 2006-08-06 | 1 | -3/+4 |
* | Use the SLIST_NEXT macro instead of sle_next. | stefanf | 2006-08-05 | 1 | -2/+2 |
* | Do not pass-through the tailing newline character from the ctime(3) | rse | 2006-08-05 | 1 | -3/+5 |
* | Use floating point instead of hacking something together. Suggested by | njl | 2006-08-04 | 1 | -10/+8 |
* | Block a variety of signals which may afffect reboot(8), before killing | bms | 2006-08-02 | 1 | -2/+15 |
* | Block SIGHUP before killing init(8), to avoid a race condition which may | bms | 2006-08-02 | 1 | -3/+3 |
* | Add eye candy while I'm here: a blank line between | yar | 2006-07-27 | 1 | -0/+1 |
* | INET6 has no effect on rtsol, it's an IPv6-only tool with its | yar | 2006-07-27 | 1 | -7/+0 |
* | rtsol is just a stripped-down version of rtsold and as such it should | yar | 2006-07-27 | 1 | -1/+2 |