CVS: cvs.openbsd.org: www

2019-10-09 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:www
Changes by: k...@cvs.openbsd.org2019/10/09 23:18:16

Modified files:
faq: upgrade66.html 

Log message:
Moved section on the OpenBSD/octeon bootloader.
Made the change example match the configuration examples in INSTALL.octeon.
Turned reference to INSTALL.octeon into a  link.
Bold the one changed word between the before and after.



CVS: cvs.openbsd.org: www

2019-10-09 Thread Visa Hankala
CVSROOT:/cvs
Module name:www
Changes by: v...@cvs.openbsd.org2019/10/09 22:20:49

Modified files:
faq: upgrade66.html 

Log message:
Mention that U-Boot configuration has to be changed in order to use
the bootloader on octeon.

Prompted by florian@ and deraadt@



CVS: cvs.openbsd.org: src

2019-10-09 Thread Mike Larkin
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2019/10/09 22:09:04

Modified files:
sys/dev/acpi   : dsdt.c 

Log message:
Make reading past the end of an AML array not a panic.

Several machines have broken AML which reads past the end the end
of an array. Previously this was an aml_die/panic. acpica just warns
on such accesses, so this diff makes us do the same.

ok kettenis, jcs, deraadt



CVS: cvs.openbsd.org: src

2019-10-09 Thread Mike Larkin
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2019/10/09 22:04:33

Modified files:
sys/dev/acpi   : dsdt.c 

Log message:
Remove trailing whitespace



CVS: cvs.openbsd.org: www

2019-10-09 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2019/10/09 15:16:55

Modified files:
.  : 66.html 

Log message:
delete areas noone felt like documenting



CVS: cvs.openbsd.org: www

2019-10-09 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2019/10/09 15:10:31

Modified files:
.  : 66.html 

Log message:
VMM/VMD improvements are fine as is



CVS: cvs.openbsd.org: www

2019-10-09 Thread Frederic Cambus
CVSROOT:/cvs
Module name:www
Changes by: fcam...@cvs.openbsd.org 2019/10/09 15:04:08

Modified files:
.  : 66.html 

Log message:
Add a few missing links to man.openbsd.org.



CVS: cvs.openbsd.org: www

2019-10-09 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2019/10/09 15:02:49

Modified files:
.  : 66.html 

Log message:
mark Xenocara as unfinished



CVS: cvs.openbsd.org: www

2019-10-09 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2019/10/09 15:00:03

Modified files:
.  : 66.html 

Log message:
mark "Package highlights" section as to be completed



CVS: cvs.openbsd.org: www

2019-10-09 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2019/10/09 14:50:35

Modified files:
.  : 66.html 

Log message:
Sync the OpenSSH section with the OpenSSH 8.1 releasenotes.



CVS: cvs.openbsd.org: src

2019-10-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/09 10:43:22

Modified files:
usr.bin/ftp: fetch.c 

Log message:
On a 503, only retry if "Retry-After: 0" is present.

We just bail out if the header is absent or if the server tells us to
wait.  Prodding from job@, ok sthen@ deraadt@



CVS: cvs.openbsd.org: src

2019-10-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2019/10/09 10:17:59

Modified files:
lib/libcrypto/rsa: rsa_oaep.c 

Log message:
Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*
conditionals, now that this code handles arbitrary message digests.

ok inoguchi@ tb@



CVS: cvs.openbsd.org: src

2019-10-09 Thread Tobias Heider
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org   2019/10/09 04:07:50

Modified files:
sys/dev/ic : bwfm.c 

Log message:
Restore BSS channel only when BSS was not changed in iee80211_input().
Synced from iwm(4).

ok patrick@



CVS: cvs.openbsd.org: src

2019-10-09 Thread Tobias Heider
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org   2019/10/09 03:21:45

Modified files:
sys/dev/pci: if_iwn.c 

Log message:
Restore BSS channel only when BSS was not changed in iee80211_intputm().
Synced from iwm(4).

ok stsp@ patrick@