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
/
sys
/
dev
/
biovar.h
Age
Commit message (
Expand
)
Author
2012-01-20
Implement a status message interface for bio(4) capable devices.
Joel Sing
2012-01-17
Move the bio(4) cookie into a separate struct and make this struct the
Joel Sing
2011-05-20
fix copy and paste in BIOCINSTALLBOOT ioctl number.
Marco Peereboom
2011-04-14
stray space
Marco Peereboom
2010-03-26
Add an ioctl to softraid to allow the boot block and boot loader to be
Joel Sing
2009-12-31
Add support for key disks. This allows a crypto volume to be constructed
Joel Sing
2009-11-23
Improve discipline specific ioctl framework and attach to softraid ioctl.
Joel Sing
2009-11-22
Add a framework for discipline specific ioctls.
Joel Sing
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-06-14
Provide a status field for operations on the bc_opaque data. Now we're
Hans-Joerg Hoexer
2008-06-12
Add delete volume functionality.
Marco Peereboom
2008-06-10
Add opaque structure to create raid.
Marco Peereboom
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-03-19
Add a new device that provides a framework for IO manipulation. A very basic
Marco Peereboom
2006-06-10
shorten a name for bioctl
Theo de Raadt
2006-05-26
simplify interface (not binary compatible); ok marco
Theo de Raadt
2006-05-25
make an Online/Scrub SD state for marco
Theo de Raadt
2006-05-25
also provide a seconds-of-progress counter; ok marco
Theo de Raadt
2006-05-25
Add a few more volume status values, and a % completion as well, now
Theo de Raadt
2005-08-18
blinking doesnt care about volid and diskid at the moment. use target
David Gwynne
2005-08-18
fix a pasto by marco@
David Gwynne
2005-08-18
Add "create hot spare" ok dlg@
Marco Peereboom
2005-08-17
Add ioctl for setting the state of disks.
Marco Peereboom
2005-08-17
Add blink ioctl.
Marco Peereboom
2005-08-17
add bio_unregister so drivers can remove their bio entry on error or
David Gwynne
2005-08-16
Fix a few retardos. Yelled at by deraadt@
Marco Peereboom
2005-08-09
Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@
Marco Peereboom
2005-08-08
Add ses link. Tested and ok deraadt@
Marco Peereboom
2005-08-08
rename a bunch of bio/raid APIs to stop the bleeding in dlg and
Theo de Raadt
2005-08-08
Add devices to structures.
Marco Peereboom
2005-08-01
Unbreak tree after marco forgotten commit. Then phoning marco to bitch him out.
Bob Beck
2005-07-29
Redo bioctl because initial implementation was too complex.
Marco Peereboom
2005-07-18
revert marcos bio changes, mickey not ok
David Gwynne
2005-07-18
Rip out all previous bio code because it sucked. Replaced all ioctl code in
Marco Peereboom
2005-04-06
Add alert blink.
Marco Peereboom
2005-04-04
add blink and unblink.
Marco Peereboom
2005-03-29
add raid defines
Marco Peereboom
2003-06-03
fix various 3/4 licenses according to "terms" file
Theo de Raadt
2002-06-09
bio is a driver that can delegate ioctls to other drivers which
Niklas Hallqvist