Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-10-24 | %f not %lf [%f is already a double] | Todd C. Miller | |
1997-10-24 | Make 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-20 | format the "print" units better, in all cases | Theo de Raadt | |
1997-10-20 | Suport 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-18 | do not allow add of existing partition | Theo de Raadt | |
1997-10-17 | Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl. | Todd C. Miller | |
1997-10-17 | Fix pasto. | Todd C. Miller | |
1997-10-17 | oops; spotted by millert | Theo de Raadt | |
1997-10-17 | remove some blank lines | Theo de Raadt | |
1997-10-17 | shrink an output line | Theo de Raadt | |
1997-10-16 | ensure man pages exist first | Theo de Raadt | |
1997-10-16 | CLEANFILES+=manual.c | Theo de Raadt | |
1997-10-16 | make M more visible | Theo de Raadt | |
1997-10-16 | new command: M (shows linked-in manpage) | Theo de Raadt | |
1997-10-16 | p takes a suffix, not a unit | Theo de Raadt | |
1997-10-15 | Require a disk type other than "unknon", print disk type when displaying | Todd C. Miller | |
info, and allow user to change disk type via 'e'. | |||
1997-10-15 | Move sorting stuff into new function: sort_partitions() | Todd C. Miller | |
1997-10-15 | provide a few hints to indicate that -r is evil | Theo de Raadt | |
1997-10-13 | Well, ppc has to work.... | Per Fogelstrom | |
1997-10-07 | Support 'g' (gigabyte) suffix. Requested by todd@ | Todd C. Miller | |
1997-10-06 | Ignore 'c' when computing overlap; some ports use "unknown" instead of | Todd C. Miller | |
"unused" as the fstype. | |||
1997-10-03 | Update the "real" copy of the label when you do a "write". Noted by Theo. | Todd C. Miller | |
1997-10-02 | Treat FS_BOOT similar to FS_UNUSED. | Todd C. Miller | |
1997-10-02 | o When adding 'b' make default fstype be swap. | Todd C. Miller | |
o Add some missing free()'s. o When computing new offset, sort the partitions by offset, don't assume that ascending partions are in real order. Noted by todd@ | |||
1997-10-02 | Fix a typo and treat newlines as whitespace (so args work correctly). | Todd C. Miller | |
1997-10-02 | Deal with ^D sanely and kill unused get_yn(). | Todd C. Miller | |
1997-10-02 | Add 'w' (write label) command. | Todd C. Miller | |
1997-10-02 | Kill newlabel() stuff. The kernel should never fail to write a | Todd C. Miller | |
label just because none exists on the disk. i386 has been fixed in the respect and others may need fixing as well. | |||
1997-10-02 | document disklabel -n | Todd C. Miller | |
1997-10-02 | respect -n | Todd C. Miller | |