summaryrefslogtreecommitdiff
path: root/sbin/disklabel/editor.c
AgeCommit message (Expand)Author
1997-10-17remove some blank linesTheo 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
1997-10-15Move sorting stuff into new function: sort_partitions()Todd C. Miller
1997-10-07Support 'g' (gigabyte) suffix. Requested by todd@Todd C. Miller
1997-10-06Ignore 'c' when computing overlap; some ports use "unknown" instead ofTodd C. Miller
1997-10-03Update the "real" copy of the label when you do a "write". Noted by Theo.Todd C. Miller
1997-10-02Treat FS_BOOT similar to FS_UNUSED.Todd C. Miller
1997-10-02 o When adding 'b' make default fstype be swap.Todd C. Miller
1997-10-02Fix a typo and treat newlines as whitespace (so args work correctly).Todd C. Miller
1997-10-02Deal with ^D sanely and kill unused get_yn().Todd C. Miller
1997-10-02Add 'w' (write label) command.Todd C. Miller
1997-10-02respect -nTodd C. Miller
1997-09-30Implement "disklabel -E" -- a simple interactive label editor forTodd C. Miller