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
Age
Commit message (
Expand
)
Author
2008-07-10
Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley.
Kenneth R Westerback
2008-07-09
Read 'vendor' flag from ASCII disklabel since we print it. Fixes
Kenneth R Westerback
2008-07-01
Initialize variable before checking against NULL.
Ray Lai
2008-06-25
In interactive mode, always suggest offsets and sizes inside the
Otto Moerbeek
2008-06-25
allow to install and boot the OpenBSD A6 partition and disklabel in an
Reyk Floeter
2008-06-04
setbootflag() must be done before checksum'ing the label. Bug introduced
Theo de Raadt
2008-05-13
Make socppc on par with macppc for now.
Miod Vallat
2008-04-13
Redo the '?' output in (E)ditor mode so it uses two columns and once
Kenneth R Westerback
2008-04-07
Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a
Kenneth R Westerback
2008-04-07
Restore boot block (-B) support that was incorrectly deleted during
Kenneth R Westerback
2008-04-06
nwflag is never set now that '-r' is no more, so remove it and the warning
Kenneth R Westerback
2008-04-06
Remove stray '-r' reference that survived the nuke of -r.
Kenneth R Westerback
2008-04-06
Fix logic botch I introduced with r1.123 which effectively disabled
Kenneth R Westerback
2008-03-23
Nuke disklabel -r. All labels come from the kernel via ioctl.
Kenneth R Westerback
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-25
document maximum partition size; ok jmc@ krw@
Otto Moerbeek
2008-01-24
"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it
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-21
changes to disklabel's usage:
Igor Sobrado
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
[next]