Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
- 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-07-02 | string munging: say 'CRYPTO' not 'RAID67' | Todd T. Fries | |
ok marco@ | |||
2008-06-24 | - document the raidlevels | Jason McIntyre | |
- tweak CAVEATS, as requested by marco ok hshoexer marco | |||
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 | |
verification. ok djm | |||
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer | |
able to distinguish cleanly an failing ioctl (ie. return value -1) from trying to retrieve a KDF hint from a not yet initialized volume. ok marco djm | |||
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 | Replace PBKDF2 implementation pulled in from vnconfig with one | Damien Miller | |
derived from Damien Bergamini's wpa-psk. This implementation is smaller, cleaner and uses the libc SHA1 functions instead of pulling in OpenSSL. make bioctl.c -Wall clean too Verified with rfc3962 test vectors and against a assembled cryptoraid; 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-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 | |
ok marco djm | |||
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 | |
discussed with krw, kettenis & drahn ok hshoexer | |||
2008-01-19 | Add initial scaffold for RAID 0. No IO just yet. | Marco Peereboom | |
Much prodding todd | |||
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 | |
ok deraadt, silence dlg marco | |||
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-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 | |
1) noautoassemble; when set the softraid volume will not be assembled during autoconf. 2) force; when set it will overwrite metadata on disk While writing this I ran into 3 bugs that were fixed along the way 1) bcopy in sr_read_meta was copying data to the wrong pointer 2) in sr_read_meta the wrong metadata was coppied into the chunk 3) sr_free_discipline was freing a pointer that wasn't malloc'd ok dlg | |||
2007-05-23 | Remove all vnode dependencies so that we can bootstrap softraid volumes. | Marco Peereboom | |
Code from tedu. Replace all kernel string magic with dev_t passed in from bioctl. Suggestion from beck and tedu. Help from miod. Fix chunk crc. ok tedu | |||
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 | |
ok marco@, help from jmc@ | |||
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-09-03 | Add drivers | Marco Peereboom | |
ok jmc miod | |||
2006-08-28 | proper justify the size caption to match numbers justification; deraadt@ ok | Michael Shalayeff | |
2006-08-28 | Except I disagree strongly, and I was not asked | Theo de Raadt | |
2006-08-27 | proper justify the size caption to match numbers justification; krw@ ok | Michael Shalayeff | |
2006-06-30 | -.Xr mpt 4 , | Jason McIntyre | |
2006-06-18 | append to CFLAGS instead of overwriting | David Krause | |
ok kettenis@ miod@ | |||
2006-05-26 | Assign locator.target to blink structure. | Marco Peereboom | |
2006-05-25 | handle Online/Scrub SD state for marco | Theo de Raadt | |
2006-05-25 | more room for seconds string | Theo de Raadt | |
2006-05-25 | print seconds of progress, if driver makes it available; ok marco | Theo de Raadt | |
2006-05-25 | handle new volume status, and print % if known; ok marco | Theo de Raadt | |