aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-2/+3
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.Bosko Milekic2002-08-163-0/+3
* Complete list of differences between ipfw1 and ipfw2.Luigi Rizzo2002-08-161-10/+93
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-162-116/+526
* No need to include sys/time.h, this unbreaks a c89 warning about long longAlfred Perlstein2002-08-161-1/+0
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromAlfred Perlstein2002-08-161-1/+0
* Don't depend on namespace pollution in sys/mount.h andMaxime Henrion2002-08-134-0/+4
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* can not -> cannot.Ruslan Ermilov2002-08-133-4/+4
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-131-17/+16
* mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...Ruslan Ermilov2002-08-131-16/+23
* mdoc(7) police: canonize FreeBSD in e-mail address.Ruslan Ermilov2002-08-131-1/+1
* mdoc(7) police: missing markup bits.Ruslan Ermilov2002-08-131-6/+12
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.Ruslan Ermilov2002-08-131-3/+4
* mdoc(7) police: Use the .Ud macro.Ruslan Ermilov2002-08-131-1/+2
* Improve wording even more.Ruslan Ermilov2002-08-131-4/+5
* mdoc(7) police: kill hard sentence break.Ruslan Ermilov2002-08-131-1/+2
* Warn that hex keys are the most portable.Warner Losh2002-08-121-0/+3
* Simplify some things to use libufs-provided functionality here, such as theJuli Mallett2002-08-111-21/+28
* Update manpage to match the code, we don't useMaxime Henrion2002-08-111-5/+0
* Update the manpage to match the code. The mount utilitiesMaxime Henrion2002-08-111-24/+2
* The kldload() system call doesn't return 0 when it succeeded,Maxime Henrion2002-08-111-1/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-104-10/+9
* Fix one parsing bug introduced by last commit, and correct parsingLuigi Rizzo2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateLuigi Rizzo2002-08-101-518/+682
* One bugfix and one new feature.Luigi Rizzo2002-08-101-22/+85
* Fix the broken "avoid unaligned data" fix. The problem is that the builtinPeter Wemm2002-08-101-2/+2
* Fixup preen.c to match its new residence.Poul-Henning Kamp2002-08-091-1/+5
* preen.c was a stragler after the fsck/fsck_ffs divorce.Poul-Henning Kamp2002-08-091-282/+0
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tSemen Ustimenko2002-08-061-0/+4