PERFORCE change 85494 for review

Wayne Salamon wsalamon at FreeBSD.org
Tue Oct 18 06:17:37 PDT 2005


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

Change 85494 by wsalamon at gretsch on 2005/10/18 13:17:03

	Add more info on wait4().

Affected files ...

.. //depot/projects/trustedbsd/audit3/notes/syscall_audit.tsv#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/notes/syscall_audit.tsv#2 (text+ko) ====

@@ -21,7 +21,7 @@
 SYS_write		4	N	N
 SYS_open		5	Y	Y	path, fflags, mode audited
 SYS_close		6	Y	Y	fd
-SYS_wait4		7	?	N	status, return PID
+SYS_wait4		7	?	N	pid, options, status?, return PID
 
 SYS_creat		8	Y	Y	Implemented via kern_open(), so audited as open()
 SYS_link		9	Y	N


More information about the p4-projects mailing list