summaryrefslogtreecommitdiffstats
path: root/sbin/bioctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-3/+5
* malloc/memset -> calloc. from peter malonetedu2014-04-221-3/+2
* Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5jsing2014-01-182-13/+12
* Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDjsing2014-01-181-2/+1
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+1
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-2/+2
* oops, forgot a #ifdef AOE in last commitderaadt2013-11-111-1/+4
* substantial namespace cleanup. Might go a little bit too far, but wederaadt2013-11-041-8/+21
* Make sure -v output is properly aligned with the normal output.kettenis2013-10-311-2/+2
* Add support for displaying the cache write policy of RAID volumes to bioctl(8)kettenis2013-10-231-4/+16
* capitalize RAID in one spot.brad2013-08-111-3/+3
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-221-4/+6
* Only keep track of the bio(4) cookie, not an entire bio_locate struct.jsing2012-09-101-16/+19
* move pkcs5_pbkdf5 function to libutil so everybody can play with ittedu2012-09-064-282/+3
* prevent salt_len overflow; reported by andrew nelless, ok otto, tedumikeb2012-06-281-2/+2
* clear memory before passing to ioctl routines instead of praying itderaadt2012-04-191-3/+5
* use Pp, not blank lines;jmc2012-01-291-2/+2
* Add CAVEAT that only 512-byte sector devices are supported.krw2012-01-291-2/+4
* Remove -Werror so that we do not break builds on systems running withjsing2012-01-291-2/+1
* If no controller name is provided, use the program name as a prefix. Also,jsing2012-01-221-8/+16
* Teach bioctl(8) about the new status interface for bio(4). With thejsing2012-01-201-60/+93
* Move the bio(4) cookie into a separate struct and make this struct thejsing2012-01-171-15/+15
* CONCAT requires at least two disks.jsing2012-01-171-2/+2
* Move -O to the correct section.jsing2012-01-071-12/+12
* Provide a bioctl(8) option that changes the state of a chunk to offline.jsing2012-01-072-8/+27
* Implement a concatenating discipline for softraid.jsing2011-12-312-4/+13
* Add missing closing braces in usage().matthieu2011-08-011-3/+3
* Add a missing prototype, fix build with WARNINGS=yes.nicm2011-07-091-1/+2
* add basic config support for creating aoe disks. ok marcotedu2011-07-081-8/+65
* use stronum, removing an atoi from the tree. ok deraadt matthewtedu2011-07-041-4/+6
* give more space when printing volumes to allow softraid0 to fitjcs2011-04-041-5/+5
* -s carries the same caveat as -p; from Jiri B.jmc2010-12-221-3/+4
* Allow add a -s switch to make bioctl read the passphrase from stdin. Handyckuethe2010-12-012-12/+21
* Explain how to start a rebuild in a more obvious way and add an example.stsp2010-11-201-6/+18
* various tweaks, based on a diff from Chris Palmer;jmc2010-09-131-6/+13
* Eliminate some unnecessary #include lines.matthew2010-07-101-7/+1
* Use opendev(3) when handling key disks so that disklabel UIDs arejsing2010-07-011-3/+10
* rename devname->devicename to prevent shadowing devname(3). ok marco jsingdtucker2010-06-221-12/+12
* Make bioctl(8) disklabel UID friendly by attempting to open the devicejsing2010-06-181-26/+29
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* scsi_all.h is needed before scsi_disk.h now. ok marconicm2010-04-031-2/+2
* "Too less" => "Too few"halex2010-01-081-2/+2
* Nuke some unused variables, ok marconicm2010-01-031-3/+3
* use the same arg name for -k as the man page;jmc2009-12-311-2/+2
* Add support for key disks. This allows a crypto volume to be constructedjsing2009-12-312-15/+47
* spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hsobrado2009-12-241-2/+2
* Explain what 'noauto' really does.jsing2009-12-191-3/+3
* Move the -p option to the correct place.jsing2009-11-251-6/+6
* put -P in the right place;jmc2009-11-242-4/+4