summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* remove trailing whitespace...jmg2011-10-291-3/+3
* error if /boot/mbr is empty... This can happen on a system like armjmg2011-10-291-0/+2
* Remove redundant space.pjd2011-10-271-1/+1
* Implement 'async' mode for HAST.pjd2011-10-273-55/+81
* Minor cleanups.pjd2011-10-271-1/+2
* Reduce indentation.pjd2011-10-271-24/+24
* Improve comment so it doesn't suggest race is possible, but that we handlepjd2011-10-271-1/+1
* - Eliminate the need for hio_nv.pjd2011-10-271-25/+55
* Monor cleanups.pjd2011-10-271-6/+7
* Delay resuid generation until first connection to secondary, not until firstpjd2011-10-271-6/+3
* Correct comments.pjd2011-10-271-3/+3
* Clarify disks/volumes above 2TiB support in geom_raid:mav2011-10-261-1/+4
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-263-4/+19
* Build swapon with WARNS=6.ed2011-10-252-6/+5
* Add support for creating GELI devices with older metadata version for usepjd2011-10-252-7/+84
* Revert r226726. The line was not duplicated.pjd2011-10-251-0/+1
* Remove duplicated line.pjd2011-10-251-1/+0
* Add 'geli version' subcommand, which will print GELI metadata version of eachpjd2011-10-252-0/+62
* When we detect GELI metadata version that is newer than the highest wepjd2011-10-251-5/+35
* Simplify eli_resize() function.pjd2011-10-251-10/+4
* Simplify eli_dump() function and allow to dump metadata stored in backup file.pjd2011-10-251-13/+3
* If 'req' is NULL, print error on stderr.pjd2011-10-251-2/+7
* Simplify eli_is_attached() function and make it return boot instead of int.pjd2011-10-251-6/+2
* Simplify eli_backup_create() and eli_backup_restore() functions.pjd2011-10-251-87/+28
* Sort includes.pjd2011-10-251-13/+13
* Add new option -F to specify alternative location of the /etc/fstabsobomax2011-10-252-4/+29
* Add new option -c to specify alternatve location of the /etc/fstabsobomax2011-10-252-2/+16
* The current /etc/dumpdates file restricts device names to 32 characters.mckusick2011-10-182-3/+7
* Allow to specify pidfile in HAST configuration file.pjd2011-10-175-14/+116
* Remove redundant space.pjd2011-10-171-1/+1
* When path to the configuration file is relative, obtain full path,pjd2011-10-171-0/+16
* Unbreak NO_DYNAMICROOT by explicitely linking to libcrypto if MK_OPENSSL isn'tcognet2011-10-161-0/+5
* - change "is is" to "is" or "it is"eadler2011-10-162-2/+2
* Make dhclient use a pid file. Modify the rc script accordingly; whiledes2011-10-135-3/+48
* After creating a filesystem using newfs -j the time stamps are allmckusick2011-10-111-0/+10
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelrodrigc2011-10-092-1/+32
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-8/+11
* Get rid of major/minor number distinction.ed2011-09-281-4/+2
* Correct typo.pjd2011-09-281-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-284-4/+24
* Break a bit earlier.pjd2011-09-281-0/+1
* After every activemap change flush disk's write cache, so that writepjd2011-09-286-7/+118
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-279-161/+192
* No need to wrap pjdlog functions around with KEEP_ERRNO() macro.pjd2011-09-271-2/+1
* Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().pjd2011-09-271-6/+5
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().pjd2011-09-271-4/+2
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-273-33/+31
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-272-23/+20
* Ensure that pjdlog functions don't modify errno.pjd2011-09-271-0/+25
OpenPOWER on IntegriCloud