summaryrefslogtreecommitdiff
path: root/sbin/bioctl
AgeCommit message (Expand)Author
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
2010-07-10Eliminate some unnecessary #include lines.Matthew Dempsky
2010-07-01Use opendev(3) when handling key disks so that disklabel UIDs areJoel Sing
2010-06-22rename devname->devicename to prevent shadowing devname(3). ok marco jsingDarren Tucker
2010-06-18Make bioctl(8) disklabel UID friendly by attempting to open the deviceJoel Sing
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-03scsi_all.h is needed before scsi_disk.h now. ok marcoNicholas Marriott
2010-01-08"Too less" => "Too few"Alexander Hall
2010-01-03Nuke some unused variables, ok marcoNicholas Marriott
2009-12-31use the same arg name for -k as the man page;Jason McIntyre
2009-12-31Add support for key disks. This allows a crypto volume to be constructedJoel Sing
2009-12-24spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hIgor Sobrado
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-25Somehow during my testing I missed a test case where an existing cryptoMarco Peereboom
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-31Allow hotspares to be added to bio devices rather than requiring an sdJoel Sing
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-18fix crypto raid error messageAlexander Hall
2009-06-17Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5.Marco Peereboom
2009-06-17Add raid 4 & 5 in createMarco 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