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
1999-03-16
Add -F flag to cause editor to prompt for mount points and save the resulting...
Todd C. Miller
1999-03-16
Fix longstanding problem when rounding values to neared cylinder.
Todd C. Miller
1999-03-13
Allow user to delete partitions outside the openbsd part of the disk
Todd C. Miller
1999-03-13
Add support for delete "*"
Todd C. Miller
1999-03-01
Change undocumented '-p' flag to '-d' and document. Also document '-v'.
Todd C. Miller
1998-10-11
When rounding to cylinder boundaries check to make sure we don't round up pas...
Todd C. Miller
1998-08-07
Support PAGER environment vairable in conjuction with the 'M' command.
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 f...
Todd C. Miller
1998-07-26
Don't skip 'b' when suggesting the next partition to add. I thought it would...
Todd C. Miller
1998-07-26
When asking the user for the disk type, base the default on the device name. ...
Todd C. Miller
1998-07-26
Don't allow user to do 'a c' since c always exists. They can still do 'c c'....
Todd C. Miller
1998-07-23
Fix annoying bug where disklabel would give you wrong default size for last
Constantine Sapuntzakis
1998-06-21
Remove the advertising clause in my old license, it impedes free use
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-14
Set label.d_bbsize and label.d_sbsize if we have a fictious label
Todd C. Miller
1998-04-11
mention IDE, or people will get all confused
Theo de Raadt
1998-04-08
Make undo recalculate free space. Also adds 'r' command to recalculate
Todd C. Miller
1998-02-28
Be consistent wrt suggesting ESDI for IDE and using ESDI even if
Todd C. Miller
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
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
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