iked: remove print_host()

2023-06-15 Thread Theo Buehler
With the last print_host() contortions out of the way, this is only used via print_addr() and can go. Make sa, buf, len local. Align variables. Unindent the if (buf == NULL) path. Index: iked.h === RCS file:

nv(4) acceleration disabled by default + enabling EXA

2023-06-15 Thread Henryk Paluch
Hello! I have found that for nv(4) nVidia driver the acceleration is disabled by default for historical reasons: As properly documented on: https://man.openbsd.org/nv.4 the: Option "AccelMethod" "string" has default value "XAA". However XAA was removed several years ago (in XServer 13,

OpenBSD Errata: June 15, 2023 (libx11)

2023-06-15 Thread Alexander Bluhm
Errata patches for libX11 CVE-2023-3138 have been released for OpenBSD 7.2 and 7.3. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: https://www.openbsd.org/errata72.html

virtio: Fix handling of feature bits >= 32

2023-06-15 Thread Stefan Fritsch
Fix handling of feature bits >= 32. This does not yet affect any driver as no high feature bit besides VERSION_1 is used, and that one has special handling. Also, with VIRTIO_DEBUG, simply walk through all transport and device feature names, so that we don't need to adjust the if clause

Re: all platforms, main(): call clockqueue_init() just before sched_init_cpu()

2023-06-15 Thread Claudio Jeker
On Tue, Jun 13, 2023 at 02:19:36PM +0200, Mark Kettenis wrote: > > Date: Mon, 12 Jun 2023 19:09:59 -0500 > > From: Scott Cheloha > > > > We need to initialize the per-CPU clockintr_queue struct before we can > > call clockintr_establish() from sched_init_cpu(). > > > > Initialization is done

Re: msdosfs: fixes for Undefined Behavior

2023-06-15 Thread Alexander Bluhm
On Thu, Jun 15, 2023 at 11:36:21AM +0200, Stefan Fritsch wrote: > >From FreeBSD commits > > commit c0db7289c3de290d821311942d5533f2284af77f > Author: pfg > Date: Wed Aug 8 15:08:22 2018 + > > msdosfs: fixes for Undefined Behavior. > > and > >

msdosfs: fixes for Undefined Behavior

2023-06-15 Thread Stefan Fritsch
>From FreeBSD commits commit c0db7289c3de290d821311942d5533f2284af77f Author: pfg Date: Wed Aug 8 15:08:22 2018 + msdosfs: fixes for Undefined Behavior. and commit 852150953b828e4e8c32789637061001158a8cf4 Author: kib Date: Fri