cvs commit: src/sys/alpha/linux syscalls.master src/sys/alpha/osf1 osf1_misc.c syscalls.master src/sys/compat/linux linux_socket.c src/sys/compat/svr4 svr4_fcntl.c svr4_stream.c syscalls.master src/sys/i386/ibcs2 ibcs2_fcntl.c syscalls.master ...

John Baldwin jhb at FreeBSD.org
Tue Aug 24 13:21:22 PDT 2004


jhb         2004-08-24 20:21:22 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/linux      syscalls.master 
    sys/alpha/osf1       osf1_misc.c syscalls.master 
    sys/compat/linux     linux_socket.c 
    sys/compat/svr4      svr4_fcntl.c svr4_stream.c 
                         syscalls.master 
    sys/i386/ibcs2       ibcs2_fcntl.c syscalls.master 
    sys/i386/linux       syscalls.master 
  Log:
  Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
  directly.  This removes a few more users of the stackgap and also marks
  the syscalls using these wrappers MP safe where appropriate.
  
  Tested on:      i386 with linux acroread5
  Compiled on:    i386, alpha LINT
  
  Revision  Changes    Path
  1.59      +1 -1      src/sys/alpha/linux/syscalls.master
  1.48      +13 -20    src/sys/alpha/osf1/osf1_misc.c
  1.10      +1 -1      src/sys/alpha/osf1/syscalls.master
  1.53      +4 -11     src/sys/compat/linux/linux_socket.c
  1.33      +41 -61    src/sys/compat/svr4/svr4_fcntl.c
  1.50      +9 -14     src/sys/compat/svr4/svr4_stream.c
  1.16      +1 -1      src/sys/compat/svr4/syscalls.master
  1.26      +18 -47    src/sys/i386/ibcs2/ibcs2_fcntl.c
  1.19      +1 -1      src/sys/i386/ibcs2/syscalls.master
  1.57      +2 -2      src/sys/i386/linux/syscalls.master


More information about the cvs-src mailing list