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