OpenBSD cvs log

created 2024-02-17T21:08:27Z
begin 2024-02-10T00:00:00Z
end 2024-02-11T00:00:00Z
path src/sys
commits 3

date 2024-02-10T06:10:41Z
author tb
files src/sys/lib/libz/deflate.c log diff annotate
message libz: sync with base

date 2024-02-10T07:10:13Z
author jsg
files src/sys/arch/sparc64/sparc64/machdep.c log diff annotate
message fix off-by-one when printing fr_arg

found by "buffer overflow 'fp64->fr_arg' 6 <= 6" smatch error
ok miod@ claudio@

date 2024-02-10T15:28:16Z
author deraadt
files src/sys/kern/kern_sysctl.c log diff annotate
message On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return
the empty string, rather than error.
ok krw