cvs commit: src/sys/conf files src/sys/emulation/linux/i386 linux_proto.h linux_syscall.h linux_sysent.c linux_union.h src/sys/i386/i386 exception.s machdep.c trap.c src/sys/kern init_main.c init_sysent.c kern_exit.c kern_fork.c kern_sysmsg.c ...
David Xu
bsddiy at 126.com
Tue Jun 6 21:09:16 PDT 2006
Matthew Dillon wrote:
dillon 2006/06/06 20:02:11 PDT
DragonFly src repository
Modified files:
sys/conf files
sys/emulation/linux/i386 linux_proto.h linux_syscall.h
linux_sysent.c linux_union.h
sys/i386/i386 exception.s machdep.c trap.c
sys/kern init_main.c init_sysent.c kern_exit.c
kern_fork.c kern_time.c makesyscalls.sh
syscalls.c
sys/sys globaldata.h proc.h syscall-args
syscall-hide.h syscall.h syscall.mk
sysent.h sysmsg.h sysproto.h sysunion.h
Removed files:
sys/kern kern_sysmsg.c
Log:
Remove the asynchronous system call interface sendsys/waitsys. It was an
idea before its time.
Yeah, in OS design, simplist is not bad, and in most time, it always
wins, spinlock is such an example.
David Xu
More information about the Commits
mailing list