summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Initialise this to zero before using it to configure the vlangroupadrian2013-04-221-0/+1
* Unbreak the build of newfs_nandfs.ed2013-04-211-16/+19
* Remove code duplication.trociny2013-04-211-11/+1
* Move EXAMPLES descriptions to before the actual command.joel2013-04-211-35/+34
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-195-0/+6
* Use arc4random() instead of random().delphij2013-04-151-6/+1
* update information about debugging sysctl...jmg2013-04-141-3/+6
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-121-34/+86
* Minor spelling and grammar fixes.joel2013-04-111-1/+1
* Remove contractions.joel2013-04-113-3/+3
* Remove kernel options from the SYNOPSIS. They are already documented in thejoel2013-04-111-27/+0
* Prevent the creation of an unused variable.ed2013-04-081-1/+1
* mdoc: new sentence should be on a new line. Also remove EOL whitespace whilejoel2013-04-061-3/+4
* mdoc: remove superfluous paragraph macro.joel2013-04-051-3/+0
* Adds security options to camcontrol this includes the ability to secure erasesmh2013-04-042-61/+1110
* Minor rewording.joel2013-04-041-2/+2
* Remove references to ataraid(4) and atacontrol(8).joel2013-04-042-5/+1
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-044-1056/+0
* Fix typo (devicde -> device).jimharris2013-04-031-1/+1
* Use errno and strerror to print more descriptive messages when operationsjimharris2013-03-261-27/+41
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-262-2/+51
* o Typo: IEE -> IEEE.maxim2013-03-251-1/+1
* Note that output is in seconds, not msec.mckusick2013-03-241-2/+3
* Resolve clang compile errors on amd64/i386 for certain by casting.sbruno2013-03-241-4/+4
* Minor formatting fix for printf() to fix clang builds.sbruno2013-03-241-2/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).mckusick2013-03-238-59/+158
* Revert r248639 to fix build failure on head/gjb2013-03-231-4/+3
* Fix the build after addition of cylinder group cacheing (r248625)mckusick2013-03-231-3/+4
* Revert svn r248625sbruno2013-03-237-154/+56
* Speed up fsck by caching the cylinder group maps in pass1 somckusick2013-03-227-56/+154
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-227-11/+78
* Remove EOL whitespace.joel2013-03-211-1/+1
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-203-0/+221
* Add simple example.joel2013-03-191-1/+6
* Add a comment about why aout support is still here: We need it forimp2013-03-191-0/+7
* Remove obsolete objformat information.joel2013-03-191-27/+1
* Reduce stack usage.pjd2013-03-181-3/+5
* Cross-reference gvinum(8) instead of vinum(8).joel2013-03-166-12/+12
* Remove reference to vinum(4). The manual page was removed in r248370.joel2013-03-161-2/+2
* Now that ioctl(2) is allowed in capability mode and we can limit ioctls for thepjd2013-03-141-16/+48
* Minor corrections.pjd2013-03-141-4/+4
* Delete requests can be larger than MAXPHYS.pjd2013-03-141-1/+1
* Rename 'status' command to 'list' and introduce new 'status' which producesmarck2013-03-142-5/+71
* Removed redundant includes.pjd2013-03-141-10/+0
* Correct type for DIOCGSTRIPESIZE. Without this theredelphij2013-03-141-1/+1
* Minor mdoc fixes.joel2013-03-141-1/+4
* Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-081-0/+3
* Use build_iovec() to make it less cryptic. This also fixes warnings.jkim2013-03-062-32/+13
* GC unused mount_* directories. mount_reiserfs was disconnected from buildjkim2013-03-059-772/+0
OpenPOWER on IntegriCloud