CVS: cvs.openbsd.org: src

2017-02-25 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/02/25 22:52:02 Modified files: sys/arch/octeon/include: cpu.h Log message: Define cache line size for the per-cpu API.

CVS: cvs.openbsd.org: src

2017-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/25 21:16:05 Modified files: distrib/sets/lists/base: md.arm64 Log message: sync

CVS: cvs.openbsd.org: src

2017-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/25 21:06:38 Modified files: usr.sbin/pcidump: Makefile Log message: build pcidump on arm64

CVS: cvs.openbsd.org: src

2017-02-25 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2017/02/25 16:48:08 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: pledge stdio before parsing the http response ok tb@

CVS: cvs.openbsd.org: src

2017-02-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/02/25 15:53:36 Modified files: gnu/usr.bin/binutils-2.17/bfd: bfd-in2.h elf32-arm.c libbfd.h reloc.c gnu/usr.bin/binutils-2.17/gas/config: tc-arm.c

CVS: cvs.openbsd.org: src

2017-02-25 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/25 13:09:20 Modified files: sys/dev/acpi : acpiasus.c acpireg.h acpithinkpad.c acpitoshiba.c atk0110.c Log message: move vendor HIDs into their drivers, clean up some unus

CVS: cvs.openbsd.org: src

2017-02-25 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/25 12:15:09 Modified files: sys/dev/acpi : acpireg.h acpithinkpad.c Log message: attach acpithinkpad to LEN0268 HID found on newer thinkpads

CVS: cvs.openbsd.org: src

2017-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/02/25 11:04:13 Modified files: gnu/usr.bin/clang/clang: clang.1 Log message: sync clang.1 with clang.rst Generated with gmake and py-sphinx installed via cd /usr/src/gnu/llvm/tools/clang/docs && gmake

CVS: cvs.openbsd.org: src

2017-02-25 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/25 10:12:25 Added files: lib/libcxxabi : shlib_version Log message: Provide libc++abi as shared library as well. Discussed and requested due to ports build failures. ok kettenis@

CVS: cvs.openbsd.org: src

2017-02-25 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/25 10:05:43 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4).

CVS: cvs.openbsd.org: src

2017-02-25 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/25 10:04:19 Modified files: sys/arch/arm64/conf: files.arm64 sys/arch/arm64/dev: ampintc.c Log message: Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an extension to t

CVS: cvs.openbsd.org: src

2017-02-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/02/25 09:53:02 Modified files: gnu/llvm/lib/Transforms/Scalar: LoopIdiomRecognize.cpp Log message: Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are the internal names

CVS: cvs.openbsd.org: src

2017-02-25 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/25 09:53:09 Modified files: sys/arch/arm64/arm64: intr.c sys/arch/arm64/include: intr.h Log message: MSI interrupts are established in a different way as well. Instead of simply hooking up

CVS: cvs.openbsd.org: src

2017-02-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/02/25 08:04:01 Modified files: gnu/llvm/tools/clang/lib/Basic: Targets.cpp Log message: Fix the types used on aarch64 to match what we have in . >From Brad Smith.

CVS: cvs.openbsd.org: src

2017-02-25 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/02/25 06:19:57 Modified files: sys/arch/arm64/dev: ampintc.c Log message: Implement support for interrupt types. The GIC only seems to support level triggered active-high or egdge triggered low-to-high

CVS: cvs.openbsd.org: src

2017-02-25 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2017/02/25 05:57:03 Modified files: distrib/miniroot: install.sub Log message: Localize _OPT as it is not used as a global variable. OK tb@

CVS: cvs.openbsd.org: src

2017-02-25 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/02/25 03:21:53 Modified files: gnu/llvm/tools/lld/ELF: OutputSections.cpp Log message: Make sure the .eh_frame ends with a terminator. This avoids creating a zero-sized .eh_frame section, which