| Age | Commit message (Expand) | Author |
| 2003-11-07 | Go ahead and define xor function names up to xor16. | briggs |
| 2003-11-07 | Fix another used-before-initialized bug that gcc uncovered. | briggs |
| 2003-09-13 | move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we | jdolecek |
| 2003-07-25 | Add support for xor2-xor8 to swdmover. | briggs |
| 2003-07-19 | Add a software implementation of the iSCSI CRC32C algorithm. This | thorpej |
| 2003-07-19 | Add a well-known dmover function name for the CRC32C used by the iSCSI | thorpej |
| 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-06-14 | Fix typo in previous. | thorpej |
| 2003-06-12 | Separate out the immediate value from the input buffer. The immediate | thorpej |
| 2003-05-30 | In dmio_read(), make sure to set DMIO_STATE_READ_WAIT in ds->ds_flags | scw |
| 2003-04-26 | In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc, | briggs |
| 2003-04-01 | Mmmm... LOCKDEBUG... | briggs |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-03-06 | Don't require that input buffers and output buffers be of the same | thorpej |
| 2003-03-06 | For functions with inputs and outputs, we currently require that the | thorpej |
| 2002-12-28 | Fix typo. | thorpej |
| 2002-12-10 | Error out if we get an unexpected buffer type. | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 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 | Add 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 larger | thorpej |
| 2002-08-02 | Add "xor2", "xor3", and "xor4" function names, which perform an | 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 |