summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
* can not -> cannot.ru2002-08-133-4/+4
* mdoc(7) police: laundry.ru2002-08-131-17/+16
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...ru2002-08-131-16/+23
* mdoc(7) police: canonize FreeBSD in e-mail address.ru2002-08-131-1/+1
* mdoc(7) police: missing markup bits.ru2002-08-131-6/+12
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.ru2002-08-131-3/+4
* mdoc(7) police: Use the .Ud macro.ru2002-08-131-1/+2
* Improve wording even more.ru2002-08-131-4/+5
* mdoc(7) police: kill hard sentence break.ru2002-08-131-1/+2
* Warn that hex keys are the most portable.imp2002-08-121-0/+3
* Simplify some things to use libufs-provided functionality here, such as thejmallett2002-08-111-21/+28
* Update manpage to match the code, we don't usemux2002-08-111-5/+0
* Update the manpage to match the code. The mount utilitiesmux2002-08-111-24/+2
* The kldload() system call doesn't return 0 when it succeeded,mux2002-08-111-1/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-104-10/+9
* Fix one parsing bug introduced by last commit, and correct parsingluigi2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateluigi2002-08-101-518/+682
* One bugfix and one new feature.luigi2002-08-101-22/+85
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinpeter2002-08-101-2/+2
* Fixup preen.c to match its new residence.phk2002-08-091-1/+5
* preen.c was a stragler after the fsck/fsck_ffs divorce.phk2002-08-091-282/+0
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tsemenu2002-08-061-0/+4
OpenPOWER on IntegriCloud