cvs commit: src/sys/compat/svr4 svr4_stream.c svr4_stropts.h
syscalls.master
John Baldwin
jhb at FreeBSD.org
Fri Jul 28 16:56:18 UTC 2006
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
More information about the cvs-src
mailing list