From owner-cvs-all Sat Mar 15 16:11:53 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 DDE8637B401; Sat, 15 Mar 2003 16:11:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575AB43FA3; Sat, 15 Mar 2003 16:11:50 -0800 (PST) (envelope-from ru@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 h2G0Bo0U021476; Sat, 15 Mar 2003 16:11:50 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2G0BouG021475; Sat, 15 Mar 2003 16:11:50 -0800 (PST) Message-Id: <200303160011.h2G0BouG021475@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 15 Mar 2003 16:11:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.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 ru 2003/03/15 16:11:49 PST FreeBSD src repository Modified files: sbin/disklabel disklabel.8 disklabel.c Log: Teach disklabel(8) about different hardware architectures. This is aimed at creating floppies during cross-releases. For different endianness machines, a tool like bswapfs(8) is necessary to make the generated floppies readable on the target machine. While here, fixed unaligned access on Alphas. Tested on: i386, alpha Revision Changes Path 1.49 +63 -6 src/sbin/disklabel/disklabel.8 1.79 +165 -102 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message