cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c src/sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c src/sys/i386/linux linux_proto.h ...

John Baldwin jhb at FreeBSD.org
Tue Jul 11 20:55:59 UTC 2006


jhb         2006-07-11 20:55:24 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux32_proto.h linux32_syscall.h 
                         linux32_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:
  Regen.
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/amd64/linux32/linux32_proto.h
  1.18      +1 -1      src/sys/amd64/linux32/linux32_syscall.h
  1.18      +4 -4      src/sys/amd64/linux32/linux32_sysent.c
  1.22      +1 -1      src/sys/compat/svr4/svr4_proto.h
  1.20      +1 -1      src/sys/compat/svr4/svr4_syscall.h
  1.20      +1 -1      src/sys/compat/svr4/svr4_syscallnames.c
  1.21      +3 -3      src/sys/compat/svr4/svr4_sysent.c
  1.26      +1 -1      src/sys/i386/ibcs2/ibcs2_proto.h
  1.23      +1 -1      src/sys/i386/ibcs2/ibcs2_syscall.h
  1.28      +3 -3      src/sys/i386/ibcs2/ibcs2_sysent.c
  1.76      +1 -1      src/sys/i386/linux/linux_proto.h
  1.70      +1 -1      src/sys/i386/linux/linux_syscall.h
  1.77      +4 -4      src/sys/i386/linux/linux_sysent.c
  1.213     +2 -2      src/sys/kern/init_sysent.c
  1.197     +1 -1      src/sys/kern/syscalls.c
  1.194     +1 -1      src/sys/sys/syscall.h
  1.149     +1 -1      src/sys/sys/syscall.mk
  1.196     +1 -1      src/sys/sys/sysproto.h


More information about the cvs-src mailing list