index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
disklabel
/
editor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not adjust (uhm.. zero) the swap 'b' partition size if physmem is
deraadt
2021-03-09
1
-2
/
+2
*
unbreak getline() conversion in disklabel
naddy
2021-02-03
1
-5
/
+6
*
replace fgetln(3) with getline(3) in disklabel
naddy
2021-02-02
1
-14
/
+12
*
fix mistaken operator precedence in a pointer dereference in disklabel
naddy
2021-01-31
1
-3
/
+3
*
Make /usr maximum 6G and grow it faster; ok lots of devs
otto
2019-11-19
1
-3
/
+3
*
Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@
otto
2019-08-21
1
-2
/
+2
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-3
/
+3
*
Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel
krw
2019-04-29
1
-2
/
+4
*
Add comment to prod updates to regress/sbin/disklabel
krw
2019-04-03
1
-1
/
+7
*
Use consistant idiom for checking return value of
krw
2019-04-02
1
-10
/
+13
*
when using the auto partitioner, grow minimum size for /usr to 1300M.
phessler
2019-03-31
1
-3
/
+3
*
Enhance prompt shown during -E label editing. Always
krw
2019-03-31
1
-2
/
+2
*
update the error message for the interactive 'n' command to show that
jmc
2019-03-07
1
-2
/
+2
*
Compute params of shrunk partition and not of resized one; ok krw@
otto
2019-02-21
1
-5
/
+5
*
I am retiring my old email address; replace it with my OpenBSD one.
millert
2019-01-25
1
-2
/
+2
*
FS_BOOT partitions are just partitions. Not free(ish) space.
krw
2018-11-25
1
-2
/
+1
*
Increase /usr/local max size to 20 GB in default template
solene
2018-09-21
1
-2
/
+2
*
Increase minimum size for /usr/obj partition to 5 Gig. This allows
bluhm
2018-09-18
1
-2
/
+2
*
Tighten validation tests on an obscure corner case of
krw
2018-09-11
1
-7
/
+16
*
Practice safe free()'ing by setting alloc to NULL to
krw
2018-08-30
1
-1
/
+2
*
Never let FS_RAID partition be named, a.k.a. given a mount point.
krw
2018-08-30
1
-40
/
+38
*
Tweak messages emitted by editor_resize() so "Partition x shrunk ..."
krw
2018-08-28
1
-6
/
+10
*
Always check the return values of get_[fsize|bsize|cpg].
krw
2018-08-23
1
-10
/
+18
*
Unbreak 'R'esize.
krw
2018-08-21
1
-4
/
+5
*
Oops. Missing chunk from previous 'secs' -> 'ui'.
krw
2018-08-04
1
-2
/
+2
*
Rename local variable 'secs' to 'ui' to be consistant with all other
krw
2018-08-04
1
-8
/
+8
*
errno is never checked after a call to getuint64(). So there is no
krw
2018-08-02
1
-2
/
+1
*
Cleanup and clarify getuint64() by using the
krw
2018-07-12
1
-104
/
+49
*
Cleanup and clarify the has_overlap() logic so it can be read by
krw
2018-07-12
1
-46
/
+36
*
Add recommended error checks around the use of strtod() in
krw
2018-07-07
1
-3
/
+6
*
Reduce display_edit() parameter list by one. Just call
krw
2018-07-03
1
-5
/
+6
*
Nuke some leading spaces and mis-indentations that crept in over the
krw
2018-07-03
1
-5
/
+5
*
Rework partition offset/size rounding logic, removing it from
krw
2018-07-01
1
-133
/
+155
*
Add getnumber() to extract simple deciaml values from the
krw
2018-04-27
1
-38
/
+52
*
Create and use a couple of #defines for the magic return
krw
2018-04-27
1
-36
/
+42
*
No need for two copies of tricky user input gathering code. Just use
krw
2018-04-26
1
-22
/
+15
*
Add some range checks to make sure we don't attempt to store values
krw
2018-04-26
1
-9
/
+39
*
Fix previous. Adding "offset" to "maxval" was required.
yasuoka
2018-04-26
1
-2
/
+2
*
Consolidate duplicate error messages, 'return' is not a function so
krw
2018-04-26
1
-125
/
+87
*
Round user input to cylinder boundaries more betterer.
krw
2018-04-06
1
-13
/
+13
*
Check required partition size against the size of the largest free
krw
2018-03-08
1
-28
/
+25
*
Calculate chunk size after adjusting both the chunk offset and chunk
krw
2018-03-08
1
-12
/
+16
*
Instead of a SUN_CYLCHECK block in both parts of an if/else, with a
krw
2018-03-08
1
-13
/
+8
*
Bail out of a strategy early if the sum of the minsz values exceeds
krw
2018-03-08
1
-4
/
+6
*
Bail out of a strategy early if it requires more partitions than are
krw
2018-03-08
1
-2
/
+7
*
Simplify the strategy looping.
krw
2018-03-08
1
-12
/
+10
*
Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it.
krw
2018-03-04
1
-8
/
+8
*
Tweak a couple of long lines.
krw
2018-03-02
1
-4
/
+5
*
Always call get_cpg() after calling get_bsize(). Initialize
krw
2018-03-02
1
-4
/
+11
*
Check for a negative value and overflow in getuint64() when performing
millert
2018-03-01
1
-6
/
+11
[next]