CVS: cvs.openbsd.org: src

2019-03-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/03/07 00:58:26 Modified files: sys/arch/arm64/dev: simplebus.c Log message: When accessing the child address cells make sure to use the size for those instead of the size of the parent address cells.

CVS: cvs.openbsd.org: src

2019-03-06 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/03/07 00:42:37 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c kroute.c mrt.c parse.y rde.c rde.h rde_rib.c session.c session.h Log message: Do a better job at

CVS: cvs.openbsd.org: src

2019-03-06 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2019/03/06 15:14:23 Modified files: usr.bin/ssh: groupaccess.c match.c match.h servconf.c Log message: Move checks for lists of users or groups into their own function. This is a no-op on OpenBSD but

CVS: cvs.openbsd.org: src

2019-03-06 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2019/03/06 14:06:59 Modified files: usr.bin/ssh: serverloop.c Log message: Reset last-seen time when sending a keepalive. Prevents sending two keepalives successively and prematurely terminating

CVS: cvs.openbsd.org: src

2019-03-06 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/03/06 12:49:05 Modified files: sbin/pfctl : parse.y pfctl.c pfctl_parser.h Log message: Fix once rules parse.y revision 1.682 from 16.07.2018 errornously allowed `match once' and `anchor "a"

CVS: cvs.openbsd.org: src

2019-03-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/06 11:37:22 Modified files: usr.bin/rsync : Makefile client.c extern.h main.c server.c socket.c Removed files: usr.bin/rsync : child.c Log message: Simplify

CVS: cvs.openbsd.org: src

2019-03-06 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/06 08:36:30 Modified files: sys/dev/acpi : acpithinkpad.c Log message: explicitly unmask keyboard brightness and screen brightness events on newer machines these may be masked by default so

CVS: cvs.openbsd.org: src

2019-03-06 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/06 08:32:38 Modified files: sys/dev/acpi : acpithinkpad.c Log message: thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight make it clear these are dealing with keyboard backlight and not

CVS: cvs.openbsd.org: src

2019-03-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/06 07:35:29 Modified files: gnu/usr.bin/clang/clang: Makefile gnu/usr.bin/clang/llc: Makefile gnu/usr.bin/clang/lld: Makefile Log message: When linking libLLVM.a in clang and lld

CVS: cvs.openbsd.org: xenocara

2019-03-06 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2019/03/06 06:32:19 Modified files: app/cwm: xevents.c Log message: same thing as screen_find()

CVS: cvs.openbsd.org: src

2019-03-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/06 05:32:10 Modified files: usr.bin/mandoc : cgi.c Log message: drop redundant '0' flag from "%02.2X" format string; found by a compiler warning from gcc 4.9.2 on Linux

CVS: cvs.openbsd.org: src

2019-03-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/06 05:26:31 Modified files: usr.bin/mandoc : Makefile Log message: man.cgi also needs to link arch.o; forgotten in rev. 1.116

CVS: cvs.openbsd.org: src

2019-03-06 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/03/06 04:00:49 Modified files: sys/dev/pci: if_ixl.c Log message: Ignore rx interrupts if the interface isn't supposed to be running. In some situations the pxe rom seems to leave rx

CVS: cvs.openbsd.org: xenocara

2019-03-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/03/06 03:40:16 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync

CVS: cvs.openbsd.org: xenocara

2019-03-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/03/06 03:39:52 Modified files: lib/mesa : Makefile.bsd-wrapper Log message: Build Mesa with LLVM support on amd64 and i386 now that libelf and shared libLLVM are in base. And now we can

CVS: cvs.openbsd.org: src

2019-03-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/06 02:36:27 Modified files: sys/kern : tty_pty.c Log message: Revert revision 1.91. It results in significant log spam when running vmd, as observed by mlarkin and myself. discussed with

CVS: cvs.openbsd.org: src

2019-03-06 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/06 01:13:54 Modified files: gnu/usr.bin/clang: Makefile.inc gnu/usr.bin/clang/include/llvm/Config: Makefile llvm-config.h.in Log message: Define LLVM_NATIVE_* in llvm-config.h like the