| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve the mount point's path with realpath(2) before checking if file | pjd | 2006-01-18 | 1 | -1/+8 |
* | Properly print the SATA protocal version. | sos | 2006-01-18 | 1 | -4/+9 |
* | Revert previous change, "getopts" (with an 's') is a builtin in | wes | 2006-01-18 | 1 | -23/+8 |
* | Fix an 11 year old mistake: Let the hash functions take a void* instead | phk | 2006-01-17 | 1 | -1/+1 |
* | Fix a "free(): error: chunk is already free" under certain | dougb | 2006-01-17 | 1 | -3/+10 |
* | Remove dependency on getopts because it is on /usr and we want to | wes | 2006-01-16 | 1 | -8/+23 |
* | Remove scary warning, since nullfs works fine thesedays. | kris | 2006-01-16 | 1 | -13/+0 |
* | Fix an off-by-one bug. | ru | 2006-01-15 | 1 | -1/+1 |
* | Forget about ipfw1 and ipfw2. We aren't in RELENG_4 anymore. | glebius | 2006-01-13 | 1 | -139/+6 |
* | Document 'tablearg' keyword. | glebius | 2006-01-13 | 1 | -1/+31 |
* | Grab the media from the passed in structure to put it into the | ambrisko | 2006-01-11 | 1 | -0/+1 |
* | - Xref mount_reiserfs(8) | pav | 2006-01-10 | 1 | -0/+1 |
* | Mention the -b flag in the SYNOPSIS. | brooks | 2006-01-10 | 1 | -1/+1 |
* | When we give up on an interface, use the arp(8) command to remove all | brooks | 2006-01-10 | 1 | -2/+5 |
* | Allow users to add aliases to the interface. | brooks | 2006-01-10 | 1 | -13/+13 |
* | Langauge fixes required to disambiguate some statements. | gnn | 2006-01-08 | 1 | -84/+114 |
* | It was always intended that regular expression matching be case | imp | 2006-01-08 | 1 | -1/+1 |
* | - Mention the size of the additional header | pav | 2006-01-07 | 1 | -1/+1 |
* | o Typo in the error message: s/invald/invalid. | maxim | 2006-01-05 | 1 | -1/+1 |
* | Add a -P option to allow skipping newfs when using a vnode-backed | dd | 2006-01-02 | 2 | -6/+22 |
* | When printing SSID's in ifconfig(8)'s scan mode, set the width of the | rwatson | 2005-12-30 | 1 | -3/+3 |
* | Add printproto.c to libipf | guido | 2005-12-30 | 1 | -2/+2 |
* | document deftxkey | sam | 2005-12-26 | 1 | -1/+9 |
* | Kill the BUGS section, and remove a similar line noted under -T. As far | trhodes | 2005-12-25 | 1 | -14/+3 |
* | Add the example that green@ used in his commit log for the dump to a | imp | 2005-12-23 | 1 | -1/+8 |
* | If we're operating without running external programs (-N) and | dd | 2005-12-22 | 1 | -1/+1 |
* | Sort the list results by the unit number. The list returned by the | dd | 2005-12-22 | 1 | -3/+13 |
* | o Remove rev. 1.14 debug printf(3) leftovers. | maxim | 2005-12-20 | 1 | -6/+1 |
* | Fixing multi-session disc mount by passing the correct "ssector" option | avatar | 2005-12-19 | 1 | -1/+1 |
* | Rev 1.15 should have incremented the date on this manual page. | jkoshy | 2005-12-19 | 1 | -1/+1 |
* | Document the pfsync(4) specific maxupd parameter, with text mostly taken | ceri | 2005-12-16 | 1 | -1/+12 |
* | add control for packet bursting | sam | 2005-12-14 | 2 | -1/+30 |
* | o Correct usage(): delete command takes as argument array not channel. | maxim | 2005-12-14 | 1 | -1/+1 |
* | Add support for creating span ports so that one can snoop bridged traffic | thompsa | 2005-12-14 | 2 | -0/+35 |
* | display a bssid that's zero with the -v option | sam | 2005-12-14 | 1 | -1/+1 |
* | [mdoc] add missing space before a punctuation type argument. | ru | 2005-12-13 | 1 | -1/+1 |
* | Add a new feature for optimizining ipfw rulesets - substitution of the | glebius | 2005-12-13 | 1 | -46/+44 |
* | For reiserfs, pass mount parameters directly to nmount() instead | rodrigc | 2005-12-12 | 1 | -1/+1 |
* | add mcastrate support | sam | 2005-12-12 | 2 | -1/+25 |
* | When we get a bogus hostname in an option, drop the option rather than | brooks | 2005-12-10 | 1 | -1/+4 |
* | Cleanup _FreeBSD_version. | glebius | 2005-12-09 | 1 | -3/+0 |
* | Tweak -32 description and add -32 FILES. | obrien | 2005-12-09 | 1 | -2/+7 |
* | Teach NOP GEOM class how to gather the following statistics: | pjd | 2005-12-08 | 2 | -6/+25 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | pjd | 2005-12-07 | 10 | -729/+327 |
* | Remove workaround for old GCC bugs. | rodrigc | 2005-12-03 | 1 | -5/+0 |
* | Simplify parsing of mount options by passing | rodrigc | 2005-12-03 | 1 | -1/+1 |
* | Remove mqueuefs from LINKS, it is no longer needed for nmount interface. | davidxu | 2005-12-02 | 1 | -1/+0 |
* | Remove unsupported "dev" option from comments of mntopts.h. | rodrigc | 2005-12-02 | 1 | -1/+1 |
* | Sync usage() with SYNOPSIS. | ru | 2005-12-01 | 1 | -4/+4 |
* | Add -q to usage(). | ru | 2005-12-01 | 1 | -2/+2 |