CVS: cvs.openbsd.org: src

2024-03-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/03/18 23:04:13 Modified files: usr.sbin/rpki-client: cert.c extern.h filemode.c ip.c parser.c validate.c x509.c Log message: Rename parent to issuer in struct auth

CVS: cvs.openbsd.org: src

2024-03-18 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/03/18 21:49:11 Modified files: sys/net: if_sec.c Log message: count if_enqueue/ifq_enqueue errors as oqdrops. this helps narrow down where some "output failures" on sec interfaces occur.

CVS: cvs.openbsd.org: src

2024-03-18 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/03/18 15:57:22 Modified files: sys/arch/arm64/arm64: cpu.c sys/dev/fdt: psci.c pscivar.h Log message: Implement Spectre-V4 mitigations. The only real effect of this change is that

CVS: cvs.openbsd.org: src

2024-03-18 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2024/03/18 15:37:44 Modified files: sys/dev/fdt: if_mvpp.c Log message: Pass PHY OF node to the MII layer for use by PHY drivers.

CVS: cvs.openbsd.org: src

2024-03-18 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/03/18 15:20:46 Modified files: sys/dev/pci: pci.c Log message: Reduce dmesg spam and only print about resource conflicts for resources that are actually enabled. ok dlg@, deraadt@

CVS: cvs.openbsd.org: src

2024-03-18 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2024/03/18 12:35:21 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: armreg.h Log message: Add support for the new layout of the CCSIDR_EL1 register that was introduced

CVS: cvs.openbsd.org: src

2024-03-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/03/18 08:54:53 Modified files: usr.sbin/bgpd : parse.y Log message: Typecast char argument to isxdigit() to unsigned char since isxdigit() only works that way correctly. OK deraadt@

CVS: cvs.openbsd.org: www

2024-03-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:www Changes by: bl...@cvs.openbsd.org 2024/03/18 08:39:10 Modified files: . : errata73.html errata74.html Log message: Release libexpat errata.

CVS: cvs.openbsd.org: www

2024-03-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2024/03/18 08:13:01 Modified files: . : 75.html Log message: i386: 10830 pkgs, aarch64: 12145 pkgs

CVS: cvs.openbsd.org: src

2024-03-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/03/18 05:03:04 Modified files: lib/libexpat : Tag: OPENBSD_7_3 Changes lib/libexpat/lib: Tag: OPENBSD_7_3 xmlparse.c Log message: Cherry-pick fix for CVE-2024-28757 from libexpat. Detect

CVS: cvs.openbsd.org: src

2024-03-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2024/03/18 05:02:25 Modified files: lib/libexpat : Tag: OPENBSD_7_4 Changes lib/libexpat/lib: Tag: OPENBSD_7_4 xmlparse.c Log message: Cherry-pick fix for CVE-2024-28757 from libexpat. Detect

CVS: cvs.openbsd.org: src

2024-03-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/03/18 04:49:24 Modified files: usr.sbin/bgpd : bgpd.h Log message: Double PEER_DESCR_LEN to 64 characters since 32 is a bit on the short side. OK sthen@, deraadt@, dlg@, tb@

CVS: cvs.openbsd.org: src

2024-03-18 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2024/03/18 04:16:50 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Use same markup for origin-set arguments as for roa-set. The maxlen argument is optional. OK tb@

CVS: cvs.openbsd.org: src

2024-03-18 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/03/18 02:50:54 Modified files: lib/libc/gen : login_cap.3 Log message: fix markup of _PATH_DEFPATH (Li -> Dv); ok jmc

CVS: cvs.openbsd.org: src

2024-03-18 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/03/18 02:48:50 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: improve the MDA documentation - add a pointer to the section when documenting the `mda' keyword - rename the section to MDA

CVS: cvs.openbsd.org: src

2024-03-18 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/03/18 00:14:50 Modified files: sys/net: if_aggr.c Log message: expose per port information via kstats. the most interesting information exposed here is the number of times a port changes state

CVS: cvs.openbsd.org: src

2024-03-18 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/03/18 00:05:23 Modified files: sys/net: if_aggr.c Log message: use high bits from the mbuf flowid to pick a port to transmit on. a port here is a physical interface used by an aggr. this