Date: Mon, 30 May 2005 15:20:21 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/freebsd32 ... Message-ID: <200505301520.j4UFKL6j009234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-05-30 15:20:21 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Rebuild generated system call definition files following the addition of the audit event field to the syscalls.master file format. Submitted by: wsalamon Obtained from: TrustedBSD Project Revision Changes Path 1.21 +1 -1 src/sys/alpha/linux/linux_proto.h 1.19 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.19 +380 -379 src/sys/alpha/linux/linux_sysent.c 1.12 +1 -1 src/sys/alpha/osf1/osf1_proto.h 1.11 +1 -1 src/sys/alpha/osf1/osf1_syscall.h 1.11 +303 -302 src/sys/alpha/osf1/osf1_sysent.c 1.4 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.4 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.4 +270 -269 src/sys/amd64/linux32/linux32_sysent.c 1.37 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.37 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.28 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.38 +457 -456 src/sys/compat/freebsd32/freebsd32_sysent.c 1.17 +1 -1 src/sys/compat/svr4/svr4_proto.h 1.15 +1 -1 src/sys/compat/svr4/svr4_syscall.h 1.15 +1 -1 src/sys/compat/svr4/svr4_syscallnames.c 1.16 +253 -252 src/sys/compat/svr4/svr4_sysent.c 1.21 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.18 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.23 +130 -134 src/sys/i386/ibcs2/ibcs2_sysent.c 1.63 +1 -1 src/sys/i386/linux/linux_proto.h 1.57 +1 -1 src/sys/i386/linux/linux_syscall.h 1.64 +270 -269 src/sys/i386/linux/linux_sysent.c 1.193 +458 -457 src/sys/kern/init_sysent.c 1.179 +1 -1 src/sys/kern/syscalls.c 1.176 +1 -1 src/sys/sys/syscall.h 1.131 +1 -1 src/sys/sys/syscall.mk 1.175 +1 -1 src/sys/sys/sysproto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505301520.j4UFKL6j009234>