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 ...

John Baldwin jhb at FreeBSD.org
Fri Jul 28 19:08:44 UTC 2006


jhb         2006-07-28 19:08:37 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 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regen for MPSAFE flag removal.
  
  Revision  Changes    Path
  1.19      +1 -1      src/sys/amd64/linux32/linux32_proto.h
  1.19      +1 -1      src/sys/amd64/linux32/linux32_syscall.h
  1.19      +272 -272  src/sys/amd64/linux32/linux32_sysent.c
  1.57      +1 -1      src/sys/compat/freebsd32/freebsd32_proto.h
  1.55      +2 -2      src/sys/compat/freebsd32/freebsd32_syscall.h
  1.46      +12 -7     src/sys/compat/freebsd32/freebsd32_syscalls.c
  1.56      +278 -273  src/sys/compat/freebsd32/freebsd32_sysent.c
  1.26      +1 -1      src/sys/compat/svr4/svr4_proto.h
  1.24      +1 -1      src/sys/compat/svr4/svr4_syscall.h
  1.24      +1 -1      src/sys/compat/svr4/svr4_syscallnames.c
  1.25      +139 -139  src/sys/compat/svr4/svr4_sysent.c
  1.14      +1 -1      src/sys/i386/ibcs2/ibcs2_isc_syscall.h
  1.17      +16 -16    src/sys/i386/ibcs2/ibcs2_isc_sysent.c
  1.29      +1 -1      src/sys/i386/ibcs2/ibcs2_proto.h
  1.26      +1 -1      src/sys/i386/ibcs2/ibcs2_syscall.h
  1.31      +76 -76    src/sys/i386/ibcs2/ibcs2_sysent.c
  1.20      +1 -1      src/sys/i386/ibcs2/ibcs2_xenix.h
  1.16      +1 -1      src/sys/i386/ibcs2/ibcs2_xenix_syscall.h
  1.18      +21 -21    src/sys/i386/ibcs2/ibcs2_xenix_sysent.c
  1.78      +1 -1      src/sys/i386/linux/linux_proto.h
  1.72      +1 -1      src/sys/i386/linux/linux_syscall.h
  1.79      +281 -281  src/sys/i386/linux/linux_sysent.c
  1.215     +375 -375  src/sys/kern/init_sysent.c
  1.199     +1 -1      src/sys/kern/syscalls.c
  1.196     +1 -1      src/sys/sys/syscall.h
  1.151     +1 -1      src/sys/sys/syscall.mk
  1.198     +1 -1      src/sys/sys/sysproto.h


More information about the cvs-all mailing list