From owner-cvs-all Sun Feb 3 12:25:16 2002 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 BEDCC37B41A; Sun, 3 Feb 2002 12:25:13 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g13KPDg28657; Sun, 3 Feb 2002 12:25:13 -0800 (PST) (envelope-from gallatin) Message-Id: <200202032025.g13KPDg28657@freefall.freebsd.org> From: Andrew Gallatin Date: Sun, 3 Feb 2002 12:25:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 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 gallatin 2002/02/03 12:25:13 PST Modified files: (Branch: RELENG_4) sys/compat/linux linux_misc.c sys/alpha/linux syscalls.master Log: MFC: Linux/alpha uses the same BSDish return mechanism we do for getpid, getuid, getgid and pipe, since they bootstrapped from OSF/1 and never cleaned up. Switch to the native syscalls on alpha so that the above functions work. Revision Changes Path 1.40.2.8 +4 -4 src/sys/alpha/linux/syscalls.master 1.85.2.8 +4 -0 src/sys/compat/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message