aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Actually change "silent" to "silence" this time (reviewed by adri@).Warren Block2012-11-071-1/+1
* Remove fifteen-year-old notes on media selection (suggested by simon@).Warren Block2012-11-071-20/+17
* Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer toWarren Block2012-11-071-1/+3
* Revert r228695. We use __func__ here as a format to distinguish betweenPawel Jakub Dawidek2012-11-051-1/+1
* Add an example showing the use of gnop(8) to skip over header data.Warren Block2012-11-041-1/+13
* Print a newline after the error message.Jaakko Heinonen2012-11-031-0/+1
* Document that you can use -v along with -l.Alfred Perlstein2012-11-022-1/+2
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-8/+0
* Add an option to display the current dump device via dumpon -l.Alfred Perlstein2012-11-012-3/+49
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-305-3/+7
* Declare functions as static and move global variables to the top;Edward Tomasz Napierala2012-10-281-13/+12
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-251-3/+6
* Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-222-3/+6
* Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-222-4/+11
* remove duplicate semicolons where possible.Eitan Adler2012-10-222-2/+2
* Add support for gjournal to dumpfsEitan Adler2012-10-221-0/+2
* Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-218-17/+16
* sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-218-79/+74
* document acpi_cpu devd notification about _CST changeAndriy Gapon2012-10-201-0/+2
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-195-15/+16
* Add missing const keywords.Ed Schouten2012-10-191-1/+1
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-197-18/+13
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-182-3/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-173-4/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-172-3/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-162-3/+1
* Fix minor nits:Eitan Adler2012-10-152-3/+4
* Remove trailing whitespace.Joel Dahl2012-10-141-8/+8
* Minor mdoc and language fixes.Joel Dahl2012-10-141-11/+11
* getopt_long() returns an int. Use the return value accordingly.Attilio Rao2012-10-141-1/+1
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-134-0/+901
* - Get rid of #ifdef __FreeBSD__.Gleb Smirnoff2012-09-291-21/+8
* Fix some nearby type and style errors.Matthew D Fleming2012-09-283-17/+14
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-2714-66/+84
* Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-278-85/+103
* Whitespace fixesAlexander V. Chernikov2012-09-241-13/+13
* Permit table to be used as IPv6 address.Alexander V. Chernikov2012-09-241-2/+26
* Use O_CLOEXEC for open instead of separate fcntl(2) call.Pawel Jakub Dawidek2012-09-221-3/+1
* Fix grammar in the portion about FIBs. Also, cross-referenceBenjamin Kaduk2012-09-181-9/+11
* mdoc: remove superfluous paragraph macro.Joel Dahl2012-09-181-1/+0
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,Benjamin Kaduk2012-09-181-33/+58
* Integrate nvmecontrol(8) into the amd64 and i386 builds.Jim Harris2012-09-172-0/+2
* Add nvmecontrol(8) source code and beginnings of a man page to the tree.Jim Harris2012-09-173-0/+693
* Minor mdoc fix.Joel Dahl2012-09-141-2/+2
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-1425-2261/+17366
* Add global and per-module sysctls/tunables to enable/disable metadata taste.Alexander Motin2012-09-131-1/+5
* - Fix a typo in debug message.Andrey Zonov2012-09-131-1/+1
* Remove needless (int) casts of write(2)'s 3rd argument.David E. O'Brien2012-09-122-5/+5
* Simply printf-like strings and outdent strings so that it is easy to seeDavid E. O'Brien2012-09-121-20/+18
* Remove unused valuesKevin Lo2012-09-111-3/+3