summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document that you can use -v along with -l.alfred2012-11-022-1/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-8/+0
* Add an option to display the current dump device via dumpon -l.alfred2012-11-012-3/+49
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-305-3/+7
* Declare functions as static and move global variables to the top;trasz2012-10-281-13/+12
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-3/+6
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-222-3/+6
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-222-4/+11
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Add support for gjournal to dumpfseadler2012-10-221-0/+2
* Make fsck and fsck_msdosfs WARNS=6 cleanuqs2012-10-218-17/+16
* sbin/fsck: s/perror/perr/ to avoid shadowinguqs2012-10-218-79/+74
* document acpi_cpu devd notification about _CST changeavg2012-10-201-0/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-195-15/+16
* Add missing const keywords.ed2012-10-191-1/+1
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-197-18/+13
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-182-3/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-173-4/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-3/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-162-3/+1
* Fix minor nits:eadler2012-10-152-3/+4
* Remove trailing whitespace.joel2012-10-141-8/+8
* Minor mdoc and language fixes.joel2012-10-141-11/+11
* getopt_long() returns an int. Use the return value accordingly.attilio2012-10-141-1/+1
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-134-0/+901
* - Get rid of #ifdef __FreeBSD__.glebius2012-09-291-21/+8
* Fix some nearby type and style errors.mdf2012-09-283-17/+14
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-2714-66/+84
* Fix fsck_ffs build with a 64-bit ino_t.mdf2012-09-278-85/+103
* Whitespace fixesmelifaro2012-09-241-13/+13
* Permit table to be used as IPv6 address.melifaro2012-09-241-2/+26
* Use O_CLOEXEC for open instead of separate fcntl(2) call.pjd2012-09-221-3/+1
* Fix grammar in the portion about FIBs. Also, cross-referencebjk2012-09-181-9/+11
* mdoc: remove superfluous paragraph macro.joel2012-09-181-1/+0
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,bjk2012-09-181-33/+58
* Integrate nvmecontrol(8) into the amd64 and i386 builds.jimharris2012-09-172-0/+2
* Add nvmecontrol(8) source code and beginnings of a man page to the tree.jimharris2012-09-173-0/+693
* Minor mdoc fix.joel2012-09-141-2/+2
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-1425-2261/+17366
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-131-1/+5
* - Fix a typo in debug message.zont2012-09-131-1/+1
* Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-122-5/+5
* Simply printf-like strings and outdent strings so that it is easy to seeobrien2012-09-121-20/+18
* Remove unused valueskevlo2012-09-111-3/+3
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-4/+1
* Change the gptboot example so the boot partition is aligned on a 4 kBdes2012-08-291-2/+3
* Don't overwrite the global default CFLAGS when setting include paths.brooks2012-08-281-1/+1
* Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man pageissyl02012-08-281-2/+2
* Check the return value of sbuf_finish().jh2012-08-231-2/+8
* Revert r239356 and use an alternate algorithm.jhb2012-08-222-6/+11
OpenPOWER on IntegriCloud