Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-08 | tedu the tedu code that tedu forgot to tedu when he tedued the other part | Joel Sing |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-04-22 | malloc/memset -> calloc. from peter malone | Ted Unangst |
2014-01-18 | Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5 | Joel Sing |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-11 | oops, forgot a #ifdef AOE in last commit | Theo de Raadt |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-10-31 | Make sure -v output is properly aligned with the normal output. | Mark Kettenis |
2013-10-23 | Add support for displaying the cache write policy of RAID volumes to bioctl(8) | Mark Kettenis |
2012-09-10 | Only keep track of the bio(4) cookie, not an entire bio_locate struct. | Joel Sing |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst |
2012-04-19 | clear memory before passing to ioctl routines instead of praying it | Theo de Raadt |
2012-01-22 | If no controller name is provided, use the program name as a prefix. Also, | Joel Sing |
2012-01-20 | Teach bioctl(8) about the new status interface for bio(4). With the | Joel Sing |
2012-01-17 | Move the bio(4) cookie into a separate struct and make this struct the | Joel Sing |
2012-01-17 | CONCAT requires at least two disks. | Joel Sing |
2012-01-07 | Provide a bioctl(8) option that changes the state of a chunk to offline. | Joel Sing |
2011-12-31 | Implement a concatenating discipline for softraid. | Joel Sing |
2011-08-01 | Add missing closing braces in usage(). | Matthieu Herrb |
2011-07-09 | Add a missing prototype, fix build with WARNINGS=yes. | Nicholas Marriott |
2011-07-08 | add basic config support for creating aoe disks. ok marco | Ted Unangst |
2011-07-04 | use stronum, removing an atoi from the tree. ok deraadt matthew | Ted Unangst |
2011-04-04 | give more space when printing volumes to allow softraid0 to fit | joshua stein |
2010-12-01 | Allow add a -s switch to make bioctl read the passphrase from stdin. Handy | Chris Kuethe |
2010-07-10 | Eliminate some unnecessary #include lines. | Matthew Dempsky |
2010-07-01 | Use opendev(3) when handling key disks so that disklabel UIDs are | Joel Sing |
2010-06-22 | rename devname->devicename to prevent shadowing devname(3). ok marco jsing | Darren Tucker |
2010-06-18 | Make bioctl(8) disklabel UID friendly by attempting to open the device | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-03 | scsi_all.h is needed before scsi_disk.h now. ok marco | Nicholas Marriott |
2010-01-08 | "Too less" => "Too few" | Alexander Hall |
2010-01-03 | Nuke some unused variables, ok marco | Nicholas Marriott |
2009-12-31 | use the same arg name for -k as the man page; | Jason McIntyre |
2009-12-31 | Add support for key disks. This allows a crypto volume to be constructed | Joel Sing |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-11-24 | put -P in the right place; | Jason McIntyre |
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing |
2009-10-25 | Somehow during my testing I missed a test case where an existing crypto | Marco Peereboom |
2009-10-22 | tweak previous; ok marco | Jason McIntyre |
2009-10-21 | Add passphrase file for crypto volume bring-up. Proded and ok deraadt | Marco Peereboom |
2009-07-31 | Allow hotspares to be added to bio devices rather than requiring an sd | Joel Sing |
2009-06-18 | fix crypto raid error message | Alexander Hall |
2009-06-17 | Add raid 4 & 5 in create | Marco Peereboom |
2009-02-22 | split synopsis and the options list according to functionality; | Jason McIntyre |
2008-09-02 | devname -> devicename to prevent shadowing devname(3); ok marco@ | Darren Tucker |
2008-08-22 | - -R before -r in SYNOPSIS/usage() | Jason McIntyre |
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom |
2008-08-11 | Undo last commit; deraadt didn't like it. | Marco Peereboom |