PERFORCE change 134572 for review

John Birrell jb at FreeBSD.org
Thu Jan 31 19:41:41 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134572

Change 134572 by jb at jb_freebsd1 on 2008/02/01 03:41:00

	Add the last piece of the exec_failure probe.

Affected files ...

.. //depot/projects/dtrace7/src/sys/kern/kern_exec.c#5 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/kern/kern_exec.c#5 (text+ko) ====

@@ -815,6 +815,8 @@
 	p->p_flag &= ~P_INEXEC;
 	PROC_UNLOCK(p);
 
+	SDT_PROBE(proc, kernel, , exec_failure, error, 0, 0, 0, 0);
+
 done2:
 #ifdef MAC
 	mac_execve_exit(imgp);


More information about the p4-projects mailing list