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
/
dkwedge
/
dk.c
Age
Commit message (
Expand
)
Author
2006-08-24
avoid diagnostic panic if both blk and chr wedge are open at the same time
dbj
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-04-06
A couple of fixes from dbj@:
thorpej
2006-04-06
Implement dksize().
thorpej
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
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-09-28
Set sc->sc_cfdata.cf_fstate to FSTATE_STAR rather than FSTATE_NOTFOUND
nathanw
2005-05-29
avoid variable shadowing.
christos
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-10-26
Implement the DIOCCACHESYNC ioctl; we just pass it along to the parent.
thorpej
2004-10-23
- Adjust minor number usage for wedges; minor number directly maps to
thorpej
2004-10-15
Use config_attach_pseudo() to create device instances in the device
thorpej
2004-10-04
Move wedge code to a subdirectory, as suggested by Christos.
thorpej