summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Collapse)Author
1998-05-16oops; dTheo de Raadt
1998-05-07In -v mode print label offset in addition to the block number.Todd C. Miller
1998-05-07get rid of #ifdef OLD_SCSI stuff. It is not usefulTodd C. Miller
1998-05-07let user set d_interleave, and force it to be >= 1Todd C. Miller
1998-04-25DOSBBSECTOR is in sectorsTheo de Raadt
1998-04-25build if NOMAN= is globally set; problem spotted by rahndsTheo de Raadt
1998-04-14Set label.d_bbsize and label.d_sbsize if we have a fictious labelTodd C. Miller
and they are zero. Fixes "disklabel -B" on hp300 and the warning about zero size bootblock and superblock fields on all ports.
1998-04-11mention IDE, or people will get all confusedTheo de Raadt
1998-04-08mention 'r' in -E modeTodd C. Miller
1998-04-08Make undo recalculate free space. Also adds 'r' command to recalculateTodd C. Miller
free space manually. From Magnus Holmberg <mho@stacken.kth.se>
1998-03-12Treat IDE as ESDI in -e mode just like we do in -E mode.Todd C. Miller
1998-03-01disklabel.8 man page fixes submitted by Aaron Jackson,johns
jackson@msrce.howard.edu 2 formatting changes, and 2 grammar changes.
1998-02-28Be consistent wrt suggesting ESDI for IDE and using ESDI even ifTodd C. Miller
they enter IDE.
1998-02-20' is special in column 0Theo de Raadt
1998-02-20grammarTheo de Raadt
1998-02-20oopsTheo de Raadt
1998-02-19deal with partition type renamedTheo de Raadt
1998-01-11Tell the user to enter ESDI for IDE, not ST506. Also treat IDE as ESDITodd C. Miller
if the user enters that anyway.
1998-01-05recalculate the free sectors after changing boundaries.Artur Grabowski
1998-01-05check if the partitions are below the boundaries and not only above whenArtur Grabowski
counting the free sectors.
1997-12-20Refer i386 users to installboot(8).Jim Rees
1997-11-25Add -t flag to output in disktab format. From Christos ZoulasTodd C. Miller
<christos@deshaw.com> plus correct code for outputing d_drivedata.
1997-11-05Document ^D to get out of overlap prompt and remove duplicate exit conditionTodd C. Miller
1997-11-04Deal correctly with partitions that have multiple overlaps.Todd C. Miller
1997-10-28Replace a set of "'s with `` '' so that manual.c will build.Todd C. Miller
1997-10-28Document -E bugsTodd C. Miller
1997-10-28Fix a few typos.Todd C. Miller
1997-10-28First cut at -E docs. Perhaps this should go at the end?Todd C. Miller
1997-10-24TypoTodd C. Miller
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-24%f not %lf [%f is already a double]Todd C. Miller
1997-10-24Make and use _PATH_LESS.Todd C. Miller
Use the MBR for begin/end of the OpenBSD portion of the disk. Don't suggest an offset that would cause a partition to go past the end. Remove old bounds inference code.
1997-10-20format the "print" units better, in all casesTheo de Raadt
1997-10-20Suport the idea of an OpenBSD portion of the disk.Todd C. Miller
Allow user to abort commands via ^D at a prompt. Normalize usage of sectors vs. blocks Allow real numbers when specifying in b/k/m/g Be smarter when suggesting offsets and sizes Always add a 'c' partition BUGS: not all functions make sure they are operating within the OpenBSD part
1997-10-18do not allow add of existing partitionTheo de Raadt
1997-10-17Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl.Todd C. Miller
1997-10-17Fix pasto.Todd C. Miller
1997-10-17oops; spotted by millertTheo de Raadt
1997-10-17remove some blank linesTheo de Raadt
1997-10-17shrink an output lineTheo de Raadt
1997-10-16ensure man pages exist firstTheo de Raadt
1997-10-16CLEANFILES+=manual.cTheo de Raadt
1997-10-16make M more visibleTheo de Raadt
1997-10-16new command: M (shows linked-in manpage)Theo de Raadt
1997-10-16p takes a suffix, not a unitTheo de Raadt
1997-10-15Require a disk type other than "unknon", print disk type when displayingTodd C. Miller
info, and allow user to change disk type via 'e'.
1997-10-15Move sorting stuff into new function: sort_partitions()Todd C. Miller
1997-10-15provide a few hints to indicate that -r is evilTheo de Raadt
1997-10-13Well, ppc has to work....Per Fogelstrom
1997-10-07Support 'g' (gigabyte) suffix. Requested by todd@Todd C. Miller