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
/
qbus
/
rl.c
Age
Commit message (
Expand
)
Author
2006-03-29
Use device_private().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-03-25
Use device_parent().
thorpej
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-06-27
Fixes due to cast-qual addition.
ragge
2005-02-26
White space nits.
simonb
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-09-25
Add support for wedges to the RL01/RL02 disk driver.
thorpej
2003-05-10
Change bounds_check_with_label() to take a pointer to the disk structure,
thorpej
2003-05-02
Change return type of readdisklabel() to const char *
dsl
2003-04-02
Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge.
he
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-22
Convert to new device buffer queue interface.
hannken
2002-03-23
Call rlreset() per controller, not per disk.
ragge
2001-11-13
add RCSIDs
lukem
2001-06-19
`existent', not `existant'
wiz
2001-04-12
splimp -> splbio.
thorpej
2001-01-08
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
fvdl
2001-01-07
Adapt all disk devices in MI directories to handle ODIOC* calls
fvdl
2000-06-05
Adjust to new evcnt stuff.
matt
2000-06-04
More event counter stuff. Plus a little cruft cleanup while doing it.
matt
2000-05-19
A foolish consistency; most parts of the kernel use bp->b_data, so
thorpej
2000-04-30
Change to use new ubareset() functionality.
ragge
2000-04-22
Add the famous "rl" disk.
ragge