Remove the asynchronous system call interface sendsys/waitsys. It was an
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 7 Jun 2006 03:02:11 +0000 (03:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 7 Jun 2006 03:02:11 +0000 (03:02 +0000)
commitf9a13fc41d2a202bc7f3267039a5834a4e6c929b
tree1a7015256ee3593c43ff5ae08b06284d56af97c2
parent1a38bc904923c9c181670b0ff01068a314c21912
Remove the asynchronous system call interface sendsys/waitsys.  It was an
idea before its time.
29 files changed:
sys/conf/files
sys/emulation/linux/i386/linux_proto.h
sys/emulation/linux/i386/linux_syscall.h
sys/emulation/linux/i386/linux_sysent.c
sys/emulation/linux/i386/linux_union.h
sys/i386/i386/exception.s
sys/i386/i386/machdep.c
sys/i386/i386/trap.c
sys/kern/init_main.c
sys/kern/init_sysent.c
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/kern_sysmsg.c [deleted file]
sys/kern/kern_time.c
sys/kern/makesyscalls.sh
sys/kern/syscalls.c
sys/platform/pc32/i386/exception.s
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/trap.c
sys/sys/globaldata.h
sys/sys/proc.h
sys/sys/syscall-args
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysent.h
sys/sys/sysmsg.h
sys/sys/sysproto.h
sys/sys/sysunion.h