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
/
dmover
/
dmover_io.c
Age
Commit message (
Expand
)
Author
2003-09-13
move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we
jdolecek
2003-07-19
Add immediate value support for dmoverio transactions.
thorpej
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-05-30
In dmio_read(), make sure to set DMIO_STATE_READ_WAIT in ds->ds_flags
scw
2003-03-21
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
dsl
2002-11-07
Fix signed/unsigned comparison warnings.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-04
*Actually return* EINVAL when the output stream UIO's I/O is larger
thorpej
2002-08-02
Fix a signed/unsigned botch that broke an error recovery path.
thorpej
2002-08-02
Grr, fix typo in RCS ID tag.
thorpej
2002-08-02
dmover(9) -- an interface to hardware-assisted data movers. This allows
thorpej