Module Name: src Committed By: christos Date: Fri Sep 2 20:01:21 UTC 2011
Modified Files: src/sys/arch/x86/x86: syscall.c Log Message: If the process is traced, resulting from a PTRACE_FORK inherited setting, stop it right now. XXX[1]: Cannot make this MI, because I cannot wrap child_return because there is MD code that checks fun == child_return. I think it is better to have an mi child_return() and add a cpu_child_return()? XXX[2]: Why do we need to stop so early? Perhaps stopping just after exec is better? To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.