Module Name: src Committed By: reinoud Date: Fri Sep 9 12:44:27 UTC 2011
Modified Files: src/sys/arch/usermode/include: machdep.h src/sys/arch/usermode/usermode: machdep.c syscall.c Log Message: machdep.c: Cleanup the machine dependent code and set the carry flag on error out. While here also clean up register printing. syscall.c: Add debug syscall printing code to track basic syscalls being taken. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/include/machdep.h cvs rdiff -u -r1.27 -r1.28 src/sys/arch/usermode/usermode/machdep.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/usermode/usermode/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.