NetBSD/sys/miscfs/umapfs
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
..
files.umapfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
Makefile
umap_subr.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
umap_vfsops.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
umap_vnops.c add the entry for layer_getpages() to the VOP tables of the 2002-01-04 07:19:33 +00:00
umap.h