Robert Watson d7b9187bff 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.
2005-05-28 13:23:42 +00:00
..
2005-05-28 13:13:01 +00:00
2005-02-10 12:23:29 +00:00
2005-04-12 05:45:58 +00:00
2005-04-19 08:11:28 +00:00
2005-03-26 20:04:28 +00:00
2005-04-06 10:14:13 +00:00
2005-05-06 02:50:00 +00:00
2005-03-14 06:51:29 +00:00
2005-05-28 13:13:01 +00:00
2005-04-18 11:51:10 +00:00
2005-05-01 00:59:34 +00:00
2005-05-06 02:50:00 +00:00