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
Age
Commit message (
Expand
)
Author
2009-12-05
Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt
pooka
2009-09-12
- fix warnings of printf(9) format and void pointer arithmetic
tsutsui
2009-09-12
Fix warnings of printf(9) format.
tsutsui
2009-09-12
Add a missing parentheses. PR kern/41859
tsutsui
2009-09-12
Make compile with options DEBUG.
tsutsui
2009-09-12
MALLOC() -> malloc()
tsutsui
2009-05-18
Don't pass a buffer to physio(), let it be allocated dynamically.
ad
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-12
- use device_lookup to get device_t
cegger
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
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-10-08
brelse() stragglers.
ad
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-02-16
Fix spllowersoftclock() fallout.
ad
2007-02-15
Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for
reinoud
2007-01-13
Complete initializers, teach drivers that we moved from struct proc to
cube
2007-01-10
Make it compile.
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-29
Use device_cfdata().
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-08-26
s/locdesc_t/int/g
drochner
2005-03-11
Add a final newline.
nathanw
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-09-13
a round of autoconf cleanup:
drochner
2004-08-28
Remove the last vestiges of COMPAT_NOLABEL. It's been 10 years; label
thorpej
2004-04-19
Spell removable with only two es. Inspired by jmc@openbsd.
wiz
2004-02-24
occured -> occurred. From Peter Postma.
wiz
2003-11-02
boundary, not boundry. Inspired by Tom Cosgrove.
wiz
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-14
add missing __KERNEL_RCSID() and RCSID comment
lukem
2003-06-02
Port hp300 driver for HPIB/GPIB disks to MI gpib framework.
gmcgarry
2003-06-02
Port hp300 driver for magnetic tapes to MI gpib framework.
gmcgarry
[next]