Date: Fri, 28 Jul 2006 16:56:17 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c svr4_stropts.h syscalls.master Message-ID: <200607281656.k6SGuHa0062532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-07-28 16:56:17 UTC
FreeBSD src repository
Modified files:
sys/compat/svr4 svr4_stream.c svr4_stropts.h
syscalls.master
Log:
- Explicitly lock Giant to protect the fields in the svr4_strm structure
except for s_family (which is read-only once after it is set when the
structure is created).
- Mark svr4_sys_ioctl(), svr4_sys_getmsg(), and svr4_sys_putmsg() MPSAFE.
Revision Changes Path
1.61 +33 -5 src/sys/compat/svr4/svr4_stream.c
1.6 +8 -4 src/sys/compat/svr4/svr4_stropts.h
1.27 +3 -3 src/sys/compat/svr4/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607281656.k6SGuHa0062532>
