cvs commit: src/sys/kern syscalls.master

Robert Watson rwatson at FreeBSD.org
Sat May 28 06:23:42 PDT 2005


rwatson     2005-05-28 13:23:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based
  on the their simply wrapping MPSAFE implementations of existing MPSAFE
  system calls:
  
    getfsstat()
    lseek()
    stat()
    lstat()
    truncate()
    ftruncate()
    statfs()
    fstatfs()
  
  Note that ogetdirentries() is not marked MPSAFE because it does not share
  the MPSAFE implementation used for getdirentries(), and requires separate
  locking to be implemented.
  
  Revision  Changes    Path
  1.193     +8 -8      src/sys/kern/syscalls.master


More information about the cvs-src mailing list