PERFORCE change 80014 for review

Robert Watson rwatson at FreeBSD.org
Mon Jul 11 17:20:01 GMT 2005


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

Change 80014 by rwatson at rwatson_paprika on 2005/07/11 17:19:39

	Audit sendfile() using new AUE_SENDFILE event.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#18 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#18 (text+ko) ====

@@ -571,7 +571,7 @@
 334	AUE_NULL	MSTD	{ int sched_rr_get_interval (pid_t pid, \
 				    struct timespec *interval); }
 335	AUE_NULL	MSTD	{ int utrace(const void *addr, size_t len); }
-336	AUE_NULL	MCOMPAT4	{ int sendfile(int fd, int s, \
+336	AUE_SENDFILE	MCOMPAT4	{ int sendfile(int fd, int s, \
 				    off_t offset, size_t nbytes, \
 				    struct sf_hdtr *hdtr, off_t *sbytes, \
 				    int flags); }
@@ -678,7 +678,7 @@
 391	AUE_LCHFLAGS	MSTD	{ int lchflags(const char *path, int flags); }
 392	AUE_NULL	MSTD	{ int uuidgen(struct uuid *store, \
 				    int count); }
-393	AUE_NULL	MSTD	{ int sendfile(int fd, int s, off_t offset, \
+393	AUE_SENDFILE	MSTD	{ int sendfile(int fd, int s, off_t offset, \
 				    size_t nbytes, struct sf_hdtr *hdtr, \
 				    off_t *sbytes, int flags); }
 394	AUE_NULL	MSTD	{ int mac_syscall(const char *policy, \
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list