summaryrefslogtreecommitdiff
path: root/sys/dev/bio.c
AgeCommit message (Expand)Author
2005-08-17add bio_unregister so drivers can remove their bio entry on error orDavid Gwynne
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-04-01size_t not int, bad niklas.Marco Peereboom
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist