Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 16:11:50 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/disklabel disklabel.8 disklabel.c
Message-ID:  <200303160011.h2G0BouG021475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303160011.h2G0BouG021475>