#
148b6188 |
| 17-Oct-1997 |
millert <millert@openbsd.org> |
Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl.
|
#
512b79df |
| 17-Oct-1997 |
millert <millert@openbsd.org> |
Fix pasto.
|
#
ea37abd3 |
| 17-Oct-1997 |
deraadt <deraadt@openbsd.org> |
remove some blank lines
|
#
9bb06b6b |
| 16-Oct-1997 |
deraadt <deraadt@openbsd.org> |
make M more visible
|
#
5d12b01b |
| 16-Oct-1997 |
deraadt <deraadt@openbsd.org> |
new command: M (shows linked-in manpage)
|
#
a64de5b6 |
| 16-Oct-1997 |
deraadt <deraadt@openbsd.org> |
p takes a suffix, not a unit
|
#
0f820bbb |
| 15-Oct-1997 |
millert <millert@openbsd.org> |
Require a disk type other than "unknon", print disk type when displaying info, and allow user to change disk type via 'e'.
|
#
a7e61405 |
| 15-Oct-1997 |
millert <millert@openbsd.org> |
Move sorting stuff into new function: sort_partitions()
|
#
1a51a1ee |
| 07-Oct-1997 |
millert <millert@openbsd.org> |
Support 'g' (gigabyte) suffix. Requested by todd@
|
#
bfef84ff |
| 06-Oct-1997 |
millert <millert@openbsd.org> |
Ignore 'c' when computing overlap; some ports use "unknown" instead of "unused" as the fstype.
|
#
5af08e9c |
| 03-Oct-1997 |
millert <millert@openbsd.org> |
Update the "real" copy of the label when you do a "write". Noted by Theo.
|
#
229f463e |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
Treat FS_BOOT similar to FS_UNUSED.
|
#
f0b4d0a9 |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
o When adding 'b' make default fstype be swap. 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. N
o When adding 'b' make default fstype be swap. 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@
show more ...
|
#
260513de |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
Fix a typo and treat newlines as whitespace (so args work correctly).
|
#
6e0becc5 |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
Deal with ^D sanely and kill unused get_yn().
|
#
040947cf |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
Add 'w' (write label) command.
|
#
69220492 |
| 02-Oct-1997 |
millert <millert@openbsd.org> |
respect -n
|
#
6fe57b42 |
| 30-Sep-1997 |
millert <millert@openbsd.org> |
Implement "disklabel -E" -- a simple interactive label editor for installs and new labels. Documentation to follow :-) Also, give the user the option of writing the fictitious label if no on-disk la
Implement "disklabel -E" -- a simple interactive label editor for 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.
show more ...
|