NetBSD/sbin/disklabel
lukem 1fa0b4f2cc * Enable SAVEBOOTAREA on i386 and amd64 (by merging the Makefile
controls with the section for the other MBR-using platforms that
  already enable this)
* Don't prompt the user to "erase the previous contents of the disk"
  when there's no NetBSD MBR partition; SAVEBOOTAREA is sufficient.

These fixes mean that you can create a disklabel (on an i386/amd64) on a disk
that doesn't have a NetBSD MBR partition without trashing the existing MBR.
The previous behaviour was extremely annoying when working with media such
as FAT-formatted CF cards, and didn't really protect people with such from
accidentally trashing part of sector 1 of such disks, and made it extremely
easy to trash sectors 0..15 of those disks instead.
2004-01-18 22:34:22 +00:00
..
Makefile * Enable SAVEBOOTAREA on i386 and amd64 (by merging the Makefile 2004-01-18 22:34:22 +00:00
disklabel.5 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:11 +00:00
disklabel.8 Bring back disklabel -B for now, since hp300 installboot isn't ready 2003-11-10 09:22:09 +00:00
disklabel.c * Enable SAVEBOOTAREA on i386 and amd64 (by merging the Makefile 2004-01-18 22:34:22 +00:00
dkcksum.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:11 +00:00
dkcksum.h - convert to KNF ANSI style guide 2000-12-24 05:59:11 +00:00
extern.h Remove `const' attribute from writelabel prototype and function to make it 2001-12-13 13:52:13 +00:00
interact.c Add missing ' in prompt text. 2003-12-29 21:21:25 +00:00
pathnames.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:11 +00:00
printlabel.c If a partition is adjusted so that it falls off the end of the disk, display 2003-12-29 19:13:19 +00:00