Received: by mail.netbsd.org (Postfix, from userid 605) id 591A714A165; Fri, 24 Jul 2015 06:53:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B5D214A162 for ; Fri, 24 Jul 2015 06:53:25 +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 Dsf5V6rSjkBH for ; Fri, 24 Jul 2015 06:53:24 +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 8D8F314A160 for ; Fri, 24 Jul 2015 06:53:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8B26098; Fri, 24 Jul 2015 06:53:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 24 Jul 2015 06:53:24 +0000 From: "David A. Holland" Subject: CVS commit: src/sys/lib/libsa To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20150724065324.8B26098@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: "David A. Holland" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dholland Date: Fri Jul 24 06:53:24 UTC 2015 Modified Files: src/sys/lib/libsa: lfsv1.c lfsv2.c ufs.c Log Message: Rearrange the structures in the lfs bootbollocks slightly. This generates the same output (at least on amd64) but will be more robust until we're ready to deploy lfs64 bootblocks too. XXX: I don't think these actually work right now, and the logic for picking between v1 and v2 lfs formats (which is not related to ffsv1 vs. ffsv2) is definitely broken. But I haven't made it any worse. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libsa/lfsv1.c src/sys/lib/libsa/lfsv2.c cvs rdiff -u -r1.65 -r1.66 src/sys/lib/libsa/ufs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.