Received: by mail.netbsd.org (Postfix, from userid 0) id 9C87C63B103; Tue, 2 Nov 2010 18:14:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D4F2263B101 for ; Tue, 2 Nov 2010 18:14:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B85A8175DD; Tue, 2 Nov 2010 18:14:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 2 Nov 2010 18:14:06 +0000 From: "Chuck Silvers" Subject: CVS commit: src/sys/compat To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101102181406.B85A8175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Chuck Silvers" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: chs Date: Tue Nov 2 18:14:06 UTC 2010 Modified Files: src/sys/compat/linux/common: linux_misc_notalpha.c linux_statfs.h src/sys/compat/linux32/arch/amd64: linux32_machdep.c syscalls.master src/sys/compat/linux32/common: linux32_misc.c linux32_types.h Log Message: implement the following syscalls for linux32: truncate64 ftruncate64 profil ioperm iopl setdomainname modify_ldt statfs64 fstatfs64 note that iopl(), ioperm() and modify_ldt() just call the respective 64-bit handlers, which don't do anything yet. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 \ src/sys/compat/linux/common/linux_misc_notalpha.c cvs rdiff -u -r1.4 -r1.5 src/sys/compat/linux/common/linux_statfs.h cvs rdiff -u -r1.26 -r1.27 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.c cvs rdiff -u -r1.56 -r1.57 src/sys/compat/linux32/arch/amd64/syscalls.master cvs rdiff -u -r1.19 -r1.20 src/sys/compat/linux32/common/linux32_misc.c cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux32/common/linux32_types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.