Received: by mail.netbsd.org (Postfix, from userid 605) id 8EF8614A6B6; Thu, 22 May 2014 11:26:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0F3314A6B4 for ; Thu, 22 May 2014 11:26:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id z_VajvZb1-YF for ; Thu, 22 May 2014 11:26:39 +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 4DBA214A6A1 for ; Thu, 22 May 2014 11:26:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4B8A796; Thu, 22 May 2014 11:26:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 22 May 2014 11:26:35 +0000 From: "YAMAMOTO Takashi" Subject: CVS commit: [yamt-pagecache] src/compat To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140522112635.4B8A796@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "YAMAMOTO Takashi" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: yamt Date: Thu May 22 11:26:35 UTC 2014 Modified Files: src/compat [yamt-pagecache]: archdirs.mk src/compat/arm/eabi [yamt-pagecache]: bsd.eabi.mk src/compat/mips64/o32 [yamt-pagecache]: bsd.o32.mk Added Files: src/compat/arm/oabi [yamt-pagecache]: Makefile bsd.oabi.mk src/compat/powerpc64/powerpc [yamt-pagecache]: Makefile bsd.powerpc.mk Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments") To generate a diff of this commit: cvs rdiff -u -r1.1.8.1 -r1.1.8.2 src/compat/archdirs.mk cvs rdiff -u -r1.1.4.2 -r1.1.4.3 src/compat/arm/eabi/bsd.eabi.mk cvs rdiff -u -r0 -r1.1.10.2 src/compat/arm/oabi/Makefile cvs rdiff -u -r0 -r1.2.4.2 src/compat/arm/oabi/bsd.oabi.mk cvs rdiff -u -r1.9 -r1.9.2.1 src/compat/mips64/o32/bsd.o32.mk cvs rdiff -u -r0 -r1.1.4.2 src/compat/powerpc64/powerpc/Makefile cvs rdiff -u -r0 -r1.2.4.2 src/compat/powerpc64/powerpc/bsd.powerpc.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.