Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 17:20:01 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80014 for review
Message-ID:  <200507111720.j6BHK1Sh070101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80014

Change 80014 by rwatson@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, \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507111720.j6BHK1Sh070101>