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
/
bio.c
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
2010-01-22
Correctly return ENXIO on unhandled ioctls; ok marco@
Miod Vallat
2007-12-23
use sizeof where needed
Theo de Raadt
2007-10-09
MALLOC -> malloc
Gilles Chehade
2007-03-20
Use queue.h macros instead of home made for thingy.
Marco Peereboom
2006-05-29
Nuke unused local variable (ok beck deraadt) and unused struct
Michael Knudsen
2006-05-26
knf
Theo de Raadt
2005-08-17
add bio_unregister so drivers can remove their bio entry on error or
David Gwynne
2005-08-08
rename a bunch of bio/raid APIs to stop the bleeding in dlg and
Theo de Raadt
2005-04-01
size_t not int, bad niklas.
Marco Peereboom
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
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