CVS: cvs.openbsd.org: www

2024-05-10 Thread Mike Larkin
CVSROOT:/cvs
Module name:www
Changes by: mlar...@cvs.openbsd.org 2024/05/10 20:31:03

Modified files:
.  : errata75.html 

Log message:
broken link in previous



CVS: cvs.openbsd.org: www

2024-05-10 Thread Mike Larkin
CVSROOT:/cvs
Module name:www
Changes by: mlar...@cvs.openbsd.org 2024/05/10 20:21:19

Modified files:
.  : errata75.html 

Log message:
release libcrypto errata



CVS: cvs.openbsd.org: src

2024-05-10 Thread Mike Larkin
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2024/05/10 20:18:20

Modified files:
lib/libcrypto/lhash: Tag: OPENBSD_7_5 lhash.c 

Log message:
A missing bounds check could lead to a crash due to dereferencing a zero-sized
allocation.

this is errata/7.5/003_libcrypto.patch.sig



CVS: cvs.openbsd.org: src

2024-05-10 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2024/05/10 15:23:32

Modified files:
sys/dev/ic : nvme.c 

Log message:
Revert r1.108. An Intel 11th Gen i5 Framework laptop with a SanDisk SN850 disk
found a way to prevent the kernel from enabling the nvme controller while
resuming.

Fixes resuming on the Framework13.

Problem reported and reversion tested by ian@



CVS: cvs.openbsd.org: src

2024-05-10 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2024/05/10 14:28:31

Modified files:
bin/pax: options.c 

Log message:
pax: make list file handle line-buffered unless it is stderr.
This fixes a problem where the file list output was fully-buffered
when used as part of a pipeline.  With this change, files are listed
as they are extracted in verbose mode.  OK deraadt@ guenther@



CVS: cvs.openbsd.org: src

2024-05-10 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2024/05/10 09:02:26

Modified files:
sbin/unwind: resolver.c 

Log message:
Keep probing upstream servers.

(lib)unbound might mark many servers down in case of a network issue.
This is something that can easily happen for unwind(8).

Problem pointed out by Kirill A. Korinsky in unbound(8).
https://github.com/NLnetLabs/unbound/issues/362

OK sthen



CVS: cvs.openbsd.org: src

2024-05-10 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2024/05/10 04:49:10

Modified files:
sys/dev/hid: hid.c hidms.c 

Log message:
Make the kernel compile also when turning on debugging.

ok mpi@



CVS: cvs.openbsd.org: src

2024-05-10 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/05/10 03:21:41

Modified files:
sys/kern   : init_sysent.c syscalls.c 
sys/sys: syscall.h syscallargs.h 

Log message:
Regen



CVS: cvs.openbsd.org: src

2024-05-10 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2024/05/10 03:21:01

Modified files:
sys/kern   : syscalls.master 

Log message:
The ptsignal() race against p_sigmask changes by dosigsuspend() are fixed.
Unlock sigsuspend() and __thrsigdivert() again.



CVS: cvs.openbsd.org: src

2024-05-10 Thread ASOU Masato
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2024/05/10 00:46:14

Modified files:
lib/libkvm : kvm_proc.c 

Log message:
Correct display the details of COMMAND using the ps command from the kernel
crash dump.

OK millert@



CVS: cvs.openbsd.org: src

2024-05-10 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2024/05/10 00:14:10

Modified files:
sys/dev/ic : ufshci.c 

Log message:
Fix broken debugging.