freebsd-dev/sbin/fdisk
Luigi Rizzo 22fccf5ce9 Another change from Christoph:
replace the table of partition with a simpler and faster array of strings.
The change in the array is done mechanically, using vi commands.
Most entries in the table are probably 15+ years old and largely outdated,
so the next step is to remove stale entries with more current values.

Submitted by:	Christoph Mallon, with small changes from me
MFC after:	3 days
2009-01-14 21:31:09 +00:00
..
fdisk.8 Add a -q[uiet] flag for scripts. 2008-07-31 00:55:29 +00:00
fdisk.c Another change from Christoph: 2009-01-14 21:31:09 +00:00
Makefile Add missing library dependencies. 2008-09-23 13:12:51 +00:00
runtest.sh