Module Name: src Committed By: reinoud Date: Thu Sep 8 19:39:00 UTC 2011
Modified Files: src/sys/arch/usermode/include: machdep.h src/sys/arch/usermode/usermode: machdep.c syscall.c trap.c Log Message: Implement a working(!) syscall! well, it can call a number of syscalls without dying ;) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/usermode/include/machdep.h cvs rdiff -u -r1.26 -r1.27 src/sys/arch/usermode/usermode/machdep.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/usermode/usermode/syscall.c cvs rdiff -u -r1.36 -r1.37 src/sys/arch/usermode/usermode/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.