summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_io.c
Commit message (Expand)AuthorAgeFilesLines
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-24/+12
* Introduce g_write_data() function.phk2002-09-301-0/+18
* Void functions cannot use return(foo) even if foo is also returning void.phk2002-09-281-14/+28
* Setattr should not retry on EBUSY, we could get EBUSY back becausephk2002-09-271-14/+15
* Allocate bio's with M_NOWAIT and let the caller deal with the problems.phk2002-09-271-7/+9
* Use biowait() rather than DIY.phk2002-09-131-24/+4
* Don't grab Giant around malloc(9) and free(9).phk2002-05-201-6/+0
* Constifixation of attribute argument to g_io_[gs]etattr()phk2002-04-091-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Centralize EOF handling and improve access controls for bio scheduling.phk2002-04-041-44/+67
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-2/+3
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-1/+0
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+375
OpenPOWER on IntegriCloud