Date: Fri, 11 Jun 2010 22:25:50 +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: <201006112254.o5BMsLCQ089075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-06-11 22:25:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/part geom_part.c sys/sys vtoc.h Log: SVN rev 209077 on 2010-06-11 22:25:50Z 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 Approved by: re (kib) Revision Changes Path 1.20.2.4 +102 -37 src/sbin/geom/class/part/geom_part.c 1.2.2.3 +2 -1 src/sys/sys/vtoc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006112254.o5BMsLCQ089075>