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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
Do not adjust (uhm.. zero) the swap 'b' partition size if physmem is
deraadt
1
-2
/
+2
2021-02-03
unbreak getline() conversion in disklabel
naddy
1
-5
/
+6
2021-02-02
replace fgetln(3) with getline(3) in disklabel
naddy
1
-14
/
+12
2021-01-31
fix mistaken operator precedence in a pointer dereference in disklabel
naddy
1
-3
/
+3
2020-11-14
Constify dktypenames and fstypenames in libc.
guenther
1
-3
/
+5
2020-07-21
unify and cleanup -DSEEALSO chunks in both disklabel Makefiles
deraadt
1
-15
/
+10
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
jmc
1
-4
/
+4
2020-01-28
Sync with table in editor.c; from Martin <openbsd at academicsolutions dot ch>
otto
1
-3
/
+3
2019-12-19
Spell "mount point" as other man pages do, with a space.
bentley
1
-5
/
+5
2019-11-19
Make /usr maximum 6G and grow it faster; ok lots of devs
otto
2
-7
/
+7
2019-08-21
Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@
otto
2
-5
/
+5
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
1
-3
/
+3
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-2
/
+2
2019-05-11
Add missing )
claudio
1
-2
/
+2
2019-05-11
socppc makes an extended visit to the bigbucket.
deraadt
1
-2
/
+2
2019-04-29
Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel
krw
2
-4
/
+22
2019-04-03
Add comment to prod updates to regress/sbin/disklabel
krw
1
-1
/
+7
2019-04-02
Use consistant idiom for checking return value of
krw
2
-23
/
+26
2019-04-02
No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice in
krw
1
-7
/
+2
2019-04-02
Remove l_perror() and rely on warn() for failure
krw
1
-33
/
+8
2019-04-01
Bring documentation into better correspondance
krw
1
-5
/
+8
2019-04-01
No need to save/restore fields across the invocation of
krw
1
-10
/
+2
2019-03-31
simpler display;
jmc
1
-3
/
+2
2019-03-31
update the default partition sizes in the man page as well
phessler
1
-9
/
+9
2019-03-31
when using the auto partitioner, grow minimum size for /usr to 1300M.
phessler
1
-3
/
+3
2019-03-31
Enhance prompt shown during -E label editing. Always
krw
2
-4
/
+4
2019-03-07
update the error message for the interactive 'n' command to show that
jmc
1
-2
/
+2
2019-03-07
use colons before showing examples; while here, replace the \*( char sequences;
jmc
1
-8
/
+8
2019-02-21
Compute params of shrunk partition and not of resized one; ok krw@
otto
1
-5
/
+5
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-2
/
+2
2018-12-04
The common autolayout with all partitions needs not at least 10GB to be
claudio
1
-3
/
+3
2018-11-25
FS_BOOT partitions are just partitions. Not free(ish) space.
krw
1
-2
/
+1
2018-09-21
Increase /usr/local max size to 20 GB in default template
solene
2
-5
/
+5
2018-09-19
Update disklabel(8) man page with the new 5G minimum for /usr/obj.
bluhm
1
-9
/
+5
2018-09-18
Increase minimum size for /usr/obj partition to 5 Gig. This allows
bluhm
1
-2
/
+2
2018-09-11
Tighten validation tests on an obscure corner case of
krw
1
-7
/
+16
2018-08-30
Practice safe free()'ing by setting alloc to NULL to
krw
1
-1
/
+2
2018-08-30
Never let FS_RAID partition be named, a.k.a. given a mount point.
krw
1
-40
/
+38
2018-08-28
Tweak messages emitted by editor_resize() so "Partition x shrunk ..."
krw
1
-6
/
+10
2018-08-27
disklabel(8) no longer touches bootstrap code so stop mentioning it.
krw
1
-33
/
+4
2018-08-26
disklabel(8) has not used the primary/secondary boot files
krw
1
-5
/
+1
2018-08-26
The three -B forms of disklabel(8) were nuked years ago. So remove
krw
1
-7
/
+2
2018-08-23
Always check the return values of get_[fsize|bsize|cpg].
krw
1
-10
/
+18
2018-08-21
Unbreak 'R'esize.
krw
1
-4
/
+5
2018-08-11
Nuke stray/pointless 'volatile' for local var.
krw
1
-2
/
+2
2018-08-04
Oops. Missing chunk from previous 'secs' -> 'ui'.
krw
1
-2
/
+2
2018-08-04
Rename local variable 'secs' to 'ui' to be consistant with all other
krw
1
-8
/
+8
2018-08-02
errno is never checked after a call to getuint64(). So there is no
krw
1
-2
/
+1
2018-07-12
Cleanup and clarify getuint64() by using the
krw
1
-104
/
+49
2018-07-12
Cleanup and clarify the has_overlap() logic so it can be read by
krw
1
-45
/
+35
[next]