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
/
gpib
/
rd.c
Age
Commit message (
Expand
)
Author
2009-09-12
- fix warnings of printf(9) format and void pointer arithmetic
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-06-11
- use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-10-08
Merge disk init changes from the vmlocking branch. These seperate init /
ad
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-13
Complete initializers, teach drivers that we moved from struct proc to
cube
2006-05-14
integrate kauth.
elad
2006-04-14
Make i/o statistics collection more generic, include tape drives and
blymn
2006-03-29
Use device_private().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-03-25
Use device_parent().
thorpej
2006-02-25
Fix some typos.
wiz
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-02-27
nuke trailing whitespace
perry
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-08-28
Remove the last vestiges of COMPAT_NOLABEL. It's been 10 years; label
thorpej
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-02
Port hp300 driver for HPIB/GPIB disks to MI gpib framework.
gmcgarry