Date: Wed, 7 Feb 2007 16:04:25 -0800 (PST) From: Kip Macy <kmacy@fsmware.com> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... Message-ID: <20070207160413.U26476@demos.bsdclusters.com> In-Reply-To: <200702071855.l17ItVkw041132@repoman.freebsd.org> References: <200702071855.l17ItVkw041132@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nice. But buildworld fails. -Kip On Wed, 7 Feb 2007, Marcel Moolenaar wrote: > marcel 2007-02-07 18:55:31 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/arm/conf EP80219 > sys/conf NOTES files files.powerpc options > sys/i386/conf GENERIC > sys/ia64/conf DEFAULTS > sys/pc98/conf GENERIC > sys/powerpc/conf DEFAULTS GENERIC > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Added files: > sys/geom/part g_part.c g_part.h g_part_apm.c > g_part_gpt.c g_part_if.m > sys/sys apm.h > Removed files: > sys/geom geom_apple.c geom_gpt.c > Log: > Evolve the ctlreq interface added to geom_gpt into a generic > partitioning class that supports multiple schemes. Current > schemes supported are APM (Apple Partition Map) and GPT. > Change all GEOM_APPLE anf GEOM_GPT options into GEOM_PART_APM > and GEOM_PART_GPT (resp). > > The ctlreq interface supports verbs to create and destroy > partitioning schemes on a disk; to add, delete and modify > partitions; and to commit or undo changes made. > > Revision Changes Path > 1.472 +1 -1 src/sys/amd64/conf/GENERIC > 1.4 +1 -1 src/sys/arm/conf/EP80219 > 1.1409 +2 -2 src/sys/conf/NOTES > 1.1175 +4 -2 src/sys/conf/files > 1.62 +0 -1 src/sys/conf/files.powerpc > 1.575 +2 -2 src/sys/conf/options > 1.19 +0 -263 src/sys/geom/geom_apple.c (dead) > 1.43 +0 -1356 src/sys/geom/geom_gpt.c (dead) > 1.1 +1385 -0 src/sys/geom/part/g_part.c (new) > 1.1 +130 -0 src/sys/geom/part/g_part.h (new) > 1.1 +414 -0 src/sys/geom/part/g_part_apm.c (new) > 1.1 +736 -0 src/sys/geom/part/g_part_gpt.c (new) > 1.1 +117 -0 src/sys/geom/part/g_part_if.m (new) > 1.461 +1 -1 src/sys/i386/conf/GENERIC > 1.10 +1 -1 src/sys/ia64/conf/DEFAULTS > 1.288 +1 -1 src/sys/pc98/conf/GENERIC > 1.8 +2 -0 src/sys/powerpc/conf/DEFAULTS > 1.64 +1 -1 src/sys/powerpc/conf/GENERIC > 1.119 +1 -1 src/sys/sparc64/conf/GENERIC > 1.8 +1 -1 src/sys/sun4v/conf/GENERIC > 1.1 +62 -0 src/sys/sys/apm.h (new) >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070207160413.U26476>