Add structures and skeleton code for a new system call called syslink()
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Aug 2006 18:56:46 +0000 (18:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Aug 2006 18:56:46 +0000 (18:56 +0000)
commite143cb06070843a152a65ea5b130f8fe004ae8cd
treef3f984c11c68fddf119a8229a675d7a0c9fb02dc
parent7b9f668c809493129b79867568a23e27fd672ac2
Add structures and skeleton code for a new system call called syslink()
which will support the kernel syslink API.  This is the link protocol that
will be used for user<->kernel (e.g. user VFS) and kernel<->kernel (cluster)
communications.

Syslink-based protocols will be used for DEV, VFS, CCMS, and other
cluster-related operations.
14 files changed:
sys/conf/files
sys/kern/init_sysent.c
sys/kern/kern_syslink.c [new file with mode: 0644]
sys/kern/makesyscalls.sh
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/file.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/syslink.h
sys/sys/syslink_msg.h
sys/sys/sysproto.h
sys/sys/sysunion.h