Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | Add support for key disks. This allows a crypto volume to be constructed | Joel Sing | |
without using a passphrase - instead the encryption mask key is stored on the specified key disk partition (ideally being one on a removable device). This also enables automatic assembly of crypto volumes at boot time. ok marco@ | |||
2009-12-19 | Explain what 'noauto' really does. | Joel Sing | |
ok marco@ | |||
2009-11-25 | Move the -p option to the correct place. | Joel Sing | |
ok jmc@ | |||
2009-11-24 | put -P in the right place; | Jason McIntyre | |
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing | |
you backup your data and lock up your pets prior to using this. Tested by todd@ ok marco@ | |||
2009-10-22 | tweak previous; ok marco | Jason McIntyre | |
2009-10-21 | Add delete example since it has come up several times. | Marco Peereboom | |
2009-10-21 | Add passphrase file for crypto volume bring-up. Proded and ok deraadt | Marco Peereboom | |
2009-07-31 | bioctl.8 should not try to keep track of all devices which can use it; | Jason McIntyre | |
ok marco cnst | |||
2009-07-30 | Xr cac(4) && mpi(4); ok marco | Constantine A. Murenin | |
2009-06-23 | tweak previous; | Jason McIntyre | |
2009-06-17 | Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5. | Marco Peereboom | |
ok jordan | |||
2009-06-13 | mention the number of special devices required | Alexander Hall | |
for the different disciplines. | |||
2009-05-09 | fix example dd invocation; multipliers (e.g. bs=1m) use lower-case. | Stuart Henderson | |
2009-03-19 | minor tweaks (sorry grunk!); | Jason McIntyre | |
2009-03-19 | correct an example in the manpage: after creating a new crypto volume, | Alexander von Gernler | |
it is sufficient to zero the first megabyte of the disk, not the whole disk. ok marco@ mpf@ rainer@ jmc@ | |||
2009-02-22 | split synopsis and the options list according to functionality; | Jason McIntyre | |
diff from Mitja Mu?eni? ok marco | |||
2009-02-09 | Document that ips has bio support now. | Alexander Yurchenko | |
2009-02-09 | Add caveat that rebuild is not currently implemented on softraid. | Marco Peereboom | |
2008-08-22 | - -R before -r in SYNOPSIS/usage() | Jason McIntyre | |
- avoid marking up `|' | |||
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom | |
near future. ok deraadt | |||
2008-08-11 | Undo last commit; deraadt didn't like it. | Marco Peereboom | |
2008-08-11 | Add infrastructure to manually kick off rebuilds. | Marco Peereboom | |
2008-07-21 | spelling fix from Mark Pecaut; | Jason McIntyre | |
2008-06-24 | - document the raidlevels | Jason McIntyre | |
- tweak CAVEATS, as requested by marco ok hshoexer marco | |||
2008-06-14 | add a -r option to specify the number of PKCS5 PBKDF2 iterations used | Damien Miller | |
to derive the password (minimum: 1000, maximum: more than you want) ok hshoexer@ | |||
2008-06-14 | Update bioctl(8) and softraid(4) to recent changes and enable softraid | Hans-Joerg Hoexer | |
crypto. It's still considered experimental! ok djm marco | |||
2008-06-12 | -d tweaks; | Jason McIntyre | |
2008-06-12 | Add blurb for delete volume | Marco Peereboom | |
2007-11-21 | back out previous: henning says it's wrong; | Jason McIntyre | |
2007-11-21 | note that -q is the default if no other options are specified; ok dlg | Jason McIntyre | |
2007-07-11 | put -q in the right place; | Jason McIntyre | |
2007-07-10 | implement -q to query a scsi disk for its inquiry data (vendor, model, | Henning Brauer | |
revision, serial #) and print that. when the default bio ioctl fails with ENOTTY because the given disk is not on a bio-supported raid controller, fall back to -q. use strnvis to sanitize inquiry data so it is safe to use in scripts. ok deraadt | |||
2007-06-04 | - remove an extraneous .Bl | Jason McIntyre | |
- -C before -c | |||
2007-06-04 | document -C option of bioctl | Todd T. Fries | |
use a simpler form of options with variable number of args suggestions jmc@ ok marco@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-23 | remove -D stuff which is just silly, imagine if ls had a debug mode; ok marco | Theo de Raadt | |
2007-03-20 | tweaks; | Jason McIntyre | |
2007-03-20 | document softraid and bioctl creation of softraid | Todd T. Fries | |
ok marco@, help from jmc@ | |||
2006-09-03 | Add drivers | Marco Peereboom | |
ok jmc miod | |||
2006-06-30 | -.Xr mpt 4 , | Jason McIntyre | |
2005-10-04 | wording from simon kuhnle (pr #4530); | Jason McIntyre | |
2005-08-23 | disable -B support for now; ok dlg | Theo de Raadt | |
2005-08-22 | fix Xr; | Jason McIntyre | |
2005-08-22 | spelling | David Krause | |
2005-08-21 | device may be {ses,safte}# as well, for slot-operations | Theo de Raadt | |
2005-08-19 | if Unused is .Dq, then so is Hot Spare.. | Theo de Raadt | |
2005-08-19 | - sort options | Jason McIntyre | |
- tighten up a list - reference ses(4) and safte(4) in SEE ALSO | |||
2005-08-18 | sync with new functionality, and add a bit more meat | Theo de Raadt | |
2005-08-18 | if you show an example, BE CORRECT DAMNIT | Theo de Raadt | |