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
/
pud
Age
Commit message (
Expand
)
Author
2015-12-08
Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of
christos
2011-07-08
avoid some uninitialised variable warnings.
mrg
2011-02-07
Third argument of MODULE() is typically a string literal.
jakllsch
2011-01-28
Add support for building pud as module. Do it in a same way how putter is
haad
2009-12-22
Handle DIOCGPART in-kernel because a userspace server doesn't have
pooka
2009-12-22
fix pasto
pooka
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-01-20
Change major()/minor() to return 32-bit types again, called
drochner
2007-11-28
one more lock to destroy
pooka
2007-11-28
* version the registration interface
pooka
2007-11-22
PUD_CONF_IOCTL is a goner. Noticed by dillo.
pooka
2007-11-22
Support bdev/cdev ioctl.
pooka
2007-11-21
Add support for block devices.
pooka
2007-11-21
mmap should return -1 on error. Also, shuffle functions around to
pooka
2007-11-21
silence, might be used uninitialized warning!
dogcow
2007-11-20
Add initial support for userspace block/char device drivers. This
pooka