Module Name: src Committed By: christos Date: Sat Mar 7 16:38:08 UTC 2015
Modified Files: src/sys/kern: Makefile kern_syscall.c makesyscalls.sh syscalls.conf Log Message: Adjust for systrace based on the FreeBSD code: - create new file systrace_args.c that use used to convert the syscall arguments to an array, and functions that print the types of the entry and return arguments. - call the systrace probe from the trace_enter and trace_exit functions To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/kern/Makefile cvs rdiff -u -r1.9 -r1.10 src/sys/kern/kern_syscall.c cvs rdiff -u -r1.145 -r1.146 src/sys/kern/makesyscalls.sh cvs rdiff -u -r1.21 -r1.22 src/sys/kern/syscalls.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.