Add two more vmspace_*() system calls to read and write a vmspace. These
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Oct 2006 15:43:16 +0000 (15:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Oct 2006 15:43:16 +0000 (15:43 +0000)
commit021a4ed4a6aa2aa6ed2ca525d43a71af32dbb977
treed98bd4a18f3339948bc65129001bca2cb3507ae9
parent167e6ecba2a139576866996945521464379d3cc3
Add two more vmspace_*() system calls to read and write a vmspace.  These
will be used by the virtual kernel to handle copyin/copyout.  The routines
are just empty wrappers at the moment.

Implement the body for vmspace_mmap() and vmspace_munmap().
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h
sys/sys/vmspace.h
sys/vm/vm_vmspace.c