CVS: cvs.openbsd.org: src

2024-04-07 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/07 20:51:14

Modified files:
lib/libpcap: gencode.c grammar.y optimize.c scanner.l 

Log message:
more ansi function decls
ok deraadt@



CVS: cvs.openbsd.org: src

2024-04-07 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/07 19:59:36

Modified files:
sys/dev/pci/drm: drm_panel_orientation_quirks.c 

Log message:
drm: panel-orientation-quirks: Add quirk for GPD Win Mini

>From Samuel Dionne-Riel
2f862fdc0fd802e728b6ca96bc78ec3f01bf161e in mainline linux



CVS: cvs.openbsd.org: src

2024-04-07 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/04/07 19:56:20

Modified files:
sys/dev/pci/drm: drm_panel_orientation_quirks.c 

Log message:
drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go

>From Brenton Simpson
430143b0d3611f4a9c8434319e5e504244749e79 in mainline linux



CVS: cvs.openbsd.org: src

2024-04-07 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2024/04/07 15:08:59

Modified files:
sys/arch/riscv64/dev: mainbus.c simplebus.c 

Log message:
The RISC-V architecture has cache-coherent DMA... until it doesn't.  This
is indicated by a "dma-noncoherent" property on the bus or device nodes
in the device tree.  Set the BUS_DMA_COHERENT flag on the DMA tag for
mainbus(4) and modify the flags based on the presence of "dma-coherent"
and "dma-noncoherent" properties where appropriate.

ok patrick@



CVS: cvs.openbsd.org: xenocara

2024-04-07 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/07 07:45:53

Modified files:
.  : MODULES 

Log message:
update



CVS: cvs.openbsd.org: xenocara

2024-04-07 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/07 05:42:56

Modified files:
xserver: ChangeLog configure configure.ac meson.build 
xserver/Xext   : sync.c 
xserver/Xi : xipassivegrab.c xiselectev.c 
xserver/dix: devices.c dispatch.c 
xserver/hw/xfree86/common: xf86Config.c xf86Mode.c 
xserver/hw/xfree86/man: xorg.conf.man 
xserver/hw/xfree86/modes: xf86Modes.c 
xserver/hw/xquartz/xpr: appledri.c 
xserver/include: opaque.h 
xserver/man: Xserver.man 
xserver/os : utils.c 

Log message:
Update to xserver 21.1.12

The security patches were already commited, sync with the rest
of the 21.1.12 relase.



CVS: cvs.openbsd.org: src

2024-04-07 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/04/07 00:34:42

Modified files:
lib/libcrypto/cms: cms_sd.c 

Log message:
Rework CMS_add_simple_smimecap()

This is an API to add an OID attribute to the set of SMIMECapabilities.
While attributes are complicated in general, this only supports simple
capabilities encoded as an OID with an optional integer parameter (e.g.,
the key size of a cipher).

Make this API transactional, i.e., don't leave a new empty set behind on
failure or leak the key size if setting the parameter on the X509_ALGOR
fails.

Also convert to single exit and add a doc comment with a reference.

ok beck



CVS: cvs.openbsd.org: xenocara

2024-04-07 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2024/04/07 00:31:07

Modified files:
xserver: Makefile.bsd-wrapper 

Log message:
The DMX extension was removed in xserver 21.1.