summaryrefslogtreecommitdiff
path: root/sbin/bioctl
AgeCommit message (Expand)Author
2016-05-13overzealous use of errx() hides useful information about errors.Ted Unangst
2016-04-04Remove caveat about only supporting 512-byte sectors.Kenneth R Westerback
2016-02-04Fix an unitialized variable; pointed out by jsg@.Masao Uebayashi
2015-10-22halex removed the -p restriction, so do not document it;Jason McIntyre
2015-09-12obvious macros fixes:Ingo Schwarze
2015-07-18remove the restriction to disallow the use of a passphrase file duringAlexander Hall
2015-05-30fix usage();Jason McIntyre
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-11explicit_bzero(3) on private data, in case of core dumps (and being a good ex...Martin Pelikan
2015-04-11Re-enable the RAID 5 discipline for softraid(4).Joel Sing
2015-03-18Sort getopt() string.Masao Uebayashi
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08tedu the tedu code that tedu forgot to tedu when he tedued the other partJoel Sing
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-04-22malloc/memset -> calloc. from peter maloneTed Unangst
2014-01-18Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5Joel Sing
2014-01-18Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDJoel Sing
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-11-11oops, forgot a #ifdef AOE in last commitTheo de Raadt
2013-11-04substantial namespace cleanup. Might go a little bit too far, but weTheo de Raadt
2013-10-31Make sure -v output is properly aligned with the normal output.Mark Kettenis
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)Mark Kettenis
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-09-10Only keep track of the bio(4) cookie, not an entire bio_locate struct.Joel Sing
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with itTed Unangst
2012-06-28prevent salt_len overflow; reported by andrew nelless, ok otto, teduMike Belopuhov
2012-04-19clear memory before passing to ioctl routines instead of praying itTheo de Raadt
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-29Remove -Werror so that we do not break builds on systems running withJoel Sing
2012-01-22If no controller name is provided, use the program name as a prefix. Also,Joel Sing
2012-01-20Teach bioctl(8) about the new status interface for bio(4). With theJoel Sing
2012-01-17Move the bio(4) cookie into a separate struct and make this struct theJoel Sing
2012-01-17CONCAT requires at least two disks.Joel Sing
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
2011-08-01Add missing closing braces in usage().Matthieu Herrb
2011-07-09Add a missing prototype, fix build with WARNINGS=yes.Nicholas Marriott
2011-07-08add basic config support for creating aoe disks. ok marcoTed Unangst
2011-07-04use stronum, removing an atoi from the tree. ok deraadt matthewTed Unangst
2011-04-04give more space when printing volumes to allow softraid0 to fitjoshua stein
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