CVS: cvs.openbsd.org: src

2022-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/03/13 18:51:27 Modified files: regress/sys/nfs: Makefile Log message: Increase timeout to make test pass on sparc64.

CVS: cvs.openbsd.org: src

2022-03-13 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/03/13 17:27:54 Modified files: usr.bin/ssh: xmalloc.c Log message: ssh: xstrdup(): use memcpy(3) Copying the given string into the buffer with strlcpy(3) confers no benefit in this context because

CVS: cvs.openbsd.org: src

2022-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/03/13 16:16:59 Modified files: share/man/man9 : membar_sync.9 Log message: Document membar_enter_after_atomic and membar_exit_before_atomic. OK kettenis@

CVS: cvs.openbsd.org: src

2022-03-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/03/13 15:38:32 Modified files: sys/net: pfkeyv2.c sys/netinet: ip_ipsp.h ip_spd.c Log message: Hrvoje has hit a crash with IPsec acquire while testing the parallel IP forwarding dif

CVS: cvs.openbsd.org: src

2022-03-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/03/13 15:17:53 Modified files: sys/dev/acpi : pluart_acpi.c sys/dev/fdt: pluart_fdt.c sys/dev/ic : pluart.c pluartvar.h Log message: Revert previous commit. It break

CVS: cvs.openbsd.org: src

2022-03-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/13 11:23:02 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Relax the check of x509_constraints_dirname() The dirname constraint must be a prefix in DER format, so relax the chec

CVS: cvs.openbsd.org: src

2022-03-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/13 11:08:04 Modified files: lib/libcrypto/x509: x509_internal.h Log message: Add x509_constraints_validate() to x509_internal.h >From Alex Wilson ok jsing

CVS: cvs.openbsd.org: src

2022-03-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/13 10:48:49 Modified files: lib/libcrypto/x509: x509_alt.c Log message: Check name constraints using the proper API The previous versions were too strict and disallowed leading dots. >From Alex Wil

CVS: cvs.openbsd.org: src

2022-03-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/13 10:30:31 Modified files: lib/libcrypto/x509: x509_alt.c Log message: style tweak

CVS: cvs.openbsd.org: src

2022-03-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/13 10:25:58 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Add missing error check after strdup() >From Alex Wilson ok jsing

CVS: cvs.openbsd.org: src

2022-03-13 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2022/03/13 09:14:01 Modified files: sbin/unwind: frontend.c Log message: parse_packet() is used by unbound to parse response packets, not queries. There is no need to do all this work just to get access

CVS: cvs.openbsd.org: src

2022-03-13 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/03/13 08:58:15 Modified files: lib/libcrypto/asn1: asn1_locl.h tasn_dec.c Log message: Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i(). The constructed ASN.1 handling in asn1_d2i_ex_primiti

CVS: cvs.openbsd.org: src

2022-03-13 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/03/13 08:39:56 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: better without warnings

CVS: cvs.openbsd.org: src

2022-03-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/03/13 08:33:46 Modified files: distrib/arm64/ramdisk: install.md Log message: Now that fdisk(8) retains the EFI System Partition on Apple systems, skip formatting the partition such that its con

CVS: cvs.openbsd.org: src

2022-03-13 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/03/13 07:42:04 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: show the realname in verbose mode for tieing. if we're "fixing" a partial-* package, we want to see exactly what filename

CVS: cvs.openbsd.org: src

2022-03-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/13 07:34:54 Modified files: sys/dev/sbus : agten.c apio.c asio.c be.c bwtwo.c cgsix.c cgthree.c cgtwelve.c cs4231.c dma_sbus.c esp_sbus.c if_gem_sb

CVS: cvs.openbsd.org: src

2022-03-13 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/03/13 07:28:09 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: make those checks less chatty... once the file is not there, we don't need to say anything more

CVS: cvs.openbsd.org: src

2022-03-13 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/03/13 06:57:29 Modified files: sbin/fdisk : fdisk.8 Log message: Missing 'or'. Pointed out by jmc@

CVS: cvs.openbsd.org: src

2022-03-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/13 06:33:01 Modified files: sys/arch/macppc/dev: abtn.c adb.c aoa.c apm.c asms.c awacs.c daca.c dfs.c if_bm.c if_wi_obio.c kiic.c macgpio.c m

CVS: cvs.openbsd.org: src

2022-03-13 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2022/03/13 04:13:54 Modified files: sys/dev/pci: if_aq_pci.c Log message: Enable vlan promisc and header stripping, and use vlan rx/tx offloads. The vlan tx information takes up an extra slot on

CVS: cvs.openbsd.org: src

2022-03-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/13 01:04:38 Modified files: sys/arch/hppa/dev: astro.c com_dino.c com_ssio.c cpu.c dino.c elroy.c gecko.c lcd.c lpt_ssio.c mongoose.c pdc.c phant

CVS: cvs.openbsd.org: src

2022-03-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/13 01:04:13 Modified files: sys/arch/alpha/alpha: cpu.c mainbus.c sys/arch/alpha/isa: mcclock_isa.c sys/arch/alpha/mcbus: mcbus.c mcmem.c sys/arch/alpha/pci: apecs.c cia.c ir