cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux syscalls.master

John Baldwin jhb at FreeBSD.org
Thu Jul 6 21:42:37 UTC 2006


jhb         2006-07-06 21:42:36 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    syscalls.master 
    sys/compat/linux     linux_ioctl.c 
    sys/i386/linux       syscalls.master 
  Log:
  - Protect the list of linux ioctl handlers with an sx lock.
  - Hold Giant while calling linux ioctl handlers for now as they aren't all
    known to be MPSAFE yet.
  - Mark linux_ioctl() MPSAFE.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/amd64/linux32/syscalls.master
  1.137     +17 -0     src/sys/compat/linux/linux_ioctl.c
  1.72      +1 -1      src/sys/i386/linux/syscalls.master


More information about the cvs-all mailing list