CVS: cvs.openbsd.org: src

2019-06-11 Thread Mark Lumsden
CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2019/06/12 00:01:26

Modified files:
usr.bin/mg : log.c 

Log message:
A note about log.c.



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 23:53:21

Modified files:
usr.bin/ssh: ssh_config.5 sshd_config.5 

Log message:
deraadt noticed some inconsistency in the way we denote the "Hostname" and
"X11UseLocalhost" keywords; this makes things consistent (effectively reversing
my commit of yesterday);

ok deraadt markus djm



CVS: cvs.openbsd.org: src

2019-06-11 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2019/06/11 23:04:45

Modified files:
usr.sbin/ntpd  : config.c ntp.c ntp_dns.c ntpd.c ntpd.h parse.y 

Log message:
Fix init of syslog for childs and teach dns process about synced state.
ok benno@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2019/06/11 20:50:29

Modified files:
usr.bin/doas   : doas.c 

Log message:
a few cleanups and simplifications possible now that static pw is gone.
noted by martijn. ok martijn.



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2019/06/11 19:38:30

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

Log message:
Set interrupt moderation on the completion queue for around 1
interrupts per second, or 90% of the cq size.

ok dlg@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2019/06/11 16:16:13

Modified files:
regress/lib/libc/malloc/malloc_errno: malloc_errno.c 

Log message:
Disable junking with malloc options.  If set, the test hangs on low
memory arm64 machines.
found by patrick@; OK otto@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2019/06/11 13:43:56

Modified files:
usr.sbin/bgpd  : rde_update.c 

Log message:
Fix typo which resulted in a segfault in ebgp multihop setups.
OK claudio



CVS: cvs.openbsd.org: src

2019-06-11 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/06/11 12:38:46

Modified files:
lib/libelf : elf.3 

Log message:
fix bogus cross references: there is no ELF(3) manual page;
pointed out by naddy@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/06/11 12:30:31

Modified files:
lib/libelf : elf.3 elf_flagdata.3 elf_open.3 gelf.3 
 gelf_newehdr.3 gelf_newphdr.3 

Log message:
do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:
issue noticed by naddy@ when he inspected a bug report from aalm@;
while here, use .At where appropriate;
OK naddy@ jmc@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/06/11 12:14:23

Modified files:
share/mk   : bsd.regress.mk 

Log message:
make things slightly less insane:
- actually use the ERRORS framework for REGRESS_LOG
- put it at end of file, as best working (years of practice on bsd.port.mk)
- actually use .SILENT
- fix REGRESS_IGNORE_FAIL. Don't put a - in front of lines, but just
don't error out as false on FAILED tests.
This finally allows ^C to actually interrupt a testsuite.
- add one missing .PHONY (quite a few more for later)

okay bluhm@



CVS: cvs.openbsd.org: src

2019-06-11 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/06/11 09:40:41

Modified files:
usr.bin/mandoc : tbl_term.c 
regress/usr.bin/mandoc/tbl/layout: Makefile 
Added files:
regress/usr.bin/mandoc/tbl/layout: shortlines.in 
   shortlines.out_ascii 

Log message:
Do not access a NULL pointer if a table contains a horizontal line
next to a table line having fewer columns than the table as a whole.
Bug found by Stephen Gregoratto 
with aerc-config(5).



CVS: cvs.openbsd.org: src

2019-06-11 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2019/06/11 09:23:41

Modified files:
sys/arch/amd64/amd64: genassym.cf 
sys/arch/hppa/hppa: genassym.cf 
sys/arch/i386/i386: genassym.cf 
sys/arch/sh/sh : genassym.cf 
sys/arch/sparc64/sparc64: genassym.cf 

Log message:
Remove unused scheduler related definitions.

ok visa@



CVS: cvs.openbsd.org: xenocara

2019-06-11 Thread joshua stein
CVSROOT:/cvs
Module name:xenocara
Changes by: j...@cvs.openbsd.org2019/06/11 08:51:34

Modified files:
xserver/config : wscons.c 
xserver/os : privsep.c 

Log message:
when probing for wsmouse devices, check up to wsmouse9

ok deraadt



CVS: cvs.openbsd.org: src

2019-06-11 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 08:49:18

