| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor spelling and grammar fixes. | joel | 2013-04-11 | 1 | -1/+1 |
* | Remove contractions. | joel | 2013-04-11 | 3 | -3/+3 |
* | Remove kernel options from the SYNOPSIS. They are already documented in the | joel | 2013-04-11 | 1 | -27/+0 |
* | Prevent the creation of an unused variable. | ed | 2013-04-08 | 1 | -1/+1 |
* | mdoc: new sentence should be on a new line. Also remove EOL whitespace while | joel | 2013-04-06 | 1 | -3/+4 |
* | mdoc: remove superfluous paragraph macro. | joel | 2013-04-05 | 1 | -3/+0 |
* | Adds security options to camcontrol this includes the ability to secure erase | smh | 2013-04-04 | 2 | -61/+1110 |
* | Minor rewording. | joel | 2013-04-04 | 1 | -2/+2 |
* | Remove references to ataraid(4) and atacontrol(8). | joel | 2013-04-04 | 2 | -5/+1 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 4 | -1056/+0 |
* | Fix typo (devicde -> device). | jimharris | 2013-04-03 | 1 | -1/+1 |
* | Use errno and strerror to print more descriptive messages when operations | jimharris | 2013-03-26 | 1 | -27/+41 |
* | Add controller reset capability to nvme(4) and ability to explicitly | jimharris | 2013-03-26 | 2 | -2/+51 |
* | o Typo: IEE -> IEEE. | maxim | 2013-03-25 | 1 | -1/+1 |
* | Note that output is in seconds, not msec. | mckusick | 2013-03-24 | 1 | -2/+3 |
* | Resolve clang compile errors on amd64/i386 for certain by casting. | sbruno | 2013-03-24 | 1 | -4/+4 |
* | Minor formatting fix for printf() to fix clang builds. | sbruno | 2013-03-24 | 1 | -2/+2 |
* | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | mckusick | 2013-03-23 | 8 | -59/+158 |
* | Revert r248639 to fix build failure on head/ | gjb | 2013-03-23 | 1 | -4/+3 |
* | Fix the build after addition of cylinder group cacheing (r248625) | mckusick | 2013-03-23 | 1 | -3/+4 |
* | Revert svn r248625 | sbruno | 2013-03-23 | 7 | -154/+56 |
* | Speed up fsck by caching the cylinder group maps in pass1 so | mckusick | 2013-03-22 | 7 | -56/+154 |
* | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 7 | -11/+78 |
* | Remove EOL whitespace. | joel | 2013-03-21 | 1 | -1/+1 |
* | Remove unused variable. | melifaro | 2013-03-20 | 1 | -2/+1 |
* | Add ipfw support for setting/matching DiffServ codepoints (DSCP). | melifaro | 2013-03-20 | 3 | -0/+221 |
* | Add simple example. | joel | 2013-03-19 | 1 | -1/+6 |
* | Add a comment about why aout support is still here: We need it for | imp | 2013-03-19 | 1 | -0/+7 |
* | Remove obsolete objformat information. | joel | 2013-03-19 | 1 | -27/+1 |
* | Reduce stack usage. | pjd | 2013-03-18 | 1 | -3/+5 |
* | Cross-reference gvinum(8) instead of vinum(8). | joel | 2013-03-16 | 6 | -12/+12 |
* | Remove reference to vinum(4). The manual page was removed in r248370. | joel | 2013-03-16 | 1 | -2/+2 |
* | Now that ioctl(2) is allowed in capability mode and we can limit ioctls for the | pjd | 2013-03-14 | 1 | -16/+48 |
* | Minor corrections. | pjd | 2013-03-14 | 1 | -4/+4 |
* | Delete requests can be larger than MAXPHYS. | pjd | 2013-03-14 | 1 | -1/+1 |
* | Rename 'status' command to 'list' and introduce new 'status' which produces | marck | 2013-03-14 | 2 | -5/+71 |
* | Removed redundant includes. | pjd | 2013-03-14 | 1 | -10/+0 |
* | Correct type for DIOCGSTRIPESIZE. Without this there | delphij | 2013-03-14 | 1 | -1/+1 |
* | Minor mdoc fixes. | joel | 2013-03-14 | 1 | -1/+4 |
* | Add legacy support to geom raid to create a /dev/arX device for support | sbruno | 2013-03-08 | 1 | -0/+3 |
* | Use build_iovec() to make it less cryptic. This also fixes warnings. | jkim | 2013-03-06 | 2 | -32/+13 |
* | GC unused mount_* directories. mount_reiserfs was disconnected from build | jkim | 2013-03-05 | 9 | -772/+0 |
* | Update the manual page to reflect reality. With r138509 and r152355, | jkim | 2013-03-05 | 1 | -3/+3 |
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 8 | -25/+21 |
* | Do not suddenly fail on some rulesets if -n (syntax check only) is specified | melifaro | 2013-03-04 | 1 | -4/+13 |
* | devd: Correct typo in comment. | eadler | 2013-03-04 | 1 | -1/+1 |
* | devd: Use simpler dst += *x instead of str.append(x, 1). | eadler | 2013-03-04 | 1 | -6/+6 |
* | devd: Use string::empty() instea of string::length() == 0. | eadler | 2013-03-04 | 1 | -1/+1 |
* | devd: Remove unnecessary empty default constructors. | eadler | 2013-03-04 | 1 | -2/+0 |
* | devd: Remove empty virtual destructor from class, which has noch subclasses. | eadler | 2013-03-04 | 1 | -1/+0 |