Date: Sat, 28 May 2005 13:23:42 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master Message-ID: <200505281323.j4SDNgiO095880@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505281323.j4SDNgiO095880>