Date: Thu, 6 Jul 2006 21:42:36 +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/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux syscalls.master Message-ID: <200607062142.k66LgaoV050809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-07-06 21:42:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master sys/compat/linux linux_ioctl.c sys/i386/linux syscalls.master Log: - Protect the list of linux ioctl handlers with an sx lock. - Hold Giant while calling linux ioctl handlers for now as they aren't all known to be MPSAFE yet. - Mark linux_ioctl() MPSAFE. Revision Changes Path 1.15 +1 -1 src/sys/amd64/linux32/syscalls.master 1.137 +17 -0 src/sys/compat/linux/linux_ioctl.c 1.72 +1 -1 src/sys/i386/linux/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607062142.k66LgaoV050809>