index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bio.c
Age
Commit message (
Expand
)
Author
2020-12-19
malloc(9) -> kmem(9)
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-03-12
Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2009-05-07
struct device * -> device_t, no functional changes intended.
cegger
2008-04-09
use aprint_*_dev and device_xname
cegger
2008-03-03
Set D_OTHER | D_MPSAFE to d_flag for the cdevsw methods.
xtraeme
2008-01-03
- remove casts
christos
2008-01-02
Improve the bio(4) API for incoming changes to arcmsr(4) (and perhaps
xtraeme
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
2007-11-19
Make sure the mutex is initialized before using it, use the patch
xtraeme
2007-11-02
KNF, MALLOC -> malloc, u_intXX_t -> uintXX_t.
xtraeme
2007-05-01
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
bouyer