Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2005 05:40:41 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/gpt gpt.c gpt.h migrate.c show.c
Message-ID:  <200508310540.j7V5efDe051921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2005-08-31 05:40:41 UTC

  FreeBSD src repository

  Modified files:
    sbin/gpt             gpt.c gpt.h migrate.c show.c 
  Log:
  o  Replace unicode16() by utf8_to_utf16().
  o  Introduce utf16_to_utf8().
  o  Add option -l to the show command to display the GPT label instead
     of the friendly partition type.
  o  Add option -u to the show command to suppress the friendly output
     and print th raw UUIDs instead.
  
  Revision  Changes    Path
  1.12      +104 -5    src/sbin/gpt/gpt.c
  1.9       +3 -1      src/sbin/gpt/gpt.h
  1.15      +10 -9     src/sbin/gpt/migrate.c
  1.13      +22 -4     src/sbin/gpt/show.c



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