summaryrefslogtreecommitdiffstats
path: root/sys/dev/bio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* trivial size to free()deraadt2015-08-261-2/+2
* Initial addition of ``Patrol Read'' support in bio(4), biocto(8), anduebayasi2015-05-291-1/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Implement a status message interface for bio(4) capable devices.jsing2012-01-201-1/+62
* Move the bio(4) cookie into a separate struct and make this struct thejsing2012-01-171-7/+7
* Correctly return ENXIO on unhandled ioctls; ok marco@miod2010-01-221-2/+13
* use sizeof where neededderaadt2007-12-231-2/+2
* MALLOC -> mallocgilles2007-10-091-2/+2
* Use queue.h macros instead of home made for thingy.marco2007-03-201-3/+3
* Nuke unused local variable (ok beck deraadt) and unused structmk2006-05-291-8/+3
* knfderaadt2006-05-261-32/+12
* add bio_unregister so drivers can remove their bio entry on error ordlg2005-08-171-1/+17
* rename a bunch of bio/raid APIs to stop the bleeding in dlg andderaadt2005-08-081-6/+6
* size_t not int, bad niklas.marco2005-04-011-2/+3
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-6/+1
* bio is a driver that can delegate ioctls to other drivers whichniklas2002-06-091-0/+169