summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Document inet6 no_radr flag.hrs2011-09-191-1/+26
* Do not try to change the mode or ownership of the root of the mountpointkib2011-09-131-0/+27
* Don't use the whole free space when resizing partition to a larger sizeae2011-09-081-6/+6
* dd -t switch for mdmfs to enable TRIM on the configured filesystem.kib2011-09-062-6/+16
* Forgot this nit in r221107.des2011-09-031-1/+1
* Clear the mountprog variable after each mountfs() call so that mountprogjhb2011-09-021-0/+5
* Fix the check in dircheck() on namlen.delphij2011-09-021-2/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-202-22/+90
* o Fix mdoc formatting for the '.Fx' macro. [1]ae2011-08-201-3/+13
* Fix WWN printing in `camcontrol identify` output.mav2011-08-191-1/+1
* The decimal() function was changed in r217808 to take theae2011-08-191-1/+1
* Add new section "BOOTSTRAPPING" to the gpart(8), that describesae2011-08-191-12/+90
* Fix a regression where a rule containing a source port option after ajhb2011-08-171-0/+2
* Gavin documented these alternate options in good faith in r222751dougb2011-08-061-7/+4
OpenPOWER on IntegriCloud