CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/23 00:49:55 Modified files: lib/libssl/man : SSL_COMP_add_compression_method.3 Log message: Make signature of SSL_COMP_add_compression_method(3) match reality

CVS: cvs.openbsd.org: src

2024-05-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/22 21:21:09 Modified files: sys/dev/usb: ehci.c fido.c if_athn_usb.c if_atu.c if_aue.c if_axe.c if_axen.c if_bwfm_usb.c if_cdce.c if_cue.c if_kue

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 20:00:38 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: indent labels

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:57:32 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: remove an unnecessary else

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:56:14 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: consistently call STACK_OF(X509_EXTENSIONS) arguments sk (where it doesn't conflict with a local variable)

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:52:05 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: zap another pointless local variable

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:50:52 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: add a few empty lines

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:43:51 Modified files: lib/libcrypto/x509: x509_v3.c Log message: X509v3_get_ext_by_NID: make obj const, test & assign

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:42:23 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: remove a pointless local variable

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 19:40:23 Modified files: lib/libcrypto/x509: x509_v3.c Log message: x509_v3.c: mechanically replace ex with ext and new_ex with new_ext

CVS: cvs.openbsd.org: src

2024-05-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/22 18:45:08 Modified files: games/cribbage : cribbage.h Log message: playing is a var in main() not a global, remove extern

CVS: cvs.openbsd.org: src

2024-05-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/22 12:10:00 Modified files: sys/dev/ic : ufshcireg.h Log message: Fix some bogus masking for the HCS (Host Controller Status) register.

CVS: cvs.openbsd.org: src

2024-05-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/05/22 10:25:18 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2024-05-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/05/22 10:24:59 Modified files: sys/dev/pci: if_mwx.c pcidevs Log message: Add support for MT7922. This brings the MT7922 in line with MT7921. feedback and OK claudio@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/05/22 09:24:55 Modified files: usr.bin/ssh: Makefile.inc Log message: Do not pass -Werror twice when building with clang.

CVS: cvs.openbsd.org: src

2024-05-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/22 08:22:27 Modified files: sys/arch/loongson/dev: htbvar.h Log message: remove extern with no matching var; ok miod@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 08:03:24 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Exercise EVP_chacha20_poly1305() with in-place decryption This needs quite a bit of cleanup but let's have so

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 08:02:08 Modified files: lib/libcrypto/evp: e_chacha20poly1305.c Log message: Fix in-place decryption for EVP_chacha20_poly1305() Take the MAC before clobbering the input value on decryption. Fix

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 06:33:07 Modified files: usr.sbin/fw_update: patterns.c Log message: Add pattern for mwx(4) firmware. OK phessler@ martijn@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/22 05:49:36 Modified files: usr.bin/ssh: Makefile.inc Log message: Do not pass -Werror if building with gcc 3, for asn1.h and bio.h cause (admittedly bogus) warnings with gcc 3.

CVS: cvs.openbsd.org: src

2024-05-22 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/22 05:46:06 Modified files: sys/dev/ic : ufshci.c Log message: Make the interrupt status poll function generic, rather than for only one status type. We'll use it later on to query more

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 03:44:10 Modified files: lib/libcrypto/man: X509v3_get_ext_by_NID.3 Log message: crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3)

CVS: cvs.openbsd.org: src

2024-05-22 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/22 03:34:40 Modified files: lib/libcrypto/man: X509v3_get_ext_by_NID.3 Log message: Fix incorrect X509v3_get_ext_by_NID(3) return values This error comes from upstream, where it is still wrong.

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 03:24:11 Modified files: sys/kern : kern_synch.c Log message: When clearing the wait channel also clear the wait message. There is no reason to keep the wait message in place since it will

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 03:22:55 Modified files: sys/kern : kern_sig.c Log message: In the big p_stat switch in ptsignal do not call return but instead use one of the gotos. In this case goto out with mask and prop

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 03:20:22 Modified files: sys/kern : kern_resource.c Log message: Just grab the SCHED_LOCK() once in donice() before walking the ps_threads list. setpriority() is trivial and probably faster

CVS: cvs.openbsd.org: src

2024-05-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/05/22 02:44:02 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: When localtime() fails, throw an error instead of returning a non-sensical 0 filled string. OK florian@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 02:42:34 Modified files: usr.sbin/bgpctl: bgpctl.c output.c output_json.c Log message: Adjust code since remote_bgpid, bgpid and clusterid changed to host byte order. OK tb@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/05/22 02:41:14 Modified files: usr.sbin/bgpd : config.c mrt.c parse.y printconf.c rde.c rde.h rde_peer.c session.c Log message: Convert bgpid, remote_bgpid and clusterid to ho

CVS: cvs.openbsd.org: src

2024-05-22 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/22 02:41:02 Modified files: usr.sbin/smtpd : table_proc.c Log message: align table_proc id printing with the rest of smtpd ok gilles@

CVS: cvs.openbsd.org: src

2024-05-22 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/22 02:39:50 Modified files: usr.sbin/smtpd : smtpd-tables.7 Log message: improve the documentation for fetch request point out that it is supposed to wrap around and fix the misleading example, then

CVS: cvs.openbsd.org: src

2024-05-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2024/05/22 02:38:57 Modified files: sys/dev/pci: if_mwx.c if_mwxreg.h Log message: Add firmware and driver own functions. These are needed to bring up the MT7922. OK claudio@