index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
bioctl
/
bioctl.c
Age
Commit message (
Expand
)
Author
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
2008-08-11
Add infrastructure to manually kick off rebuilds.
Marco Peereboom
2008-07-02
string munging: say 'CRYPTO' not 'RAID67'
Todd T. Fries
2008-06-15
fix usage();
Jason McIntyre
2008-06-15
When generating a new volume, ask the user to re-type the passphrase for
Hans-Joerg Hoexer
2008-06-14
Provide a status field for operations on the bc_opaque data. Now we're
Hans-Joerg Hoexer
2008-06-14
add a -r option to specify the number of PKCS5 PBKDF2 iterations used
Damien Miller
2008-06-14
Replace PBKDF2 implementation pulled in from vnconfig with one
Damien Miller
2008-06-14
friendly error message when key decryption fails; ok hshoexer@
Damien Miller
2008-06-13
Implement pbkdf2 in in bioctl to derive master key from a passphrase.
Hans-Joerg Hoexer
2008-06-12
-d tweaks;
Jason McIntyre
2008-06-12
Add delete volume functionality.
Marco Peereboom
2008-01-19
Add initial scaffold for RAID 0. No IO just yet.
Marco Peereboom
2007-09-08
make bioctl behave like a unix program and exit 1 on error
Henning Brauer
2007-07-11
put -q in the right place;
Jason McIntyre
2007-07-10
implement -q to query a scsi disk for its inquiry data (vendor, model,
Henning Brauer
2007-06-04
document -C option of bioctl
Todd T. Fries
2007-06-01
support for softraid level 'c'.
Ted Unangst
2007-05-31
typo, ok tedu@
Alexander von Gernler
2007-05-28
Make disk assembly smarter and add two qualifiers to it:
Marco Peereboom
2007-05-23
Remove all vnode dependencies so that we can bootstrap softraid volumes.
Marco Peereboom
2007-04-23
remove -D stuff which is just silly, imagine if ls had a debug mode; ok marco
Theo de Raadt
2007-03-20
further clean usage(); ok todd
Jason McIntyre
2007-03-20
sync usage() w/ synopsis;
Jason McIntyre
2007-03-20
document softraid and bioctl creation of softraid
Todd T. Fries
2007-03-19
Add a new device that provides a framework for IO manipulation. A very basic
Marco Peereboom
2006-08-28
proper justify the size caption to match numbers justification; deraadt@ ok
Michael Shalayeff
[next]