Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-11 | When rounding to cylinder boundaries check to make sure we don't round up ↵ | Todd C. Miller | |
past the end of the disk. Noticed by fries@ | |||
1998-10-03 | Add DIOCGPDINFO ioctl and use it in disklabel's new -p mode | Todd C. Miller | |
1998-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell | |
1998-09-19 | Repair | Marc Espie | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-09-11 | Pass specname in to editor(), missing part of a commit a while ago. | Todd C. Miller | |
1998-09-10 | pass correct args to editor() | Theo de Raadt | |
1998-08-07 | Support PAGER environment vairable in conjuction with the 'M' command. | Todd C. Miller | |
Ignore SIGPIPE when spawing the pager since disklabel could get killed. Add smarts in disk type guesser to know that rz is SCSI. Kill annoying extra blank line. | |||
1998-08-06 | Mention new extened help and some minor cleanups | Todd C. Miller | |
1998-08-06 | add more detailed help accessible via '? [abcdmpMqrsuwxe]' | Todd C. Miller | |
1998-07-29 | when changing a partition from unknown to 4.2BSD, provide sane defaults for ↵ | Todd C. Miller | |
fsize, bsize, cpg | |||
1998-07-26 | Don't skip 'b' when suggesting the next partition to add. I thought it ↵ | Todd C. Miller | |
would be confusing to suggest 'b' but what happens is that people build a disk without swap. | |||
1998-07-26 | When asking the user for the disk type, base the default on the device name. ↵ | Todd C. Miller | |
Ie: wd -> IDE, sd -> SCSI, hd -> HP-IB, etc. Should help eliminate some confusion. | |||
1998-07-26 | Don't allow user to do 'a c' since c always exists. They can still do 'c ↵ | Todd C. Miller | |
c'. Noted by fries@ | |||
1998-07-24 | fix typos; Aaron Campbell <aaron@ug.cs.dal.ca> | Todd C. Miller | |
1998-07-23 | Fix annoying bug where disklabel would give you wrong default size for last | Constantine Sapuntzakis | |
partition on disk and then complain when you chose it. The fix makes sure you get the "correct size". | |||
1998-07-14 | Correct MAXPARTITIONS text. | Angelos D. Keromytis | |
1998-07-11 | MAXPARTITIONS are only 8 for amiga; all others have 16. | Angelos D. Keromytis | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-06-07 | off_t cleanup | Theo de Raadt | |
1998-05-16 | oops; d | Theo de Raadt | |
1998-05-07 | In -v mode print label offset in addition to the block number. | Todd C. Miller | |
1998-05-07 | get rid of #ifdef OLD_SCSI stuff. It is not useful | Todd C. Miller | |
1998-05-07 | let user set d_interleave, and force it to be >= 1 | Todd C. Miller | |
1998-04-25 | DOSBBSECTOR is in sectors | Theo de Raadt | |
1998-04-25 | build if NOMAN= is globally set; problem spotted by rahnds | Theo de Raadt | |
1998-04-14 | Set label.d_bbsize and label.d_sbsize if we have a fictious label | Todd 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-11 | mention IDE, or people will get all confused | Theo de Raadt | |
1998-04-08 | mention 'r' in -E mode | Todd C. Miller | |
1998-04-08 | Make undo recalculate free space. Also adds 'r' command to recalculate | Todd C. Miller | |
free space manually. From Magnus Holmberg <mho@stacken.kth.se> | |||
1998-03-12 | Treat IDE as ESDI in -e mode just like we do in -E mode. | Todd C. Miller | |
1998-03-01 | disklabel.8 man page fixes submitted by Aaron Jackson, | johns | |
jackson@msrce.howard.edu 2 formatting changes, and 2 grammar changes. | |||
1998-02-28 | Be consistent wrt suggesting ESDI for IDE and using ESDI even if | Todd C. Miller | |
they enter IDE. | |||
1998-02-20 | ' is special in column 0 | Theo de Raadt | |
1998-02-20 | grammar | Theo de Raadt | |
1998-02-20 | oops | Theo de Raadt | |
1998-02-19 | deal with partition type renamed | Theo de Raadt | |
1998-01-11 | Tell the user to enter ESDI for IDE, not ST506. Also treat IDE as ESDI | Todd C. Miller | |
if the user enters that anyway. | |||
1998-01-05 | recalculate the free sectors after changing boundaries. | Artur Grabowski | |
1998-01-05 | check if the partitions are below the boundaries and not only above when | Artur Grabowski | |
counting the free sectors. | |||
1997-12-20 | Refer i386 users to installboot(8). | Jim Rees | |
1997-11-25 | Add -t flag to output in disktab format. From Christos Zoulas | Todd C. Miller | |
<christos@deshaw.com> plus correct code for outputing d_drivedata. | |||
1997-11-05 | Document ^D to get out of overlap prompt and remove duplicate exit condition | Todd C. Miller | |
1997-11-04 | Deal correctly with partitions that have multiple overlaps. | Todd C. Miller | |
1997-10-28 | Replace a set of "'s with `` '' so that manual.c will build. | Todd C. Miller | |
1997-10-28 | Document -E bugs | Todd C. Miller | |
1997-10-28 | Fix a few typos. | Todd C. Miller | |
1997-10-28 | First cut at -E docs. Perhaps this should go at the end? | Todd C. Miller | |
1997-10-24 | Typo | Todd C. Miller | |
1997-10-24 | Warn 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. |