Add skeleton procedures for the vmspace_*() series of system calls which
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 3 Sep 2006 17:11:51 +0000 (17:11 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 3 Sep 2006 17:11:51 +0000 (17:11 +0000)
commit133aabc4c65fe03ca6564317560b3e34b92d9b08
treeefe65d569b642eb37d21a7edc64c5bf07b68441b
parente9102f16daae9817c7475cb76d9c2bd4963defd8
Add skeleton procedures for the vmspace_*() series of system calls which
will be used by virtual kernels to implement processes.
sys/conf/files
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 [new file with mode: 0644]
sys/vm/vm_vmspace.c [new file with mode: 0644]