summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Partially revert my last change.ed2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.ed2013-04-272-11/+21
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* mdoc: remove superfluous paragraph macro.joel2013-04-251-2/+0
* Don't free memory that is going to be used as error string.glebius2013-04-251-3/+1
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-252-2/+785
* Fix error check.mckusick2013-04-231-1/+1
* Minor clarificiation.joel2013-04-221-2/+2
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.jhb2013-04-221-1/+1
* Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-222-10/+11
* etherswitchcfg(8) crashes when you don't set vlangroup members.adrian2013-04-221-2/+5
* 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
OpenPOWER on IntegriCloud