summaryrefslogtreecommitdiff
path: root/sbin/bioctl/bioctl.8
AgeCommit message (Expand)Author
2014-01-18Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5Joel Sing
2013-08-11capitalize RAID in one spot.Brad Smith
2013-07-16Add missing .Mt macros for AUTHORS email addresses.Ingo Schwarze
2012-09-22last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-01-29use Pp, not blank lines;Jason McIntyre
2012-01-29Add CAVEAT that only 512-byte sector devices are supported.Kenneth R Westerback
2012-01-07Move -O to the correct section.Joel Sing
2012-01-07Provide a bioctl(8) option that changes the state of a chunk to offline.Joel Sing
2011-12-31Implement a concatenating discipline for softraid.Joel Sing
2010-12-22-s carries the same caveat as -p; from Jiri B.Jason McIntyre
2010-12-01Allow add a -s switch to make bioctl read the passphrase from stdin. HandyChris Kuethe
2010-11-20Explain how to start a rebuild in a more obvious way and add an example.Stefan Sperling
2010-09-13various tweaks, based on a diff from Chris Palmer;Jason McIntyre
2009-12-31Add support for key disks. This allows a crypto volume to be constructedJoel Sing
2009-12-19Explain what 'noauto' really does.Joel Sing
2009-11-25Move the -p option to the correct place.Joel Sing
2009-11-24put -P in the right place;Jason McIntyre
2009-11-24Allow the passphrase to be changed on softraid crypto volumes. Ensure thatJoel Sing
2009-10-22tweak previous; ok marcoJason McIntyre
2009-10-21Add delete example since it has come up several times.Marco Peereboom
2009-10-21Add passphrase file for crypto volume bring-up. Proded and ok deraadtMarco Peereboom
2009-07-31bioctl.8 should not try to keep track of all devices which can use it;Jason McIntyre
2009-07-30Xr cac(4) && mpi(4); ok marcoConstantine A. Murenin
2009-06-23tweak previous;Jason McIntyre
2009-06-17Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5.Marco Peereboom
2009-06-13mention the number of special devices requiredAlexander Hall
2009-05-09fix example dd invocation; multipliers (e.g. bs=1m) use lower-case.Stuart Henderson
2009-03-19minor tweaks (sorry grunk!);Jason McIntyre
2009-03-19correct an example in the manpage: after creating a new crypto volume,Alexander von Gernler
2009-02-22split synopsis and the options list according to functionality;Jason McIntyre
2009-02-09Document that ips has bio support now.Alexander Yurchenko
2009-02-09Add caveat that rebuild is not currently implemented on softraid.Marco Peereboom
2008-08-22- -R before -r in SYNOPSIS/usage()Jason McIntyre
2008-08-22Add a hack to manually kick off rebuilds. This will need some love in theMarco Peereboom
2008-08-11Undo last commit; deraadt didn't like it.Marco Peereboom
2008-08-11Add infrastructure to manually kick off rebuilds.Marco Peereboom
2008-07-21spelling fix from Mark Pecaut;Jason McIntyre
2008-06-24- document the raidlevelsJason McIntyre
2008-06-14add a -r option to specify the number of PKCS5 PBKDF2 iterations usedDamien Miller
2008-06-14Update bioctl(8) and softraid(4) to recent changes and enable softraidHans-Joerg Hoexer
2008-06-12-d tweaks;Jason McIntyre
2008-06-12Add blurb for delete volumeMarco Peereboom
2007-11-21back out previous: henning says it's wrong;Jason McIntyre
2007-11-21note that -q is the default if no other options are specified; ok dlgJason McIntyre
2007-07-11put -q in the right place;Jason McIntyre
2007-07-10implement -q to query a scsi disk for its inquiry data (vendor, model,Henning Brauer
2007-06-04- remove an extraneous .BlJason McIntyre
2007-06-04document -C option of bioctlTodd T. Fries
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-23remove -D stuff which is just silly, imagine if ls had a debug mode; ok marcoTheo de Raadt