Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 09:24:13 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/i386/fdisk fdisk.c
Message-ID:  <200108051624.f75GOD538599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/08/05 09:24:13 PDT

  Modified files:
    sbin/i386/fdisk      fdisk.c 
  Log:
  Fix a number of bugs and annoyances in fdisk, many of which were
  pointed out by bde:
  - Ask for user confirmation before adjusting to a head/cylinder
    boundary (only when running interactively), and separate this
    adjustment from the automatic calculation of c/h/s parameters.
  - In sanitize_partition, don't change any values in the slice until
    we know that the automatic adjustment will succeed.
  - When auto-adjusting, ignore unused slices and give an appropriate
    error for other zero-size slices depending on the cause.
  - Change dos() to do all of the c/h/s calculations for a whole slice;
    this fixes a bug where the ending c/h/s of an unused slice was set
    incorrectly.
  - When changing the active slice, detect the currently active slice
    number instead of always defaulting to slice 4.
  - Call fflush(stdout) before calling fgets().
  - Test for fgets() returning NULL so we don't loop on EOF.
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.51      +95 -73    src/sbin/i386/fdisk/fdisk.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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