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
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2018-11-25
FS_BOOT partitions are just partitions. Not free(ish) space.
Kenneth R Westerback
2018-09-21
Increase /usr/local max size to 20 GB in default template
solene
2018-09-18
Increase minimum size for /usr/obj partition to 5 Gig. This allows
Alexander Bluhm
2018-09-11
Tighten validation tests on an obscure corner case of
Kenneth R Westerback
2018-08-30
Practice safe free()'ing by setting alloc to NULL to
Kenneth R Westerback
2018-08-30
Never let FS_RAID partition be named, a.k.a. given a mount point.
Kenneth R Westerback
2018-08-28
Tweak messages emitted by editor_resize() so "Partition x shrunk ..."
Kenneth R Westerback
2018-08-23
Always check the return values of get_[fsize|bsize|cpg].
Kenneth R Westerback
2018-08-21
Unbreak 'R'esize.
Kenneth R Westerback
2018-08-04
Oops. Missing chunk from previous 'secs' -> 'ui'.
Kenneth R Westerback
2018-08-04
Rename local variable 'secs' to 'ui' to be consistant with all other
Kenneth R Westerback
2018-08-02
errno is never checked after a call to getuint64(). So there is no
Kenneth R Westerback
2018-07-12
Cleanup and clarify getuint64() by using the
Kenneth R Westerback
2018-07-12
Cleanup and clarify the has_overlap() logic so it can be read by
Kenneth R Westerback
2018-07-07
Add recommended error checks around the use of strtod() in
Kenneth R Westerback
2018-07-03
Reduce display_edit() parameter list by one. Just call
Kenneth R Westerback
2018-07-03
Nuke some leading spaces and mis-indentations that crept in over the
Kenneth R Westerback
2018-07-01
Rework partition offset/size rounding logic, removing it from
Kenneth R Westerback
2018-04-27
Add getnumber() to extract simple deciaml values from the
Kenneth R Westerback
2018-04-27
Create and use a couple of #defines for the magic return
Kenneth R Westerback
2018-04-26
No need for two copies of tricky user input gathering code. Just use
Kenneth R Westerback
2018-04-26
Add some range checks to make sure we don't attempt to store values
Kenneth R Westerback
2018-04-26
Fix previous. Adding "offset" to "maxval" was required.
YASUOKA Masahiko
2018-04-26
Consolidate duplicate error messages, 'return' is not a function so
Kenneth R Westerback
2018-04-06
Round user input to cylinder boundaries more betterer.
Kenneth R Westerback
2018-03-08
Check required partition size against the size of the largest free
Kenneth R Westerback
2018-03-08
Calculate chunk size after adjusting both the chunk offset and chunk
Kenneth R Westerback
2018-03-08
Instead of a SUN_CYLCHECK block in both parts of an if/else, with a
Kenneth R Westerback
2018-03-08
Bail out of a strategy early if the sum of the minsz values exceeds
Kenneth R Westerback
2018-03-08
Bail out of a strategy early if it requires more partitions than are
Kenneth R Westerback
2018-03-08
Simplify the strategy looping.
Kenneth R Westerback
2018-03-04
Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it.
Kenneth R Westerback
2018-03-02
Tweak a couple of long lines.
Kenneth R Westerback
2018-03-02
Always call get_cpg() after calling get_bsize(). Initialize
Kenneth R Westerback
2018-03-01
Check for a negative value and overflow in getuint64() when performing
Todd C. Miller
2018-03-01
Don't overflow or underflow value when [+-] operators
Kenneth R Westerback
2018-03-01
Avoid underflow under SUN_CYLCHECK when rounding partition size to
Kenneth R Westerback
2018-03-01
Check return value of getuint64() for ULLONG_MAX, and
Kenneth R Westerback
2018-02-27
Move fsize initialization into get_fsize() to eliminate duplication.
Kenneth R Westerback
2018-02-25
Bunch of whitespace fixes.
Kenneth R Westerback
2018-02-24
If you can modify p_cpg in when 'm'odifying a partition, you should be
Kenneth R Westerback
2018-02-23
'partions' -> 'partitions', nuke some erroneous whitespace.
Kenneth R Westerback
2017-12-18
Tighten /usr/local and /usr/X11R6 so that 8G disks still fit in our default
Antoine Jacoutot
2017-11-28
in auto-allocation, increase size of /usr/src to 1.3G.
Sebastian Benoit
2017-09-29
don't be silent on auto-allocation failure in write mode. ok millert@ krw@
Otto Moerbeek
2017-05-19
tweak partition sizes for auto-alloction to better suit 8G disks
Otto Moerbeek
2017-04-19
enlarge obj to satisfy new world order that has *big* compilers and
Otto Moerbeek
2017-03-04
Allow R (resize auto-partition) after A as well as when started with -A.
Otto Moerbeek
2016-10-06
init auto-partition table to zeroes; ok tb@
Otto Moerbeek
[next]