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
/
putter
/
putter.c
Age
Commit message (
Expand
)
Author
2010-01-28
Adjust some comments which were written when this was still a part of puffs.
pooka
2009-12-20
If a multithreaded app closes an fd while another thread is blocked in
dsl
2009-12-09
Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output
dsl
2009-12-07
Mark putter as MODULE_CLASS_DRIVER to make it autoloadable. This
pooka
2009-04-11
Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did.
christos
2009-04-11
Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use
christos
2009-04-04
Add fileops::fo_drain(), to be called from fd_close() when there is more
ad
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
2008-12-29
Actually, revert previous - I doubt it would work with a non-rump kernel.
pooka
2008-12-29
die filthy #ifdef _MODULE, die!
pooka
2008-08-08
KASSERT works better with == instead of =
pooka
2008-07-21
Repeat after me: do not pollute sys with #ifdef _RUMPKERNEL
pooka
2008-05-30
Don't call devsw_attach/detach if _MODULE is not defined.
jmcneill
2008-05-21
Acquire kernel_lock in putter's fileops.
ad
2008-05-19
Don't build as module if _RUMPKERNEL is defined.
jmcneill
2008-05-19
Return result of devsw_detach().
ad
2008-05-19
Support building putter as a module.
jmcneill
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-03-01
Welcome to 4.99.55:
rmind
2008-01-02
unstaticate putterdebug
pooka
2007-12-03
Allow EVFILT_WRITE kqfilters to be registered and map them to
pooka
2007-11-20
Allow to register configuration routines to putter. Once a
pooka
2007-11-13
Don't specialcase minor device, treat all minors the same.
pooka
2007-11-12
Bounds-check responses from userspace.
pooka
2007-11-12
* split the putter header into a kernel version and a userland version
pooka
2007-11-12
Move putter code from directly under dev/ to dev/putter/
pooka