Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2007 22:47:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fdisk_pc98 fdisk.8 fdisk.c
Message-ID:  <200704212247.l3LMlagH032498@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-04-21 22:47:35 UTC

  FreeBSD src repository

  Modified files:
    sbin/fdisk_pc98      fdisk.8 fdisk.c 
  Log:
  Because there are so many more partitions on pc98 than on wintel (16
  vs 4), supress all unused partition output unless -v is specified.
  This makes operating on a 'typical' disk with one partition less
  painful.  The 30 lines needed for the empty partitions no longer
  scroll the useful information off the screen.  When the user requests
  a specific partition, the unused information is not suppressed.
  
  Also add the partition name to the -s output.
  
  Initialize the partition name to 'FreeBSD' when -I is specified.
  
  Revision  Changes    Path
  1.19      +1 -0      src/sbin/fdisk_pc98/fdisk.8
  1.21      +81 -66    src/sbin/fdisk_pc98/fdisk.c



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