CVS: cvs.openbsd.org: www

2019-10-13 Thread Pamela Mosiejczuk
CVSROOT:/cvs
Module name:www
Changes by: pam...@cvs.openbsd.org  2019/10/13 01:08:49

Modified files:
.  : plus66.html 

Log message:
plus for October 7-12
ok florian



CVS: cvs.openbsd.org: src

2019-10-13 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/13 04:56:31

Modified files:
sys/arch/amd64/amd64: efifb.c 
sys/dev/acpi   : acpithinkpad.c acpitoshiba.c acpivout.c 
sys/dev/pci: vga_pci.c 
sys/dev/pci/drm/i915: i915_drv.c 
sys/dev/wscons : wsdisplay.c wsdisplayvar.h 

Log message:
Move ws_get_param/ws_set_param into wsdisplay code.

ok deraadt@, jsg@



CVS: cvs.openbsd.org: www

2019-10-13 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:www
Changes by: schwa...@cvs.openbsd.org2019/10/13 08:59:33

Modified files:
.  : 66.html 

Log message:
mandoc(1) and perldoc(1)



CVS: cvs.openbsd.org: src

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

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

Log message:
Factor out socket cleanup code

As a side effect this shuts down the TLS connection before closing the
underlying socket for redirectionss.

ok job@



CVS: cvs.openbsd.org: src

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

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

Log message:
Also close the server connection before retrying on a 503.

Keeping it around uses both local and remote resources for no good reason.

ok job@



CVS: cvs.openbsd.org: www

2019-10-13 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org   2019/10/13 09:40:22

Modified files:
.  : 66.html 

Log message:
10075 aarch64 packages



CVS: cvs.openbsd.org: src

2019-10-13 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/10/13 10:21:46

Modified files:
usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
- have a method explicitly return undef instead of falling off the end
- old signatures have been dead for 3 years, time to remove mention of them
in error messages



CVS: cvs.openbsd.org: src

2019-10-13 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/10/13 10:22:58

Modified files:
usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
name value to shorten code



CVS: cvs.openbsd.org: src

2019-10-13 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/10/13 10:22:30

Modified files:
usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
even in the empty case, use wantarray to properly return 0/an empty array.



CVS: cvs.openbsd.org: src

2019-10-13 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/13 11:00:54

Modified files:
sys/dev/fdt: simplefb.c 

Log message:
Add display brightness hooks.

ok matthieu@, deraadt@, patrick@



CVS: cvs.openbsd.org: src

2019-10-13 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/13 11:21:25

Modified files:
sys/dev/fdt: files.fdt 

Log message:
Fix whitespace issue spotted by Krystian Lewandowski.



CVS: cvs.openbsd.org: src

2019-10-13 Thread Frederic Cambus
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2019/10/13 13:49:21

Modified files:
sys/dev/wscons : wsdisplay.c 

Log message:
Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).

OK ratchov@, visa@



CVS: cvs.openbsd.org: www

2019-10-13 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2019/10/13 19:15:42

Modified files:
.  : events.html 

Log message:
add some video links



CVS: cvs.openbsd.org: www

2019-10-13 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2019/10/13 19:24:30

Modified files:
.  : events.html 

Log message:
two more videos



CVS: cvs.openbsd.org: src

2019-10-13 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/13 19:59:14

Modified files:
sys/dev/pci: azalia.c azalia.h azalia_codec.c 

Log message:
Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make it
clear they are not widget quirks, and renumber AZ_QRK_WID_SPKR2_DAC
to fall outside of AZ_QRK_WID_MASK since it's not handled by
azalia_codec_widget_quirks



CVS: cvs.openbsd.org: src

2019-10-13 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/13 20:04:35

Modified files:
sys/dev/pci: azalia.h azalia_codec.c 

Log message:
Add another quirk for the ALC285 on the X1C7 to avoid a clicking
noise on the headphone output

>From Linux



CVS: cvs.openbsd.org: www

2019-10-13 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2019/10/13 21:57:48

Modified files:
.  : 66.html 

Log message:
do not show 65 image for 66



CVS: cvs.openbsd.org: src

2019-10-13 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/14 00:00:02

Modified files:
usr.bin/ssh: sshkey-xmss.c 

Log message:
memleak in error path; spotted by oss-fuzz, ok markus@



CVS: cvs.openbsd.org: src

2019-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2019/10/14 00:56:54

Modified files:
usr.sbin/syspatch: syspatch.sh 

Log message:
Better error message when we fail to fetch SHA256.sig.
Add "syspatch:" to every error message so we know where it comes from.

req. by deraddt@
ok deraadt@ tb@



CVS: cvs.openbsd.org: src

2019-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2019/10/14 00:58:53

Modified files:
usr.sbin/sysupgrade: sysupgrade.sh 

Log message:
unpriv(): propagate error code to the caller instead of failing hard.
This will allow reacting on failure.

ok florian@