CVS: cvs.openbsd.org: src

2019-10-11 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2019/10/11 23:22:48

Modified files:
etc/etc.alpha  : Makefile.inc 

Log message:
accidentally stated the MP kernel twice, leading the SHA256/SHA256.sig
file to contain two hashes for bsd.mp, and cause later upgrade problems
spotted by afresh1



CVS: cvs.openbsd.org: www

2019-10-11 Thread joshua stein
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2019/10/11 22:40:36

Modified files:
.  : 66.html 

Log message:
tweak some entries



CVS: cvs.openbsd.org: www

2019-10-11 Thread Lawrence Teo
CVSROOT:/cvs
Module name:www
Changes by: l...@cvs.openbsd.org2019/10/11 20:31:09

Modified files:
.  : 66.html 

Log message:
LibreSSL 3.0.X -> 3.0.2



CVS: cvs.openbsd.org: src

2019-10-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/11 09:25:40

Modified files:
usr.sbin/vmd   : fw_cfg.c 

Log message:
use sizeof(struct) not sizeof(pointer) in calloc call
ok deraadt@



CVS: cvs.openbsd.org: src

2019-10-11 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2019/10/11 09:20:36

Modified files:
sys/net80211   : ieee80211_input.c 

Log message:
Probe responses are generally only seen after probe requests,
which we only send if an SSID is already configured.  Thus a
scan only creates beacons.  Especially on bwfm(4) only beacons
frames are faked, there are no probe responses.  When a node
first is created, ni_rssi is 0, which is always smaller than
rxi_rssi, and it wil never be set for nodes on 5 GHz.  Thus we
should always set ni_rssi if it is 0.

Tested by jan@ tobhe@
ok stsp@ deraadt@



CVS: cvs.openbsd.org: src

2019-10-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/11 09:12:43

Modified files:
sys/arch/arm64/dev: bcm2835_dwctwo.c 
sys/arch/armv7/broadcom: bcm2835_dwctwo.c 

Log message:
When available use "interrupt-names" to select the fdt idx for dwctwo
interrupt.  Required after the dts included with raspberry pi firmware
changed from using idx 1 to idx 0 when introducing "interrupt-names".

Fixes USB devices not probing reported by dtucker@

ok kettenis@ patrick@ deraadt@



CVS: cvs.openbsd.org: src

2019-10-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/11 08:48:30

Modified files:
usr.bin/snmp   : smi.c 

Log message:
don't use sizeof(pointer) to represent buffer size
ok martijn@ deraadt@