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

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 23 20:13:06 UTC 2008


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


More information about the cvs-src mailing list