NetBSD/sbin/disklabel
bouyer 6fb817f5dd Commit changes proposed on tech-kern Thu, 6 Nov 2003
- factor out disksubr.c between sun3, sparc and sparc64. Keep the sun3
  groveling code to find a NetBSD disklabel in the first sector (so that it
  can find a label at the old sun3 LABELOFFSET) as a fallback is not
  label at LABELOFFSET, or sun label is present.
- Fix the sun3 LABELOFFSET (was 64, but the kernel wrote the NetBSD label at
  128)
- Make next68k disksubr.c always write a next-compatible disklabel.
- remove #ifdef __sparc__ hack from disklabel(8), and change it to issue
  a DIOCWDINFO after writing the disklabel to the raw partition in the
  -r/-I case (so that the kernel can convert the label if needed).
2003-11-15 17:52:30 +00:00
..
Makefile Bring back disklabel -B for now, since hp300 installboot isn't ready 2003-11-10 09:22:09 +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 Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +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
extern.h
interact.c Handle partition offset and size as unsigned entities. 2003-10-20 13:20:20 +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 Partition size and offset inside the disklabel are unsigned. Print 2003-10-20 13:10:48 +00:00