aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a missing comma.Pawel Jakub Dawidek2005-02-251-1/+1
* Allow a forced dump even if the dump header information is inconsistent.David E. O'Brien2005-02-242-18/+61
* Fix a couple of grammar nits.Tom Rhodes2005-02-241-3/+3
* Bring back the full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-02-221-1/+14
* Use afswch->af_other_status for carp_status() and pfsync_status().Gleb Smirnoff2005-02-222-6/+6
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-223-0/+346
* Document the terabyte "-s" parameter in the usage string.Michael Reifenberger2005-02-211-1/+2
* The recomputation of file system summary at mount time can be aXin LI2005-02-202-0/+60
* When creating a new FFS file system, the block size will indirectlyXin LI2005-02-201-0/+10
* Fix year in copyrights.Pawel Jakub Dawidek2005-02-162-2/+2
* va_list style tweaksDavid E. O'Brien2005-02-161-1/+2
* Fix grammar error.David E. O'Brien2005-02-151-1/+1
* Expand contractions.Ruslan Ermilov2005-02-132-3/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-1312-32/+32
* Reword a sentence to conform with our mdoc(7) style.Tom Rhodes2005-02-121-3/+4
* - Fixed description of the "destroy" command options.Ruslan Ermilov2005-02-122-28/+45
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-3/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-1046-150/+135
* - Correctly spell MOD_QUIESCEGleb Smirnoff2005-02-091-1/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-095-7/+7
* Sort SEE ALSO.Gleb Smirnoff2005-02-071-1/+1
* Document how interaction with ng_ipfw node is configured.Gleb Smirnoff2005-02-051-2/+23
* Add a ng_ipfw node, implementing a quick and simple interface betweenGleb Smirnoff2005-02-051-0/+22
* - Sort options.Pawel Jakub Dawidek2005-02-031-8/+9
* Fix whitespace.Pawel Jakub Dawidek2005-02-031-6/+5
* - Remove bogus O_CREAT flag. We really don't want to create a file here.Pawel Jakub Dawidek2005-02-031-7/+7
* Remove unsigned casts.Suleiman Souhlal2005-01-311-4/+8
* Document -f in usage().Ruslan Ermilov2005-01-301-2/+2
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-284-6/+0
* Change the ifr_media operation to only get its value and only setDoug Ambrisko2005-01-271-79/+81
* Get rid of a NULL dereference when oid is too long.Suleiman Souhlal2005-01-251-1/+2
* - Make WARNS?= 6 cleanSuleiman Souhlal2005-01-252-2/+4
* Use new style declarations instead of K&R ones.Xin LI2005-01-251-10/+5
* Use modern style defination for main() and move a externXin LI2005-01-252-4/+6
* Code style tweaks: Use static and const where suitable.Xin LI2005-01-251-7/+6
* The kernel specified in main() of reboot(8) will be initializedXin LI2005-01-252-5/+5
* spell "file system" correctlyPhilippe Charnier2005-01-241-1/+1
* Bring back WARNS to 3 for arm until I figure out how to make gcc happy.Olivier Houchard2005-01-241-0/+4
* Allow to specify device size in bytes.Pawel Jakub Dawidek2005-01-222-2/+4
* Document -l and -n options in usage().Ruslan Ermilov2005-01-221-0/+2
* Polish previous revision:Ruslan Ermilov2005-01-221-6/+12
* Add an option to suppress the creation of the .snap directory inWes Peters2005-01-214-32/+60
* Improved error checking for existence of a .snap directory toWes Peters2005-01-212-18/+29
* Fixed xrefs.Ruslan Ermilov2005-01-211-2/+2
* Use the standard section name.Ruslan Ermilov2005-01-181-3/+3
* Don't print extra " via ", if we have already printed one. While here,Gleb Smirnoff2005-01-181-4/+6
* Sort sections.Ruslan Ermilov2005-01-1843-345/+345
* Oops... Remove the line leaked in the last commit which is notXin LI2005-01-171-1/+0
* WARNS=6 cleanup:Xin LI2005-01-172-17/+18
* WARNS=6 cleanup:Xin LI2005-01-172-4/+9