CVS: cvs.openbsd.org: src

2022-03-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/21 00:48:00 Removed files: sys/arch/arm64/include: float.h machdep.h Log message: Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ (works better with `cvs rm' prior to commit.

CVS: cvs.openbsd.org: src

2022-03-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/03/21 00:45:50 Modified files: distrib/sets/lists/comp: md.arm64 Log message: Remove unused files which serve no purpose in OpenBSD; with and ok jsg@

CVS: cvs.openbsd.org: src

2022-03-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/03/20 23:45:52 Modified files: sys/sys: atomic.h Log message: Remove data dependency barrier from atomic_load_* functions This makes the atomic_load_* functions relaxed in terms of memory order

CVS: cvs.openbsd.org: src

2022-03-20 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/20 22:35:41 Modified files: sbin/dhcpleased: dhcpleased.c dhcpleased.h parse.y Log message: default the conffile variable to the default file name instead of NULL. this avoids having to test for NUL

CVS: cvs.openbsd.org: src

2022-03-20 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/20 22:00:56 Modified files: sys/netinet: raw_ip.c Log message: call in_pcbselsrc from rip_output so route sourceaddr can take effect. previously things that used sendto or similar with raw socke

CVS: cvs.openbsd.org: src

2022-03-20 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/20 21:51:09 Modified files: sys/netinet: in_pcb.c Log message: treat 255.255.255.255 like an mcast address in in_pcbselsrc. this allows the IP_MULTICAST_IF sockopt to specify which address you w

CVS: cvs.openbsd.org: src

2022-03-20 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/03/20 18:20:40 Modified files: sys/scsi : scsiconf.c Log message: No point in calling scsi_link_shutdown() if link->pool is NULL. Ditto config_detach() if link->device_softc is NULL. Currently j

CVS: cvs.openbsd.org: src

2022-03-20 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/03/20 17:24:03 Modified files: lib/libc/gen : login_cap.c Log message: setusercontext: only call setrtable(2) if "rtable" set explicitly. When LOGIN_SETRTABLE is set in flags, only call setrtable(2) i

CVS: cvs.openbsd.org: src

2022-03-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/03/20 13:16:29 Modified files: sys/netinet: in_pcb.h Log message: Include sys/mutex.h from netinet/in_pcb.h. Struct mutex will be needed to make inpcb in kernel MP safe. To build sysctl and libkvm

CVS: cvs.openbsd.org: src

2022-03-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/03/20 07:27:23 Modified files: lib/libcrypto/asn1: a_object.c Log message: Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().

CVS: cvs.openbsd.org: src

2022-03-20 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/03/20 07:14:02 Modified files: sys/dev: softraid.c Log message: Always check if softraid0 is NULL before dereferencing it. Avoids panic on reboot when softraid has been disabled. Discovered by

CVS: cvs.openbsd.org: src

2022-03-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2022/03/20 06:01:58 Modified files: sys/dev/ic : bwfm.c sys/dev/pci: if_iwm.c if_iwn.c if_iwx.c sys/net80211 : ieee80211_input.c ieee80211_node.h Log message: Introduce an alterna

CVS: cvs.openbsd.org: src

2022-03-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2022/03/20 05:59:39 Modified files: sys/dev/pci: if_iwm.c if_iwx.c Log message: Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans. VHT capabilities were written into the "common" s

CVS: cvs.openbsd.org: src

2022-03-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2022/03/20 04:54:43 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2022-03-20 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/20 02:52:17 Modified files: usr.bin/ssh: scp.c Log message: don't leak argument list; bz3404, reported by Balu Gajjala ok dtucker@

CVS: cvs.openbsd.org: src

2022-03-20 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/20 02:51:21 Modified files: usr.bin/ssh: misc.c Log message: make addargs() and replacearg() a little more robust and improve error reporting make freeargs(NULL) a noop like the other free funct

CVS: cvs.openbsd.org: src

2022-03-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2022/03/20 01:50:32 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c Log message: Make background scans pick up APs on 2GHz channels while in 11ac mode. found by landry@