summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
AgeCommit message (Collapse)Author
1997-10-24Warn that geom may be wrong for ports with old scsi.Todd C. Miller
For ports where boot blocks sit in the first cylinder, don't suggest an offset that would clobber them. Mention the 'b' command when the user tries to go past end of the OpenBSD part. In 'b' command, don't suggest size that extends beyond the disk.
1997-10-16ensure man pages exist firstTheo de Raadt
1997-10-16CLEANFILES+=manual.cTheo de Raadt
1997-10-16new command: M (shows linked-in manpage)Theo de Raadt
1997-10-13Well, ppc has to work....Per Fogelstrom
1997-09-30Implement "disklabel -E" -- a simple interactive label editor forTodd C. Miller
installs and new labels. Documentation to follow :-) Also, give the user the option of writing the fictitious label if no on-disk label exists with the -e, -E, and -w options.
1997-09-21$OpenBSD$Theo de Raadt
1997-09-03add xr installboot for i386Michael Shalayeff
change msg to accomodate multiple man pages in SEEALSO
1997-04-20sparc/sun3 labels want cyl-alignment; grrTheo de Raadt
1996-09-24flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems,Theo de Raadt
ensure the OpenBSD disklabel/bootblocks are written inside 165 partition (RAW_PART must start at block 0 of unit) -- this makes the kernel algorithm and userland algorithms the same. unify & pretty the usage message
1996-09-20arc, not picaTheo de Raadt
1996-06-17Switch over to generic opendev(3).Jason Downs
1996-06-12kill RAWPARTITION, use RAW_PARTJason Downs
1996-05-16Introduced DOSLABEL to control Dos label handling instead of associate with ↵Per Fogelstrom
i386.
1995-12-14from netbsd; alpha has 2-leval bootTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt