CVS: cvs.openbsd.org: src

2024-05-08 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2024/05/08 12:00:55 Modified files: sys/arch/amd64/amd64: cacheinfo.c Log message: Suppress cache-info dmesg lines when they are identical to the previous cpu. testing on hybrid box by jmatthew@

CVS: cvs.openbsd.org: src

2024-05-08 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/08 11:52:11 Modified files: sys/dev/pci: if_ixl.c Log message: ixl(4): force mss of tso packets in hardware supported range. ok bluhm@

CVS: cvs.openbsd.org: src

2024-05-08 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/08 09:30:26 Modified files: etc/etc.amd64 : sysctl.conf etc/etc.arm64 : sysctl.conf etc/etc.i386 : sysctl.conf etc/etc.loongson: sysctl.conf Log message: - for

CVS: cvs.openbsd.org: src

2024-05-08 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2024/05/08 09:13:23 Modified files: regress/lib/libcrypto/lhash: lhash_test.c Log message: Add more regress coverage for lhash.

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:03:54 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: fix iwx(4) monitor mode Monitor mode was broken by a recent firmware update. Two tweaks make it work again: 1) The

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:02:59 Modified files: sys/net80211 : ieee80211_output.c Log message: disable the regular ieee80211_encap() Tx path in monitor mode Frames injected from user space carry the

CVS: cvs.openbsd.org: src

2024-05-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/05/08 07:01:30 Modified files: sys/netinet: ip_input.c sys/netinet6 : ip6_input.c Log message: Fix route leak in ip input. In previous commit when refactoring the route cache, a

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 02:20:08 Modified files: lib/libcrypto/x509: x509_req.c Log message: Simplify X509_REQ_get_extensions() Now that we know the two OIDs we need to look for when checking for the extension list

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 02:11:50 Modified files: lib/libcrypto/x509: x509_req.c Log message: Simplify X509_REQ_extension_nid() Now that the global ext_nids[] array can no longer be modified by the application, we can

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 01:55:10 Modified files: lib/libcrypto/x509: x509_req.c Log message: Defang X509_REQ_{s,g}et_extension_nids() These fiddle with unprotected global state, so aren't thread safe and of course

CVS: cvs.openbsd.org: src

2024-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/08 00:54:43 Modified files: regress/lib/libssl/symbols: symbols.awk Log message: symbols test: drop headers that don't define any symbols