Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2008 20:13:05 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/part g_part.c g_part_apm.c g_part_bsd.c g_part_gpt.c g_part_mbr.c g_part_pc98.c g_part_vtoc8.c
Message-ID:  <200804232013.m3NKD5vm050535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-04-23 20:13:05 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part.c g_part_apm.c g_part_bsd.c 
                         g_part_gpt.c g_part_mbr.c g_part_pc98.c 
                         g_part_vtoc8.c 
  Log:
  Implement the G_PART_DUMPCONF method for all 6 schemes. Also call
  the method for the (indent == NULL) case (i.e. the kern.geom.conftxt
  sysctl). The purpose is to extend the conftxt output with scheme-
  specific fields which can be used by libdisk. In particular, have
  the schemes dump the xs and xt fields, which contain the backward
  compatible values for class type and partition type. This allows
  libdisk to work with the legacy slicers as well as with gpart and
  helps/promotes migration.
  
  Revision  Changes    Path
  1.18      +7 -0      src/sys/geom/part/g_part.c
  1.6       +17 -0     src/sys/geom/part/g_part_apm.c
  1.5       +17 -0     src/sys/geom/part/g_part_bsd.c
  1.8       +18 -0     src/sys/geom/part/g_part_gpt.c
  1.7       +17 -0     src/sys/geom/part/g_part_mbr.c
  1.3       +18 -0     src/sys/geom/part/g_part_pc98.c
  1.3       +19 -0     src/sys/geom/part/g_part_vtoc8.c



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