From owner-cvs-all Wed Jan 1 18:19:12 2003 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 366EB37B401; Wed, 1 Jan 2003 18:19:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E841343EC2; Wed, 1 Jan 2003 18:19:10 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h022JAfh017027; Wed, 1 Jan 2003 18:19:10 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h022JAT2017026; Wed, 1 Jan 2003 18:19:10 -0800 (PST) Message-Id: <200301020219.h022JAT2017026@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 1 Jan 2003 18:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ipc.c linux_sysctl.c linux_util.c linux_util.h 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 alfred 2003/01/01 18:19:10 PST Modified files: sys/compat/linux linux_ioctl.c linux_ipc.c linux_sysctl.c linux_util.c linux_util.h Log: Add function linux_msg() for regulating output from the linux emulation code, make the emulator use it. Rename unsupported_msg() to unimplemented_syscall(). Rename some arguments for clarity Fixup grammar. Requested by: bde Revision Changes Path 1.97 +1 -1 src/sys/compat/linux/linux_ioctl.c 1.32 +2 -3 src/sys/compat/linux/linux_ipc.c 1.7 +16 -4 src/sys/compat/linux/linux_sysctl.c 1.20 +16 -0 src/sys/compat/linux/linux_util.c 1.21 +7 -4 src/sys/compat/linux/linux_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message