Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 13:01:55 +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:  <201006031305.o53D57bN081687@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-06-03 13:01:55 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/part geom_part.c 
    sys/sys              vtoc.h 
  Log:
  SVN rev 208777 on 2010-06-03 13:01:55Z by marius
  
  - 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
  MFC after:      3 days
  
  Revision  Changes    Path
  1.25      +102 -37   src/sbin/geom/class/part/geom_part.c
  1.4       +2 -1      src/sys/sys/vtoc.h



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