Date: Tue, 15 Aug 2006 17:37:01 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/compat/svr4 svr4_proto.h svr4_syscall.h ... Message-ID: <200608151737.k7FHb1sP034764@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-08-15 17:37:01 UTC FreeBSD src repository Modified files: 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_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 systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier systrace changes. Revision Changes Path 1.21 +234 -0 src/sys/amd64/linux32/linux32_proto.h 1.21 +0 -0 src/sys/amd64/linux32/linux32_syscall.h 1.21 +0 -0 src/sys/amd64/linux32/linux32_sysent.c 1.58 +49 -3 src/sys/compat/freebsd32/freebsd32_proto.h 1.56 +0 -0 src/sys/compat/freebsd32/freebsd32_syscall.h 1.47 +0 -0 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.57 +469 -469 src/sys/compat/freebsd32/freebsd32_sysent.c 1.27 +82 -3 src/sys/compat/svr4/svr4_proto.h 1.25 +0 -0 src/sys/compat/svr4/svr4_syscall.h 1.25 +0 -0 src/sys/compat/svr4/svr4_syscallnames.c 1.26 +250 -250 src/sys/compat/svr4/svr4_sysent.c 1.15 +0 -0 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.18 +21 -21 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.30 +58 -3 src/sys/i386/ibcs2/ibcs2_proto.h 1.27 +0 -0 src/sys/i386/ibcs2/ibcs2_syscall.h 1.32 +128 -128 src/sys/i386/ibcs2/ibcs2_sysent.c 1.21 +20 -3 src/sys/i386/ibcs2/ibcs2_xenix.h 1.17 +0 -0 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.19 +57 -57 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.80 +235 -0 src/sys/i386/linux/linux_proto.h 1.74 +0 -0 src/sys/i386/linux/linux_syscall.h 1.81 +0 -0 src/sys/i386/linux/linux_sysent.c 1.218 +2 -2 src/sys/kern/init_sysent.c 1.202 +1 -1 src/sys/kern/syscalls.c 1.2 +0 -0 src/sys/kern/systrace_args.c 1.199 +1 -1 src/sys/sys/syscall.h 1.154 +1 -1 src/sys/sys/syscall.mk 1.202 +334 -1 src/sys/sys/sysproto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151737.k7FHb1sP034764>