CVS: cvs.openbsd.org: src

2024-07-23 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2024/07/23 14:04:51 Modified files: sys/net: pfkeyv2_parsemessage.c Log message: Accept and ignore SADB_X_EXT_REPLAY and SADB_X_EXT_COUNTER payloads for incoming SADB_ADD and SADB_UPDATE message.

CVS: cvs.openbsd.org: src

2024-07-23 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/07/23 13:14:05 Modified files: sys/dev/pv : virtio.c Log message: virtio: fix comment

CVS: cvs.openbsd.org: src

2024-07-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/07/23 08:42:03 Modified files: regress/lib/libssl/ciphers: cipherstest.c Log message: Revise regress for ssl3_get_cipher() changes.

CVS: cvs.openbsd.org: src

2024-07-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/07/23 08:40:54 Modified files: lib/libssl : d1_lib.c s3_lib.c ssl_ciph.c ssl_local.h ssl_methods.c Log message: Remove get_cipher from SSL_METHOD. Inline the get_cipher

CVS: cvs.openbsd.org: src

2024-07-23 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/07/23 02:59:21 Modified files: sys/dev/usb: uaudio.c Log message: uaudio: Fix confusion between interface numbers and interface indexes There is rare hardware for which the interface numbers and

CVS: cvs.openbsd.org: www

2024-07-23 Thread David Gwynne
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2024/07/23 02:43:30 Modified files: faq: faq16.html Log message: update bridging vms with the real network to use veb and vport. this makes it more likely that dhcp will work. ok florian@

CVS: cvs.openbsd.org: src

2024-07-23 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/07/23 02:38:02 Modified files: sys/kern : kern_synch.c Log message: Pass curproc pointer down from sleep_finish() instead of pulling it in again in sleep_signal_check(). OK dlg@

CVS: cvs.openbsd.org: src

2024-07-23 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/07/23 02:36:51 Modified files: lib/libsndio : sioctl_sun.c Log message: libsndio: Don't use poll(2) for output on the control device. The AUDIO_MIXER_WRITE ioctl always succeeds without blocking, so

CVS: cvs.openbsd.org: xenocara

2024-07-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2024/07/23 02:22:36 Modified files: lib/mesa/mk/libva_st: Makefile Log message: don't define VA_DRIVER_INIT_FUNC twice use pkg-config to get va api version ok matthieu@ rsadowski@

CVS: cvs.openbsd.org: www

2024-07-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2024/07/23 02:11:54 Modified files: faq/ports : guide.html Log message: Remove incorrect text about GH_TAGNAME and DISTFILES (infrastructure already fetches the file using a filename that includes the

CVS: cvs.openbsd.org: src

2024-07-23 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/07/23 00:34:03 Modified files: usr.bin/sndiod : file.c Log message: sndiod: Properly update the poll(2) event masks after i/o. If there are no descriptors to poll for an event source, we call the i/o