aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Do not dump core on 'ipfw add unreach': handling null strings inMaxim Konovalov2002-09-251-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-2521-30/+54
* Add support to fsck_ffs to account for storage for extendedKirk McKusick2002-09-241-1/+19
* o Fix a typo.Maxim Konovalov2002-09-221-3/+3
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantPoul-Henning Kamp2002-09-223-22/+3
* Failure to rewrite the disklabel should not be fatal.Poul-Henning Kamp2002-09-221-4/+2
* Construct new disklabels based on the medias stated parameters inPoul-Henning Kamp2002-09-202-40/+94
* Straighten out get_params().Poul-Henning Kamp2002-09-201-33/+34
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+10
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.Mike Barcroft2002-09-161-8/+11
* I forgot fsdb was still sharing files with fsck.Poul-Henning Kamp2002-09-161-1/+1
* Add a source file where EXTATTR checks will happen and hook it in evenPoul-Henning Kamp2002-09-164-2/+93
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.Mike Barcroft2002-09-161-4/+6
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanPoul-Henning Kamp2002-09-151-1/+21
* Removed a debugging printf() left here in peter'sMaxime Henrion2002-09-141-1/+0
* Use the proper fields for security.Søren Schmidt2002-09-121-2/+2
* Store the port number in "fwd" rules in host format, same as ipfw1Luigi Rizzo2002-09-121-2/+2
* Commit "unrelated style fixes" part of Bruce's patch (regardingPeter Wemm2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkPeter Wemm2002-09-111-5/+5
* In reference to previous commit: use err(3).Jacques Vidrine2002-09-091-4/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+4
* Typo: s/o packet/on packet/Marc Fonvieille2002-09-081-1/+1
* Split cam_argmask and move "commands" into cam_cmdmask. This addressesMatthew N. Dodd2002-09-081-94/+102
* Bandaid for mount_nfs segfaulting with the more obscure mount optionsPeter Wemm2002-09-061-22/+34
* Add 'camcontrol load' as a complement to 'camcontrol eject'.Matthew N. Dodd2002-09-062-1/+11
* Removed vestiges of the -a and -d options.Bruce Evans2002-09-061-5/+3
* Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontigPoul-Henning Kamp2002-09-062-27/+3
* use 'file system superblock' for the error message. This will match otherTom Rhodes2002-08-311-1/+1
* Mention that fdisk(8) should be used to grow the containing sliceGiorgos Keramidas2002-08-291-0/+6
* Add the -A flag to the usage line.Ian Dowse2002-08-271-1/+1
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-278-10/+10
* Fix SynopsisTom Rhodes2002-08-261-1/+1
* Unbreak the -c option by not using connect(2) for mount_nfs'sIan Dowse2002-08-261-1/+2
* Print a more realistic usage message 'special_device' 'inode_number'. ThisTom Rhodes2002-08-261-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-257-18/+20
* Check if a host argument is a IPv6 presentation format address beforeCrist J. Clark2002-08-251-6/+6
* Make this compile without needing NO_WERROR.Peter Wemm2002-08-251-1/+1
* Use '0' instead of NULL when we mean the integer constant 0 and not aWarner Losh2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-21111-870/+870
* Don't use NULL where you really mean 0 to sysctlbyname.Warner Losh2002-08-211-1/+1
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskLuigi Rizzo2002-08-211-11/+14
* Take care of WARNS=3 warnings by using unsigned/signed variableJohan Karlsson2002-08-201-6/+7
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-192-1/+7
* One more (hopefully the last one) step in cleaning up the syntax,Luigi Rizzo2002-08-192-61/+102
* Fix last-minute typo which breaks the world.Maxim Sobolev2002-08-191-1/+1
* Major cleanup of the parser and printing routines in an attempt toLuigi Rizzo2002-08-192-209/+375
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.Johan Karlsson2002-08-181-1/+0
* Clarify the explanation of the behavior for setuid programs byJohn Polstra2002-08-181-2/+2