NetBSD/sys/dev/dmover
christos 31c81b28f5 Cloning cleanup:
1. make fileops const
2. add 2 new negative errno's to `officially' support the cloning hack:
    - EDUPFD (used to overload ENODEV)
    - EMOVEFD (used to overload ENXIO)
3. Created an fdclone() function to encapsulate the operations needed for
   EMOVEFD, and made all cloners use it.
4. Centralize the local noop/badop fileops functions to:
   fnullop_fcntl, fnullop_poll, fnullop_kqfilter, fbadop_stat
2004-11-30 04:25:43 +00:00
..
dmover_backend.c In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc, 2003-04-26 04:44:18 +00:00
dmover_io.c Cloning cleanup: 2004-11-30 04:25:43 +00:00
dmover_io.h Add immediate value support for dmoverio transactions. 2003-07-19 02:00:18 +00:00
dmover_process.c Don't require that input buffers and output buffers be of the same 2003-03-06 21:32:59 +00:00
dmover_request.c
dmover_session.c
dmover_util.c Add a well-known dmover function name for the CRC32C used by the iSCSI 2003-07-19 02:03:11 +00:00
dmovervar.h Go ahead and define xor function names up to xor16. 2003-11-07 22:04:59 +00:00
files.dmover
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
swdmover.c Fix another used-before-initialized bug that gcc uncovered. 2003-11-07 22:04:13 +00:00