Add two more vmspace_*() system calls to read and write a vmspace. These
commitb3e6ce73f8ca7bf558ae63acaec60f8c304b708b
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Oct 2006 15:43:16 +0000 (10 15:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Oct 2006 15:43:16 +0000 (10 15:43 +0000)
treed0ee845fdf4aec2e5bc8b370d413b5e8aea9d41c
parent725fcb1b2005b7e9ac6696843d46f7ed481c1ff5
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