Date: Tue, 24 Aug 2004 20:21:22 +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/alpha/linux syscalls.master src/sys/alpha/osf1 osf1_misc.c syscalls.master src/sys/compat/linux linux_socket.c src/sys/compat/svr4 svr4_fcntl.c svr4_stream.c syscalls.master src/sys/i386/ibcs2 ibcs2_fcntl.c syscalls.master ... Message-ID: <200408242021.i7OKLMSw034032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-08-24 20:21:22 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/alpha/osf1 osf1_misc.c syscalls.master sys/compat/linux linux_socket.c sys/compat/svr4 svr4_fcntl.c svr4_stream.c syscalls.master sys/i386/ibcs2 ibcs2_fcntl.c syscalls.master sys/i386/linux syscalls.master Log: Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() directly. This removes a few more users of the stackgap and also marks the syscalls using these wrappers MP safe where appropriate. Tested on: i386 with linux acroread5 Compiled on: i386, alpha LINT Revision Changes Path 1.59 +1 -1 src/sys/alpha/linux/syscalls.master 1.48 +13 -20 src/sys/alpha/osf1/osf1_misc.c 1.10 +1 -1 src/sys/alpha/osf1/syscalls.master 1.53 +4 -11 src/sys/compat/linux/linux_socket.c 1.33 +41 -61 src/sys/compat/svr4/svr4_fcntl.c 1.50 +9 -14 src/sys/compat/svr4/svr4_stream.c 1.16 +1 -1 src/sys/compat/svr4/syscalls.master 1.26 +18 -47 src/sys/i386/ibcs2/ibcs2_fcntl.c 1.19 +1 -1 src/sys/i386/ibcs2/syscalls.master 1.57 +2 -2 src/sys/i386/linux/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408242021.i7OKLMSw034032>