CVS: cvs.openbsd.org: src

2020-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/23 16:43:43 Modified files: usr.bin/yacc : yacc.1 Log message: those tempfiles no longer have names okay millert@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/05/23 16:16:39 Modified files: sys/dev/fdt: dwpcie.c Log message: Increase chances of getting a successful PCIe link on the i.MX8MM. Hold the reset GPIO for 100ms instead of 20ms, and also directly

CVS: cvs.openbsd.org: src

2020-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/23 15:08:38 Modified files: usr.bin/yacc : defs.h error.c main.c output.c Log message: use rewind on tempfiles, so that we don't need to name them switch to tmpfile() at the suggestion of millert@,

CVS: cvs.openbsd.org: src

2020-05-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/23 14:32:47 Modified files: sys/arch/armv7/armv7: armv7_machdep.c Log message: Look at the openbsd,boothowto property and bring the bootarg parsing code in line with arm64. ok deraadt@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/23 13:54:12 Modified files: sys/arch/arm64/arm64: machdep.c Log message: Add a little bit of const-ness.

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 11:33:51 Modified files: regress/lib/libssl/tlsfuzzer: Makefile Log message: Define REGRESS_TARGETS explicitly.

CVS: cvs.openbsd.org: src

2020-05-23 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2020/05/23 11:13:24 Modified files: regress/lib/libssl/tlsext: tlsexttest.c lib/libssl : ssl_tlsext.c ssl_tlsext.h Log message: Enforce that SNI hostnames be correct as per rfc 6066 and 5980. Co

CVS: cvs.openbsd.org: src

2020-05-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/23 08:49:32 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Added files: sys/arch/powerpc64/include: pte.h Log message: Define PTE bits.

CVS: cvs.openbsd.org: src

2020-05-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/05/23 07:19:13 Modified files: usr.sbin/ldomctl: parse.y Log message: Typofix

CVS: cvs.openbsd.org: src

2020-05-23 Thread Daniel Jakots
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/05/23 07:16:03 Modified files: etc/etc.amd64 : login.conf etc/etc.i386 : login.conf etc/etc.macppc : login.conf etc/etc.sparc64: login.conf Log message: Remove useless line

CVS: cvs.openbsd.org: src

2020-05-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/05/23 07:06:33 Modified files: usr.sbin/ldomctl: parse.y Log message: Fail on duplicate vcpu, memory or iodevice parameters Domains get to define their cores and memory only once unlike vnet, vdisk and

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 07:00:30 Modified files: usr.bin/openssl: s_server.c Log message: While the second SSL_CTX in this code is only used on servername callback, so its mode is not used to update the ssl's mode, it se

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 06:52:54 Modified files: usr.bin/openssl: s_client.c s_server.c Log message: In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by default. To avoid hanging on a blocking read, we need

CVS: cvs.openbsd.org: src

2020-05-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/23 06:14:52 Modified files: lib/libssl : ssl_lib.c Log message: Enable SSL_MODE_AUTO_RETRY by default. In TLSv1.2 and earlier, when an application goes to read application data, handshake messag

CVS: cvs.openbsd.org: src

2020-05-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/23 05:58:46 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages. ok beck@ inoguchi@ tb@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/05/23 05:57:41 Modified files: lib/libssl : tls13_internal.h tls13_record_layer.c Log message: Provide the option to retry or return after post-handshake messages. In TLSv1.3 post-handshake handsha

CVS: cvs.openbsd.org: src

2020-05-23 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/05/23 05:40:16 Modified files: sys/arch/powerpc64/powerpc64: locore.S machdep.c Added files: sys/arch/powerpc64/include: opal.h Log message: Clean up the code that implements the OPAL A

CVS: cvs.openbsd.org: src

2020-05-23 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/05/23 05:29:37 Modified files: sys/arch/sparc64/dev: vldcp.c sys/arch/sparc64/include: conf.h Log message: Implement kqueue(2) support. inputs & ok kettenis@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 05:30:13 Modified files: lib/libssl : ssl_lib.c Log message: fix a confusingly wrapped line

CVS: cvs.openbsd.org: src

2020-05-23 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/05/23 03:44:20 Modified files: sys/dev/sbus : magma.c spif.c Log message: Implement kqfilter matching the corresponding poll routine. ok kettenis@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 03:02:02 Modified files: usr.bin/openssl: s_server.c Log message: Avoid an out-of-bounds array access in the s_server. It can be triggered by sending a line to stdin while no connection is open a

CVS: cvs.openbsd.org: src

2020-05-23 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/05/23 02:47:19 Modified files: lib/libssl : ssl_tlsext.c tls13_server.c Log message: Do not assume that server_group != 0 or tlsext_supportedgroups != NULL implies that we're dealing with a HRR in t

CVS: cvs.openbsd.org: src

2020-05-23 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/05/23 02:42:51 Modified files: sys/dev/ic : ar5008.c sys/dev/pci: if_iwm.c if_iwn.c if_wpi.c Log message: Fix typo in a comment that originated in wpi(4) and has spread elsewhere.

CVS: cvs.openbsd.org: src

2020-05-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/05/23 02:40:55 Modified files: sys/arch/alpha/tc: tcasic.c Log message: remove ifdef'd out tc fb cnattach bits miod@ agrees this can go

CVS: cvs.openbsd.org: src

2020-05-23 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/05/23 01:58:24 Modified files: sys/dev/pci: ppbreg.h Log message: Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4) that improved bridge emulation, but unfortunately was forgot

CVS: cvs.openbsd.org: src

2020-05-23 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/05/23 01:18:50 Modified files: gnu/llvm/lib/Target/Mips: MipsReturnProtectorLowering.cpp sys/arch/mips64/mips64: trap.c Log message: Use a distinct trap code with retguard on mips64. This lets