Date: Tue, 9 May 2000 14:52:02 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c ... Message-ID: <200005092152.OAA42603@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/05/09 14:52:02 PDT Modified files: sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c sys/kern init_sysent.c syscalls.c sys/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/sys syscall-hide.h syscall.h syscall.mk sysproto.h Log: Regenerated (fixed the calculation of sy_nargs in sysent tables). Revision Changes Path 1.2 +3 -1 src/sys/alpha/osf1/osf1_proto.h 1.2 +1 -1 src/sys/alpha/osf1/osf1_syscall.h 1.2 +137 -135 src/sys/alpha/osf1/osf1_sysent.c 1.6 +1 -0 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.8 +16 -13 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.11 +4 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.9 +2 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.12 +70 -67 src/sys/i386/ibcs2/ibcs2_sysent.c 1.10 +3 -0 src/sys/i386/ibcs2/ibcs2_xenix.h 1.7 +1 -0 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.8 +22 -19 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.33 +1 -1 src/sys/i386/linux/linux_proto.h 1.28 +1 -1 src/sys/i386/linux/linux_syscall.h 1.34 +141 -139 src/sys/i386/linux/linux_sysent.c 1.86 +256 -254 src/sys/kern/init_sysent.c 1.75 +0 -0 src/sys/kern/syscalls.c 1.7 +3 -1 src/sys/svr4/svr4_proto.h 1.6 +1 -1 src/sys/svr4/svr4_syscall.h 1.6 +1 -1 src/sys/svr4/svr4_syscallnames.c 1.6 +130 -128 src/sys/svr4/svr4_sysent.c 1.69 +0 -0 src/sys/sys/syscall-hide.h 1.73 +0 -0 src/sys/sys/syscall.h 1.27 +0 -0 src/sys/sys/syscall.mk 1.63 +0 -0 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005092152.OAA42603>