From owner-cvs-all Tue Sep 25 22:40: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C27037B410; Tue, 25 Sep 2001 22:39:59 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8Q5dxY18362; Tue, 25 Sep 2001 22:39:59 -0700 (PDT) (envelope-from marcel) Message-Id: <200109260539.f8Q5dxY18362@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 25 Sep 2001 22:39:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/25 22:39:59 PDT Modified files: sys/compat/linux linux_ipc.c Log: The arg parameter is passed by value in Linux, but not in FreeBSD. We still have to account for a copyin. Make sure the copyin will succeed by passing the FreeBSD syscall a pointer to userspace, albeit one that's automagically mapped into kernel space. Reported by: mr, Mitsuru IWASAKI Tested by: Mitsuru IWASAKI Revision Changes Path 1.26 +7 -6 src/sys/compat/linux/linux_ipc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message