Date: Fri, 11 Jun 2010 22:35:43 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/geom/class/part geom_part.c src/sys/sys vtoc.h Message-ID: <201006112305.o5BN5Aat090934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-06-11 22:35:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/geom/class/part geom_part.c sys/sys vtoc.h Log: SVN rev 209079 on 2010-06-11 22:35:43Z by marius MFC: r208777 - In gpart_bootfile_read() fix an off-by-one error preventing the bootstrap file to be of maximum size. - Add special handling required for SMI/VTOC8 disklabel partcode, i.e. avoid overwriting the label when writing the bootstrap code to the partition starting at 0 and install it to all partitions when the -i option is omitted just like geom_sunlabel(4) and sunlabel(8) do by default. - Add missing prototypes. - Add const where applicable. Reviewed by: marcel Revision Changes Path 1.1.2.6 +102 -35 src/sbin/geom/class/part/geom_part.c 1.1.2.2 +2 -1 src/sys/sys/vtoc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006112305.o5BN5Aat090934>