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
2008-01-26
getuint() doesn't use its partno argument. So eliminate it. No
Kenneth R Westerback
2008-01-25
Fix my screwup and don't return NULL from sort_paritions.
Kenneth R Westerback
2008-01-22
Another sneaky 32 bit variable trying to hold 64 bit values. This time
Kenneth R Westerback
2008-01-22
Use u_int64_t variables to hold partition offsets when calculating
Kenneth R Westerback
2008-01-22
Make sort_partitions() even more consistant with free_chunks() by not
Kenneth R Westerback
2008-01-22
Kill redundant loop to find number of partitions to sort. We no longer
Kenneth R Westerback
2008-01-22
Replace a frequent calloc/free dance for sorted partitions with a
Kenneth R Westerback
2008-01-16
remove "unused variable" warning
Charles Longeau
2008-01-12
Check for expert mode/FFS inside get_fsize() and get_bsize() and
Kenneth R Westerback
2008-01-12
has_overlap() now always tries to resolve overlaps because it is only
Kenneth R Westerback
2008-01-12
Tweak get_offset() so it does it's own free chunks to check the
Kenneth R Westerback
2008-01-12
Change editor_countfree() to return the count rather than recording it
Kenneth R Westerback
2008-01-12
Parameter 'new' to get_size() no longer used.
Kenneth R Westerback
2008-01-12
Introduce the function max_partition_size() to calculate the max size
Kenneth R Westerback
2008-01-11
Remove one level of epicycles by not looping in get_size() or
Kenneth R Westerback
2008-01-11
Don't allow (a)dd or (m)odify to create 0 length partitions. Don't
Kenneth R Westerback
2008-01-10
Minor aligning of code and comments between editor_add() and
Kenneth R Westerback
2008-01-08
Beef up the (r)ecalculate command in -E mode by having it display the
Kenneth R Westerback
2008-01-08
Ensure that the initial free space chunk can't have a length <= 0.
Kenneth R Westerback
2008-01-08
Do initial free space count *after* resolving overlapping partitions.
Kenneth R Westerback
2008-01-07
Oops. Need to ensure we zero selected partition too.
Kenneth R Westerback
2008-01-07
When increasing d_npartitions as a result of (a)dd'ing a partition in
Kenneth R Westerback
2008-01-07
Shrink & simplify some more -E code. Remove some chances for user
Kenneth R Westerback
2008-01-06
Kill some now-dead code/variables.
Kenneth R Westerback
2008-01-06
Move check for overlap inside get_size() as it was always called after
Kenneth R Westerback
2008-01-06
Calculate amount of free space by adding up space in free chunks, rather
Kenneth R Westerback
2008-01-06
There is no point in having cpg manipulated in -E. newfs does all the
Kenneth R Westerback
2008-01-03
Remove text which is incorrect now that 'get bios geometry'
Stuart Henderson
2008-01-01
Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() >
Kenneth R Westerback
2008-01-01
Fix display of overlapping partitions to account for larger size and offset
Kenneth R Westerback
2008-01-01
get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET >
Kenneth R Westerback
2008-01-01
Shorten and simplify code, eliminate ability to assign arbitrary sizes
Kenneth R Westerback
2007-12-31
Reset partition size as well as partition offset before asking for
Kenneth R Westerback
2007-12-30
Use get_size() in editor_change() instead of hand-rolling identical
Kenneth R Westerback
2007-12-30
Kill some now unneeded checks for 'c' partition manipulation. Change
Kenneth R Westerback
2007-12-30
Simplify code by avoiding manual manipulations of the free space
Kenneth R Westerback
2007-12-30
Since 'c' now always covers the entire disk and is always FS_UNUSED,
Kenneth R Westerback
2007-12-30
Bring editor_add() code into line with the other editor_* functions.
Kenneth R Westerback
2007-12-25
Some cosmetic code reorg to make things a bit more textually
Kenneth R Westerback
2007-12-24
Use zero_partitions() to implement the '-E' command 'd *', as it
Kenneth R Westerback
2007-12-23
Setting p_fstype to the number of free sectors can't be right. Instead, set
Kenneth R Westerback
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-07-24
rearrange newline printing code during editor startup; ok millert krw
Theo de Raadt
2007-06-20
if a 4.2BSD partition falls partly within the area defined by the
Otto Moerbeek
2007-06-17
On Sun machines, disklabels coming from the kernel will now have a d_flags
Theo de Raadt
2007-06-08
Simplify rounding to cylinders.
Todd C. Miller
2007-06-08
second pass, some fields slipped through the first time around
Otto Moerbeek
2007-06-08
Make disklabel(8) aware of the new fields, allowing for larger than
Otto Moerbeek
2007-06-08
Fix setting total # sectors in the 'e' command.
Todd C. Miller
2007-06-07
Add missing parens, fixes a bug aded in rev 1.112 where maxval would
Todd C. Miller
[next]