Module Name: src Committed By: matt Date: Fri Jan 31 18:06:26 UTC 2014
Modified Files: src/lib/libc/arch/mips/sys: __syscall.S syscall.S Log Message: Since N32/N64 pass the first 8 arguments in registers, we can load all the arguments into those registers before invoking the syscall having the kernel syscall handler from having to do that. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/mips/sys/__syscall.S cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/mips/sys/syscall.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.