summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use '0' instead of NULL when we mean the integer constant 0 and not aimp2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-21111-870/+870
* Don't use NULL where you really mean 0 to sysctlbyname.imp2002-08-211-1/+1
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskluigi2002-08-211-11/+14
* Take care of WARNS=3 warnings by using unsigned/signed variablejohan2002-08-201-6/+7
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-192-1/+7
* One more (hopefully the last one) step in cleaning up the syntax,luigi2002-08-192-61/+102
* Fix last-minute typo which breaks the world.sobomax2002-08-191-1/+1
* Major cleanup of the parser and printing routines in an attempt toluigi2002-08-192-209/+375
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.johan2002-08-181-1/+0
* Clarify the explanation of the behavior for setuid programs byjdp2002-08-181-2/+2
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+3
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.bmilekic2002-08-163-0/+3
* Complete list of differences between ipfw1 and ipfw2.luigi2002-08-161-10/+93
* sys/netinet/ip_fw2.c:luigi2002-08-162-116/+526
* No need to include sys/time.h, this unbreaks a c89 warning about long longalfred2002-08-161-1/+0
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromalfred2002-08-161-1/+0
* Don't depend on namespace pollution in sys/mount.h andmux2002-08-134-0/+4
OpenPOWER on IntegriCloud