Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 03:21:42 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/geom geom.h geom_enc.c geom_mbr.c geom_mbrext.c geom_sunlabel.c
Message-ID:  <200203241121.g2OBLgR95551@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/03/24 03:21:42 PST

  Modified files:
    sys/conf             files 
    sys/geom             geom.h geom_mbr.c geom_sunlabel.c 
  Added files:
    sys/geom             geom_enc.c 
  Removed files:
    sys/geom             geom_mbrext.c 
  Log:
  Be more systematic about conversion of on-disk formats in a endian/width
  agnostic way.
  
  Collapse the MBR and MBREXT methods into one file and make them endian/width
  agnostic.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.615     +1 -1      src/sys/conf/files
  1.4       +7 -0      src/sys/geom/geom.h
  1.1       +101 -0    src/sys/geom/geom_enc.c (new)
  1.2       +182 -2    src/sys/geom/geom_mbr.c
  1.2       +0 -200    src/sys/geom/geom_mbrext.c (dead)
  1.2       +19 -32    src/sys/geom/geom_sunlabel.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?200203241121.g2OBLgR95551>