From owner-p4-projects@FreeBSD.ORG Wed Jun 29 08:59:23 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7141316A421; Wed, 29 Jun 2005 08:59:22 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD2E16A41F for ; Wed, 29 Jun 2005 08:59:22 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FAF943D1D for ; Wed, 29 Jun 2005 08:59:22 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5T8xMUK070264 for ; Wed, 29 Jun 2005 08:59:22 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5T8xLDv070259 for perforce@freebsd.org; Wed, 29 Jun 2005 08:59:21 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 29 Jun 2005 08:59:21 GMT Message-Id: <200506290859.j5T8xLDv070259@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 79127 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 08:59:23 -0000 http://perforce.freebsd.org/chv.cgi?CH=79127 Change 79127 by rwatson@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 #include -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