PERFORCE change 79127 for review

Robert Watson rwatson at FreeBSD.org
Wed Jun 29 08:59:21 GMT 2005


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

Change 79127 by rwatson at rwatson_zoo on 2005/06/29 08:58:25

	Add AUE event field to syscalls.isc.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/syscalls.isc#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/syscalls.isc#2 (text+ko) ====

@@ -8,26 +8,31 @@
 #include <i386/ibcs2/ibcs2_proto.h>
 #include <i386/ibcs2/ibcs2_xenix.h>
 
-0	UNIMPL	nosys
-1	UNIMPL	isc_setostype
-2	NOPROTO	{ int ibcs2_rename(char *from, char *to); }
-3	NOPROTO	{ int ibcs2_sigaction(int sig, struct ibcs2_sigaction *act, \
-		    struct ibcs2_sigaction *oact); }
-4	NOPROTO	{ int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \
-		    ibcs2_sigset_t *oset); }
-5	NOPROTO	{ int ibcs2_sigpending(ibcs2_sigset_t *mask); }
-6	NOPROTO	{ int getgroups(u_int gidsetsize, gid_t *gidset); }
-7	NOPROTO	{ int setgroups(u_int gidsetsize, gid_t *gidset); }
-8	NOPROTO	{ int ibcs2_pathconf(char *path, int name); }
-9	NOPROTO	{ int ibcs2_fpathconf(int fd, int name); }
-10	UNIMPL	nosys
-11	NOPROTO	{ int ibcs2_wait(int a1, int a2, int a3); }
-12	NOPROTO	{ int setsid(void); }
-13	NOPROTO	{ pid_t getpid(void); }
-14	UNIMPL	isc_adduser
-15	UNIMPL	isc_setuser
-16	MNOPROTO { int ibcs2_sysconf(int name); }
-17	NOPROTO	{ int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
-18	NOPROTO	{ int ibcs2_symlink(char *path, char *link); }
-19	NOPROTO	{ int ibcs2_readlink(char *path, char *buf, int count); }
-20	UNIMPL	isc_getmajor
+0	AUE_NULL	UNIMPL	nosys
+1	AUE_NULL	UNIMPL	isc_setostype
+2	AUE_RENAME	NOPROTO	{ int ibcs2_rename(char *from, char *to); }
+3	AUE_SIGACTION	NOPROTO	{ int ibcs2_sigaction(int sig, \
+				    struct ibcs2_sigaction *act, \
+				    struct ibcs2_sigaction *oact); }
+4	AUE_SIGPROCMASK	NOPROTO	{ int ibcs2_sigprocmask(int how, \
+				    ibcs2_sigset_t *set, \
+				    ibcs2_sigset_t *oset); }
+5	AUE_SIGPENDING	NOPROTO	{ int ibcs2_sigpending(ibcs2_sigset_t *mask); }
+6	AUE_GETGROUPS	NOPROTO	{ int getgroups(u_int gidsetsize, \
+				    gid_t *gidset); }
+7	AUE_SETGROUPS	NOPROTO	{ int setgroups(u_int gidsetsize, \
+				    gid_t *gidset); }
+8	AUE_PATHCONF	NOPROTO	{ int ibcs2_pathconf(char *path, int name); }
+9	AUE_FPATHCONF	NOPROTO	{ int ibcs2_fpathconf(int fd, int name); }
+10	AUE_NULL	UNIMPL	nosys
+11	AUE_O_WAIT	NOPROTO	{ int ibcs2_wait(int a1, int a2, int a3); }
+12	AUE_SETSID	NOPROTO	{ int setsid(void); }
+13	AUE_GETPID	NOPROTO	{ pid_t getpid(void); }
+14	AUE_NULL	UNIMPL	isc_adduser
+15	AUE_NULL	UNIMPL	isc_setuser
+16	AUE_NULL	MNOPROTO { int ibcs2_sysconf(int name); }
+17	AUE_SIGSUSPEND	NOPROTO	{ int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
+18	AUE_SYMLINK	NOPROTO	{ int ibcs2_symlink(char *path, char *link); }
+19	AUE_READLINK	NOPROTO	{ int ibcs2_readlink(char *path, char *buf, \
+				    int count); }
+20	AUE_NULL	UNIMPL	isc_getmajor
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