| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant space. | pjd | 2011-10-27 | 1 | -1/+1 |
* | Implement 'async' mode for HAST. | pjd | 2011-10-27 | 3 | -55/+81 |
* | Minor cleanups. | pjd | 2011-10-27 | 1 | -1/+2 |
* | Reduce indentation. | pjd | 2011-10-27 | 1 | -24/+24 |
* | Improve comment so it doesn't suggest race is possible, but that we handle | pjd | 2011-10-27 | 1 | -1/+1 |
* | - Eliminate the need for hio_nv. | pjd | 2011-10-27 | 1 | -25/+55 |
* | Monor cleanups. | pjd | 2011-10-27 | 1 | -6/+7 |
* | Delay resuid generation until first connection to secondary, not until first | pjd | 2011-10-27 | 1 | -6/+3 |
* | Correct comments. | pjd | 2011-10-27 | 1 | -3/+3 |
* | Clarify disks/volumes above 2TiB support in geom_raid: | mav | 2011-10-26 | 1 | -1/+4 |
* | - Add support for a "!" character in regex matching in devd(8). It inverts | hrs | 2011-10-26 | 3 | -4/+19 |
* | Build swapon with WARNS=6. | ed | 2011-10-25 | 2 | -6/+5 |
* | Add support for creating GELI devices with older metadata version for use | pjd | 2011-10-25 | 2 | -7/+84 |
* | Revert r226726. The line was not duplicated. | pjd | 2011-10-25 | 1 | -0/+1 |
* | Remove duplicated line. | pjd | 2011-10-25 | 1 | -1/+0 |
* | Add 'geli version' subcommand, which will print GELI metadata version of each | pjd | 2011-10-25 | 2 | -0/+62 |
* | When we detect GELI metadata version that is newer than the highest we | pjd | 2011-10-25 | 1 | -5/+35 |
* | Simplify eli_resize() function. | pjd | 2011-10-25 | 1 | -10/+4 |
* | Simplify eli_dump() function and allow to dump metadata stored in backup file. | pjd | 2011-10-25 | 1 | -13/+3 |
* | If 'req' is NULL, print error on stderr. | pjd | 2011-10-25 | 1 | -2/+7 |
* | Simplify eli_is_attached() function and make it return boot instead of int. | pjd | 2011-10-25 | 1 | -6/+2 |
* | Simplify eli_backup_create() and eli_backup_restore() functions. | pjd | 2011-10-25 | 1 | -87/+28 |
* | Sort includes. | pjd | 2011-10-25 | 1 | -13/+13 |
* | Add new option -F to specify alternative location of the /etc/fstab | sobomax | 2011-10-25 | 2 | -4/+29 |
* | Add new option -c to specify alternatve location of the /etc/fstab | sobomax | 2011-10-25 | 2 | -2/+16 |
* | The current /etc/dumpdates file restricts device names to 32 characters. | mckusick | 2011-10-18 | 2 | -3/+7 |
* | Allow to specify pidfile in HAST configuration file. | pjd | 2011-10-17 | 5 | -14/+116 |
* | Remove redundant space. | pjd | 2011-10-17 | 1 | -1/+1 |
* | When path to the configuration file is relative, obtain full path, | pjd | 2011-10-17 | 1 | -0/+16 |
* | Unbreak NO_DYNAMICROOT by explicitely linking to libcrypto if MK_OPENSSL isn't | cognet | 2011-10-16 | 1 | -0/+5 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 2 | -2/+2 |
* | Make dhclient use a pid file. Modify the rc script accordingly; while | des | 2011-10-13 | 5 | -3/+48 |
* | After creating a filesystem using newfs -j the time stamps are all | mckusick | 2011-10-11 | 1 | -0/+10 |
* | Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel | rodrigc | 2011-10-09 | 2 | -1/+32 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -8/+11 |
* | Get rid of major/minor number distinction. | ed | 2011-09-28 | 1 | -4/+2 |
* | Correct typo. | pjd | 2011-09-28 | 1 | -1/+1 |
* | If the underlying provider doesn't support BIO_FLUSH, log it only once | pjd | 2011-09-28 | 4 | -4/+24 |
* | Break a bit earlier. | pjd | 2011-09-28 | 1 | -0/+1 |
* | After every activemap change flush disk's write cache, so that write | pjd | 2011-09-28 | 6 | -7/+118 |
* | Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert(). | pjd | 2011-09-27 | 9 | -161/+192 |
* | No need to wrap pjdlog functions around with KEEP_ERRNO() macro. | pjd | 2011-09-27 | 1 | -2/+1 |
* | Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert(). | pjd | 2011-09-27 | 1 | -6/+5 |
* | - Convert some impossible conditions into assertions. | pjd | 2011-09-27 | 1 | -11/+10 |
* | Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT(). | pjd | 2011-09-27 | 1 | -4/+2 |
* | Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort(). | pjd | 2011-09-27 | 3 | -33/+31 |
* | No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't | pjd | 2011-09-27 | 2 | -23/+20 |
* | Ensure that pjdlog functions don't modify errno. | pjd | 2011-09-27 | 1 | -0/+25 |
* | - Document inet6 no_radr flag. | hrs | 2011-09-19 | 1 | -1/+26 |
* | Do not try to change the mode or ownership of the root of the mountpoint | kib | 2011-09-13 | 1 | -0/+27 |