Age | Commit message (Expand) | Author |
2009-06-23 | tweak previous; | Jason McIntyre |
2009-06-18 | fix crypto raid error message | Alexander Hall |
2009-06-17 | Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5. | Marco Peereboom |
2009-06-17 | Add raid 4 & 5 in create | Marco Peereboom |
2009-06-13 | mention the number of special devices required | Alexander Hall |
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 |
2009-02-22 | split synopsis and the options list according to functionality; | Jason McIntyre |
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-09-02 | devname -> devicename to prevent shadowing devname(3); ok marco@ | Darren Tucker |
2008-08-22 | - -R before -r in SYNOPSIS/usage() | Jason McIntyre |
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom |
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-07-02 | string munging: say 'CRYPTO' not 'RAID67' | Todd T. Fries |
2008-06-24 | - document the raidlevels | Jason McIntyre |
2008-06-15 | fix usage(); | Jason McIntyre |
2008-06-15 | When generating a new volume, ask the user to re-type the passphrase for | Hans-Joerg Hoexer |
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer |
2008-06-14 | add a -r option to specify the number of PKCS5 PBKDF2 iterations used | Damien Miller |
2008-06-14 | Replace PBKDF2 implementation pulled in from vnconfig with one | Damien Miller |
2008-06-14 | Update bioctl(8) and softraid(4) to recent changes and enable softraid | Hans-Joerg Hoexer |
2008-06-14 | friendly error message when key decryption fails; ok hshoexer@ | Damien Miller |
2008-06-13 | Implement pbkdf2 in in bioctl to derive master key from a passphrase. | Hans-Joerg Hoexer |
2008-06-12 | -d tweaks; | Jason McIntyre |
2008-06-12 | Add blurb for delete volume | Marco Peereboom |
2008-06-12 | Add delete volume functionality. | Marco Peereboom |
2008-01-19 | Add initial scaffold for RAID 0. No IO just yet. | 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-09-08 | make bioctl behave like a unix program and exit 1 on error | Henning Brauer |
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 |
2007-06-04 | - remove an extraneous .Bl | Jason McIntyre |
2007-06-04 | document -C option of bioctl | Todd T. Fries |
2007-06-01 | support for softraid level 'c'. | Ted Unangst |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | typo, ok tedu@ | Alexander von Gernler |
2007-05-28 | Make disk assembly smarter and add two qualifiers to it: | Marco Peereboom |
2007-05-23 | Remove all vnode dependencies so that we can bootstrap softraid volumes. | Marco Peereboom |
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 | further clean usage(); ok todd | Jason McIntyre |
2007-03-20 | sync usage() w/ synopsis; | Jason McIntyre |
2007-03-20 | tweaks; | Jason McIntyre |
2007-03-20 | document softraid and bioctl creation of softraid | Todd T. Fries |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |