Move syslink_desc to sys/syslink_rpc.h so kernel code does not need
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 26 Apr 2007 02:11:00 +0000 (02:11 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 26 Apr 2007 02:11:00 +0000 (02:11 +0000)
commita3d02589a63f66c372c122a7151a29d19c16b712
tree2d8f96a09d72e73fffa7de423d34964db853747e
parent1ba95c1409a8d2073f901bcf160e94dc42314dc6
Move syslink_desc to sys/syslink_rpc.h so kernel code does not need
to #include sys/syslink.h.  Add a kernel config option 'SYSLINK' to build
with kern_syslink.c, so it can be worked on (read: broken) without
interfering with other developer's kernel builds.  Add a shims file for
the syslink() system call for kernels not built with kern_syslink.c.  The
shims file can be used generally for this purpose.
sys/conf/files
sys/conf/options
sys/kern/kern_syslink.c
sys/kern/subr_shims.c [new file with mode: 0644]
sys/sys/device.h
sys/sys/syslink.h
sys/sys/syslink_msg.h
sys/sys/syslink_rpc.h [new file with mode: 0644]
sys/sys/vnode.h