cvs commit: src/sys/geom geom_gpt.c

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 10 04:03:14 UTC 2006


marcel      2006-04-10 04:03:14 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_gpt.c 
  Log:
  MFp4:
  o  Implement the remove verb to remove a partition entry.
  o  Improve error reporting by first checking that the verb is valid.
  o  Add an entry parameter to the add verb. this parameter can be
     both read-only as welll as read-write and specifies the entry
     number of the newly added partition.
  o  Make sure that the provider is alive when passed to us. It may
     be withering away.
  o  When adding a new partition entry, test for overlaps with existing
     partitions.
  
  Revision  Changes    Path
  1.37      +169 -20   src/sys/geom/geom_gpt.c


More information about the cvs-all mailing list