CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 03:57:11 Modified files: sys/net: pf.c Log message: a couple of minor whitespace tweaks. no functional change. am i a pf hacker now?

CVS: cvs.openbsd.org: src

2021-06-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/06/01 06:33:54 Modified files: sys/dev/pci: if_iwx.c Log message: Fix iwx(4) firmware reloading after a failure to parse the firmware file. Noticed by Peter N. M. Hansteen This issue will also be

CVS: cvs.openbsd.org: src

2021-06-01 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/06/01 07:13:10 Added files: regress/sys/kern/ungc: Makefile ungc.c Log message: Introduce the new test which enforces unp_gc() run and close unreferenced descriptors. ok bluhm@

CVS: cvs.openbsd.org: src

2021-06-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/06/01 07:21:08 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Switch iwm(4) to new firmware images available in iwm-firmware-20210512. This updates firmware for 3165, 31

Re: CVS: cvs.openbsd.org: src

2021-06-01 Thread Stefan Sperling
On Tue, Jun 01, 2021 at 07:21:08AM -0600, Stefan Sperling wrote: > Log message: > Switch iwm(4) to new firmware images available in iwm-firmware-20210512. > Tested: > 7260: florian > 3168: kevlo > 7265: stsp, mlarkin > 8260: bket > 8265: stsp, benno > 9560: stsp, steven Missing on the above list,

CVS: cvs.openbsd.org: src

2021-06-01 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/06/01 08:23:34 Modified files: sys/net: rtsock.c Log message: Check `so_state' in rtm_senddesync() and return if SS_ISCONNECTED or SS_CANTRCVMORE bits are set. The first check required to preve

CVS: cvs.openbsd.org: src

2021-06-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/06/01 12:03:56 Modified files: sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Revert iwm(4) firmware updates for now; robert@ reports stalled Tx on 9260

CVS: cvs.openbsd.org: xenocara

2021-06-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:xenocara Changes by: na...@cvs.openbsd.org 2021/06/01 13:33:54 Added files: . : .gitignore Log message: instruct git to ignore all **/obj entries created by "make obj" ok jcs@ jca@

CVS: cvs.openbsd.org: src

2021-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/06/01 13:49:17 Modified files: lib/libtls : tls_server.c Log message: Remove unnecessary cast in free. ok jsing

CVS: cvs.openbsd.org: src

2021-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/06/01 14:14:17 Modified files: lib/libtls : tls_client.c Log message: Avoid sending a trailing dot in SNI as a client While an FQDN includes a trailing dot for the zero-length label of the root, SN

CVS: cvs.openbsd.org: src

2021-06-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/06/01 14:26:11 Modified files: lib/libtls : tls_client.c Log message: Update RFC reference. RFC 4366 was obsoleted by RFC 6066.

CVS: cvs.openbsd.org: www

2021-06-01 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: pam...@cvs.openbsd.org 2021/06/01 14:42:06 Modified files: . : plus.html Log message: plus through end of May, with kmos@ ok florian

CVS: cvs.openbsd.org: src

2021-06-01 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/06/01 14:57:12 Modified files: sbin/iked : vroute.c Log message: Remember flow routes in addition to host routes and delete them explicitly on shutdown. Store netmask in route queue to fix cleanup

CVS: cvs.openbsd.org: src

2021-06-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2021/06/01 15:12:11 Modified files: sys/arch/amd64/amd64: locore.S Log message: Don't clear the cpu's bit in the old pmap's pm_cpus until we're off the old one and set it in the new pmap's pm_cpus be

CVS: cvs.openbsd.org: src

2021-06-01 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/06/01 16:54:44 Modified files: sys/kern : subr_disk.c Log message: Make spoofed disklabel boundstart and boundend default to the bounds of the usable LBA range defined by the GPT header. And then

CVS: cvs.openbsd.org: src

2021-06-01 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/06/01 17:56:20 Modified files: regress/usr.bin/ssh: test-exec.sh ssh2putty.sh Log message: Use a default value for $OPENSSL, allowing it to be overridden. Do the same in the PuTTY tests since it's neede

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 18:09:57 Modified files: sys/netinet: in.h ip_input.c Log message: factor out the code that does basic sanity checks on ipv4 headers. this will allow these checks to be reused by bridge (wher

CVS: cvs.openbsd.org: src

2021-06-01 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/06/01 18:17:45 Modified files: regress/usr.bin/ssh: ssh2putty.sh Log message: Merge back shell portability changes bringing it back in sync with -portable.

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 18:20:50 Modified files: sys/netinet6 : in6.h ip6_input.c Log message: factor out the code that does sanity checks on ipv6 headers and addresses. this will allow these checks to be reused for i

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 18:27:03 Modified files: sys/netinet6 : ip6_input.c Log message: don't init a pointer just to immediately set it again. this is in ip6_input_if just before ipv6_check returns the pointer we end

CVS: cvs.openbsd.org: src

2021-06-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/06/01 18:39:27 Modified files: sys/kern : subr_prf.c sys/ddb: db_command.c sys/sys: systm.h sys/arch/amd64/amd64: trap.c sys/arch/alpha/include: c

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 18:40:51 Modified files: sys/net: if_bridge.c Log message: use ipv4_check and ipv6_check provided by the network stacks. this removes the duplication of the check code, and lets the v6 co

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 18:44:19 Modified files: sys/net: if_veb.c if_tpmr.c Log message: use ipv4_check and ipv6_check to well, check ip headers before running pf. unlike bridge(4), these checks are only run wh

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 19:30:30 Modified files: sys/net: if_tpmr.c Log message: read the tpmr if_flags once in tpmr_input so link flags apply consistently. this avoids IFF_LINK1 getting set by another cpu halfw

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 19:36:10 Modified files: sys/net: if_tpmr.c Log message: tpmr_input is called in an smr crit section, so it doesnt need its own. this simplifies the code a little bit.

CVS: cvs.openbsd.org: src

2021-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/06/01 19:37:10 Modified files: sys/net: if_tpmr.c Log message: only read the if_bpf pointer once.