NetBSD/sys/dev/dmover
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
Makefile
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 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
dmover_io.h
dmover_process.c
dmover_request.c
dmover_session.c
dmover_util.c
dmovervar.h Fix typo in previous. 2003-06-14 19:03:40 +00:00
files.dmover
swdmover.c