index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
disklabel
/
editor.c
Age
Commit message (
Expand
)
Author
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-24
Typo
Todd C. Miller
1997-10-24
Warn that geom may be wrong for ports with old scsi.
Todd C. Miller
1997-10-24
Make and use _PATH_LESS.
Todd C. Miller
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
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
remove some blank lines
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
1997-10-15
Move sorting stuff into new function: sort_partitions()
Todd C. Miller
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
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
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
respect -n
Todd C. Miller
1997-09-30
Implement "disklabel -E" -- a simple interactive label editor for
Todd C. Miller