Modified files:
etc/etc.alpha  : MAKEDEV 
etc/etc.amd64  : MAKEDEV 
etc/etc.arm64  : MAKEDEV 
etc/etc.armv7  : MAKEDEV 
etc/etc.hppa   : MAKEDEV 
etc/etc.i386   : MAKEDEV 
etc/etc.landisk: MAKEDEV 
etc/etc.loongson: MAKEDEV 
etc/etc.luna88k: MAKEDEV 
etc/etc.macppc : MAKEDEV 
etc/etc.octeon : MAKEDEV 
etc/etc.sgi: MAKEDEV 
etc/etc.sparc64: MAKEDEV 

Log message:
regen



CVS: cvs.openbsd.org: src

2019-06-11 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 08:48:56

Modified files:
etc: MAKEDEV.common 

Log message:
make 10 wsmouse devices

for anything other than a regular old mouse, X needs to be able to
directly talk to the device and newer machines can have all kinds of
touchscreens, pen devices, touchpads, etc.

ok deraadt



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 07:39:40

Modified files:
usr.bin/ssh: ssh_config.5 

Log message:
consistent lettering for "HostName" keyword; from lauri tirkkonen



CVS: cvs.openbsd.org: src

2019-06-11 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2019/06/11 07:09:00

Modified files:
usr.bin/tmux   : server-client.c 

Log message:
Do not resize panes unless they are in an attached, active window. From
Morten M Neergaard in GitHub issue 1782.



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:56:25

Modified files:
sys/dev/pci/drm: drm_atomic_helper.c 
sys/dev/pci/drm/include/drm: drm_modeset_helper_vtables.h 

Log message:
drm: don't block fb changes for async plane updates

>From Helen Koike
fbb7e114e6e690c46f170dedd6fd2fb22f241519 in linux 4.19.y/4.19.50
89a4aac0ab0e6f5eea10d7bf4869dd15c3de2cd4 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:52:52

Modified files:
sys/dev/pci/drm/i915: i915_reg.h intel_workarounds.c 

Log message:
drm/i915: Maintain consistent documentation subsection ordering

>From Jonathan Corbet
6600ec2600d63868efa8c6641375451677469b24 in linux 4.19.y/4.19.50
551bd3368a7b3cfef01edaade8970948d178d40a in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:49:46

Modified files:
sys/dev/pci/drm/i915: intel_fbc.c 

Log message:
drm/i915/fbc: disable framebuffer compression on GeminiLake

>From Daniel Drake
360e00e290a355219425b5ea0ca62d9df3261fa1 in linux 4.19.y/4.19.50
396dd8143bdd94bd1c358a228a631c8c895a1126 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:47:24

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_acpi.c 

Log message:
drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-in

>From Aaron Liu
f3dcc88d531fd21af0c4261896eb23b455499366 in linux 4.19.y/4.19.50
bdb1ccb080dafc1b4224873a5b759ff85a7d1c10 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:45:01

Modified files:
sys/dev/pci/drm/radeon: radeon_display.c 

Log message:
drm/radeon: prefer lower reference dividers

>From Christian Koenig
84c82ab8f133f1c1e27f6b1bafe3f7d8835acc4c in linux 4.19.y/4.19.50
2e26ccb119bde03584be53406bbd22e711b0d6e6 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:42:58

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_psp.c 

Log message:
drm/amdgpu/psp: move psp version specific function pointers to early_init

>From Alex Deucher
748a97ec6c1588e3a49e09fe9ca56dcdb7f976b5 in linux 4.19.y/4.19.50
9d6fea5744d6798353f37ac42a8a653a2607ca69 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:41:02

Modified files:
sys/dev/pci/drm: drm_edid.c 

Log message:
drm: add non-desktop quirks to Sensics and OSVR headsets.

>From Ryan Pavlik
98a8cb0282ab22d0533de34412f2118bf21147e4 in linux 4.19.y/4.19.50
29054230f3e11ea818eccfa7bb4e4b3e89544164 in mainline linux



CVS: cvs.openbsd.org: src

2019-06-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/06/11 05:37:45

Modified files:
sys/dev/pci/drm: drm_edid.c 

Log message:
drm: add non-desktop quirk for Valve HMDs

>From Andres Rodriguez
490290b0415f069eb156db50d165ca6a407d47bc in linux 4.19.y/4.19.50
30d62d4453e49f85dd17b2ba60bbb68b6593dba0 in mainline linux



CVS: cvs.openbsd.org: www

2019-06-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2019/06/11 04:26:31

Modified files:
faq: current.html 

Log message:
If you used -A or -D in your regular acme-client command lines,
you will need to remove them.