print/cups: Don't setsockopt TCP_NODELAY on AF_UNIX sockets
This is an error, which it handled as just a debug message. Future
pledge changes will restrict IPPROTO_TCP to TCP sockets only.
ok ajacoutot@
Support actually split split-virtqueues in vmd.
Initial validation was added previously. Allows guests to not need
contiguous memory for virtqueues. Adds queue size validation and
alignment.
Discussed with mlarkin@
Fix multiple issues with find_gpa_range in vmd(8).
Check for ranges that hit holes, mmio regions, and check for overflows
for regions that hit UINT64_MAX.
Input from hshoexer@. Discussed also with mlarkin@
Import cosign-3.1.2
Comment:
sigstore signing tool
Description:
Signing OCI containers (and other artifacts) using Sigstore.
Cosign supports:
- "Keyless signing" with the Sigstore public good Fulcio certificate authority
and Rekor transparency log (default)
- Hardware and KMS signing
- Signing with a cosign generated encrypted private/public keypair
- Container Signing, Verification and Storage in an OCI registry
- Bring-your-own PKI
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
[3 lines not shown]
vmm(4)/vmd(8): mp plumbing
Implements the sipi/init lapic state machine, mp IPI support and various
other changes required for mp. vmctl and man page changes for new start
and vm.conf options.
tested by dv and me on various guests
ok dv
SECURITY update to umurmur-0.5.0.
Fixes "Use-after-free crash when client is freed inside message handler"
Based on a diff from Andrew Kloet (new MAINTAINER)
SECURITY update to umurmur-0.5.0.
Fixes "Use-after-free crash when client is freed inside message handler"
Based on a diff from Andrew Kloet (new MAINTAINER)
Center timestamps in frequency regression
Subtract the first timestamp in each sample batch before accumulating the
least-squares terms. This preserves the fitted slope while avoiding
catastrophic cancellation between squared absolute Unix timestamps.
from Adam DePrince <adam.deprince at gmail.com>
ok bluhm@, deraadt@