summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Cast malloc() assignments.mdodd2002-10-021-6/+6
* Add an -o option to exit after receiving one reply. This can be useddd2002-10-022-5/+12
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Remove a comma trailing an if clause.phk2002-10-011-1/+1
* Changed "file system" back to "filesystem" in the usage message. Englishbde2002-10-011-3/+3
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-013-0/+3
* - bzero() allocations.mdodd2002-09-301-1/+38
* Turn warnings back on.mdodd2002-09-301-1/+0
* Add the "Monitor" interface flag.phk2002-09-272-0/+13
* Give up on a tty if opening it's special file returns ENOENT like we do forjhb2002-09-271-1/+1
* Don't show disklabel in the examples, it is not necessary.phk2002-09-261-3/+2
* Do not dump core on 'ipfw add unreach': handling null strings inmaxim2002-09-251-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-2521-30/+54
* Add support to fsck_ffs to account for storage for extendedmckusick2002-09-241-1/+19
* o Fix a typo.maxim2002-09-221-3/+3
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantphk2002-09-223-22/+3
* Failure to rewrite the disklabel should not be fatal.phk2002-09-221-4/+2
* Construct new disklabels based on the medias stated parameters inphk2002-09-202-40/+94
* Straighten out get_params().phk2002-09-201-33/+34
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-9/+10
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.mike2002-09-161-8/+11
* I forgot fsdb was still sharing files with fsck.phk2002-09-161-1/+1
* Add a source file where EXTATTR checks will happen and hook it in evenphk2002-09-164-2/+93
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.mike2002-09-161-4/+6
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanphk2002-09-151-1/+21
* Removed a debugging printf() left here in peter'smux2002-09-141-1/+0
* Use the proper fields for security.sos2002-09-121-2/+2
* Store the port number in "fwd" rules in host format, same as ipfw1luigi2002-09-121-2/+2
* Commit "unrelated style fixes" part of Bruce's patch (regardingpeter2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkpeter2002-09-111-5/+5
* In reference to previous commit: use err(3).nectar2002-09-091-4/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isnectar2002-09-091-2/+0
* Check for FD_SET overrun.nectar2002-09-091-0/+2
* Check for FD_SET overrun.nectar2002-09-091-0/+4
* Typo: s/o packet/on packet/blackend2002-09-081-1/+1
* Split cam_argmask and move "commands" into cam_cmdmask. This addressesmdodd2002-09-081-94/+102
* Bandaid for mount_nfs segfaulting with the more obscure mount optionspeter2002-09-061-22/+34
* Add 'camcontrol load' as a complement to 'camcontrol eject'.mdodd2002-09-062-1/+11
* Removed vestiges of the -a and -d options.bde2002-09-061-5/+3
* Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontigphk2002-09-062-27/+3
* use 'file system superblock' for the error message. This will match othertrhodes2002-08-311-1/+1
* Mention that fdisk(8) should be used to grow the containing slicekeramida2002-08-291-0/+6
* Add the -A flag to the usage line.iedowse2002-08-271-1/+1
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-278-10/+10
* Fix Synopsistrhodes2002-08-261-1/+1
* Unbreak the -c option by not using connect(2) for mount_nfs'siedowse2002-08-261-1/+2
* Print a more realistic usage message 'special_device' 'inode_number'. Thistrhodes2002-08-261-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-257-18/+20
* Check if a host argument is a IPv6 presentation format address beforecjc2002-08-251-6/+6
* Make this compile without needing NO_WERROR.peter2002-08-251-1/+1
OpenPOWER on IntegriCloud