| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make bioctl properly verify raidlevels specified via the -c option. |  stsp | 2021-02-08 | 1 | -1/+3 |
| * | Add a RAID1C (raid1 + crypto) softraid(8) discipline. |  stsp | 2021-02-08 | 2 | -6/+22 |
| * | Do not use ".Ar device" for both an option argument and for the operand. |  schwarze | 2020-10-30 | 2 | -12/+16 |
| * | Revert a wording change that was made in revision 1.05 |  solene | 2020-09-28 | 1 | -3/+3 |
| * | Reduce minimum allowed number of chunks in a CONCAT volume from 2 to |  krw | 2020-04-25 | 2 | -7/+7 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -19/+19 |
| * | Kill a couple of superfluous "return;" statements |  krw | 2019-05-11 | 1 | -5/+1 |
| * | Unify and disambiguate various aspects of the terminology, clarify |  schwarze | 2018-07-09 | 1 | -30/+37 |
| * | remove redundant variable declarations in Makefiles, since those are |  espie | 2017-07-09 | 1 | -2/+1 |
| * | less chatty EXAMPLES; from anton lindqvist |  jmc | 2017-04-06 | 1 | -11/+8 |
| * | This commit removes bio_status() calls after a BIOCLOCATE since the |  patrick | 2016-12-20 | 1 | -5/+2 |
| * | Document bioctl -d as a "detach" rather than a "delete" operation. |  stsp | 2016-11-27 | 1 | -4/+4 |
| * | optarg is declared in unistd.h and usage is __dead. From Jan Stary. |  tb | 2016-10-20 | 1 | -4/+3 |
| * | Document auto rounds. |  jsing | 2016-09-21 | 1 | -2/+6 |
| * | Add support for automatically selecting the number of rounds to use with |  jsing | 2016-09-21 | 1 | -1/+47 |
| * | Be clearer with the description of bioctl(8)'s -r option. |  jsing | 2016-09-21 | 1 | -6/+7 |
| * | Update for bcrypt pbkdf. |  jsing | 2016-09-19 | 1 | -11/+4 |
| * | Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF. |  jsing | 2016-09-19 | 1 | -6/+9 |
| * | Teach bioctl derive_key() how to handle bcrypt_pbkdf. |  jsing | 2016-09-10 | 1 | -6/+16 |
| * | Ugh, too many initialisms... |  jsing | 2016-09-10 | 1 | -3/+3 |
| * | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to |  jsing | 2016-09-10 | 1 | -16/+16 |
| * | When changing the passphrase, keep the previous number of rounds, unless |  jsing | 2016-09-08 | 1 | -3/+7 |
| * | Shuffle some code to make futher changes easier - pass the KDF type into |  jsing | 2016-09-08 | 1 | -15/+16 |
| * | When changing a passphrase, use bio_kdf_generate() so that we generate a |  jsing | 2016-09-08 | 1 | -2/+2 |
| * | overzealous use of errx() hides useful information about errors. |  tedu | 2016-05-13 | 1 | -3/+3 |
| * | Remove caveat about only supporting 512-byte sectors. |  krw | 2016-04-04 | 1 | -4/+2 |
| * | Fix an unitialized variable; pointed out by jsg@. |  uebayasi | 2016-02-04 | 1 | -2/+2 |
| * | halex removed the -p restriction, so do not document it; |  jmc | 2015-10-22 | 1 | -3/+2 |
| * | obvious macros fixes: |  schwarze | 2015-09-12 | 1 | -44/+40 |
| * | remove the restriction to disallow the use of a passphrase file during |  halex | 2015-07-18 | 1 | -5/+2 |
| * | fix usage(); |  jmc | 2015-05-30 | 1 | -3/+4 |
| * | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and |  uebayasi | 2015-05-29 | 2 | -8/+187 |
| * | explicit_bzero(3) on private data, in case of core dumps (and being a good example) |  pelikan | 2015-05-11 | 1 | -9/+9 |
| * | Re-enable the RAID 5 discipline for softraid(4). |  jsing | 2015-04-11 | 2 | -10/+8 |
| * | Sort getopt() string. |  uebayasi | 2015-03-18 | 1 | -2/+2 |
| * | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -7/+7 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
| * | tedu the tedu code that tedu forgot to tedu when he tedued the other part |  jsing | 2014-10-08 | 1 | -82/+5 |
| * | Make sure the correct errno is reported by warn* or err* and not |  guenther | 2014-07-20 | 1 | -3/+5 |
| * | malloc/memset -> calloc. from peter malone |  tedu | 2014-04-22 | 1 | -3/+2 |
| * | Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5 |  jsing | 2014-01-18 | 2 | -13/+12 |
| * | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID |  jsing | 2014-01-18 | 1 | -2/+1 |
| * | Remove -Wbounded: it is now the compiler default. |  martynas | 2014-01-18 | 1 | -2/+1 |
| * | Whole bunch of (unsigned char) casts carefully added for ctype calls. |  deraadt | 2013-11-22 | 1 | -2/+2 |
| * | oops, forgot a #ifdef AOE in last commit |  deraadt | 2013-11-11 | 1 | -1/+4 |
| * | substantial namespace cleanup. Might go a little bit too far, but we |  deraadt | 2013-11-04 | 1 | -8/+21 |
| * | Make sure -v output is properly aligned with the normal output. |  kettenis | 2013-10-31 | 1 | -2/+2 |
| * | Add support for displaying the cache write policy of RAID volumes to bioctl(8) |  kettenis | 2013-10-23 | 1 | -4/+16 |
| * | capitalize RAID in one spot. |  brad | 2013-08-11 | 1 | -3/+3 |
| * | Add missing .Mt macros for AUTHORS email addresses. |  schwarze | 2013-07-16 | 1 | -3/+3 |