Subject: CVS commit: src/sbin/fdisk
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/30/2003 19:47:10
Module Name:	src
Committed By:	dsl
Date:		Wed Apr 30 19:47:10 UTC 2003

Modified Files:
	src/sbin/fdisk: fdisk.8 fdisk.c

Log Message:
Rototilled fdisk that supports:
- editing of the extended partition list
- user friendly default start/size for new partitions
- partition start/size input in sectors, cylinders or MB
- bootsel menu names configured with paritition bounds
- partition update loop asks used which partition to change
  (instead of asking about each partition in turn).
- detection (and erroring) of overlapped partitions.
- automatic installation of correct mbr_xxx code (after prompting user)


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sbin/fdisk/fdisk.8
cvs rdiff -r1.61 -r1.62 src/sbin/fdisk/fdisk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.