Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 23:17:54 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_socket.c linux_sysctl.c src/sys/compat/svr4 svr4_stream.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master
Message-ID:  <200209230617.g8N6HswG040488@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mini        2002/09/22 23:17:54 PDT

  Modified files:
    sys/compat/linux     linux_socket.c linux_sysctl.c 
    sys/compat/svr4      svr4_stream.c 
    sys/i386/linux       linux_proto.h linux_syscall.h 
                         linux_sysent.c syscalls.master 
  Log:
  Don't use compatability syscall wrappers in emulation code.
  This is needed for the COMPAT_FREEBSD3 option split.
  
  Reviewed by:    alfred, jake
  
  Revision  Changes    Path
  1.33      +19 -11    src/sys/compat/linux/linux_socket.c
  1.5       +21 -0     src/sys/compat/linux/linux_sysctl.c
  1.32      +10 -4     src/sys/compat/svr4/svr4_stream.c
  1.50      +5 -0      src/sys/i386/linux/linux_proto.h
  1.44      +3 -3      src/sys/i386/linux/linux_syscall.h
  1.50      +3 -3      src/sys/i386/linux/linux_sysent.c
  1.47      +3 -4      src/sys/i386/linux/syscalls.master

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?200209230617.g8N6HswG040488>