summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the manual page to reflect reality. With r138509 and r152355,jkim2013-03-051-3/+3
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-058-25/+21
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* devd: Correct typo in comment.eadler2013-03-041-1/+1
* devd: Use simpler dst += *x instead of str.append(x, 1).eadler2013-03-041-6/+6
* devd: Use string::empty() instea of string::length() == 0.eadler2013-03-041-1/+1
* devd: Remove unnecessary empty default constructors.eadler2013-03-041-2/+0
* devd: Remove empty virtual destructor from class, which has noch subclasses.eadler2013-03-041-1/+0
* devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
* devd: Use the standard constructor of std::string instead of string("").eadler2013-03-041-1/+1
* devd: Simplify while (1) { if (x) break; } to while (!x) {}.eadler2013-03-041-3/+1
* devd: Remove call to _exit() from signal handler, which also sets a stop flag.eadler2013-03-041-1/+0
* devd: Use volatile sig_atomic_t for the flag set by a signal handler.eadler2013-03-041-2/+2
* Constify where possible.eadler2013-03-042-2/+2
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-033-62/+125
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-023-473/+0
OpenPOWER on IntegriCloud