From owner-cvs-all Sun Sep 1 15:30:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9962137B401; Sun, 1 Sep 2002 15:30:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B3D43E84; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81MUSJU045192; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81MUS8k045191; Sun, 1 Sep 2002 15:30:28 -0700 (PDT) Message-Id: <200209012230.g81MUS8k045191@freefall.freebsd.org> From: Ian Dowse Date: Sun, 1 Sep 2002 15:30:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_file.c linux_misc.c linux_signal.c linux_stats.c linux_sysctl.c linux_uid16.c src/sys/i386/linux linux_machdep.c linux_sysvec.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 iedowse 2002/09/01 15:30:28 PDT Modified files: sys/compat/linux linux_file.c linux_misc.c linux_signal.c linux_stats.c linux_sysctl.c linux_uid16.c sys/i386/linux linux_machdep.c linux_sysvec.c Log: Use the new kern_* functions to avoid the need to store arguments in the stack gap. This converts most VFS and signal related system calls, as well as select(). Discussed on: -arch Approved by: marcel Revision Changes Path 1.70 +144 -165 src/sys/compat/linux/linux_file.c 1.126 +57 -90 src/sys/compat/linux/linux_misc.c 1.35 +9 -17 src/sys/compat/linux/linux_signal.c 1.45 +27 -28 src/sys/compat/linux/linux_stats.c 1.3 +10 -7 src/sys/compat/linux/linux_sysctl.c 1.8 +18 -22 src/sys/compat/linux/linux_uid16.c 1.28 +22 -44 src/sys/i386/linux/linux_machdep.c 1.103 +7 -11 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message