summaryrefslogtreecommitdiff
path: root/sys/dev/dmover
AgeCommit message (Expand)Author
2003-11-07Go ahead and define xor function names up to xor16.briggs
2003-11-07Fix another used-before-initialized bug that gcc uncovered.briggs
2003-09-13move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; wejdolecek
2003-07-25Add support for xor2-xor8 to swdmover.briggs
2003-07-19Add a software implementation of the iSCSI CRC32C algorithm. Thisthorpej
2003-07-19Add a well-known dmover function name for the CRC32C used by the iSCSIthorpej
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-06-14Fix typo in previous.thorpej
2003-06-12Separate out the immediate value from the input buffer. The immediatethorpej
2003-05-30In dmio_read(), make sure to set DMIO_STATE_READ_WAIT in ds->ds_flagsscw
2003-04-26In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc,briggs
2003-04-01Mmmm... LOCKDEBUG...briggs
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-03-06Don't require that input buffers and output buffers be of the samethorpej
2003-03-06For functions with inputs and outputs, we currently require that thethorpej
2002-12-28Fix typo.thorpej
2002-12-10Error out if we get an unexpected buffer type.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
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-04Add standard names for 5-, 6-, 7-, and 8-way XOR.thorpej
2002-08-04*Actually return* EINVAL when the output stream UIO's I/O is largerthorpej
2002-08-02Add "xor2", "xor3", and "xor4" function names, which perform anthorpej
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