CVS commit: src/sys/arch/x86/x86

2017-11-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 07:52:42 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Pass IPL through from intr_establish to event_set_handler. Don't unconditionally use IPL_CLOCK, which aside from being the wrong IPL for

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:50:39 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold: error:

CVS commit: src/external/gpl3/gcc.old/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:49:43 UTC 2017 Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold:

CVS commit: src/sys/arch/x86/x86

2017-11-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 07:46:52 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: #if DIAGNOSTIC panic ---> KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/x86/x86/intr.c Please

CVS commit: src/sys/arch/xen/x86

2017-11-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 11 06:16:52 UTC 2017 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: No externs in .c files! To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/xen/x86/cpu.c Please note that diffs

CVS commit: src/sys/kern

2017-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 11 03:58:01 UTC 2017 Modified Files: src/sys/kern: kern_event.c Log Message: Don't add kevents to closing file descriptors (from riastradh) To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98

CVS commit: src/sys/arch/arm/cortex

2017-11-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Nov 10 22:54:20 UTC 2017 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Add #define CPU_CORTEDVIRT to reduce copied complex ifdef. Shrink HYP test To generate a diff of this commit: cvs rdiff -u -r1.52

CVS commit: src/sys/arch/arm/conf

2017-11-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Nov 10 22:07:30 UTC 2017 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Add CPU_CORTEXA35 To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/arch/arm/conf/files.arm Please note that diffs

CVS commit: src/external/bsd/nvi/dist/common

2017-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 10 20:01:11 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: recover.c Log Message: Instead of opening the file and using popen(3), pass the file descriptor to sendmail directory. Idea and code from Todd

CVS commit: src/sys/arch/xen/xen

2017-11-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 10 19:24:17 UTC 2017 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: Fix theoretical race in xen_evtchn_trymask. This now matches ioapic_trymask: - Caller masks CPU interrupts while the PIC's interrupts

CVS commit: src/external/bsd/nvi/dist/common

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 18:08:11 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Restore the initial state at the end of line. This matters for stateful encodings like iso-2022-jp. Fix taken from yamt via nvi2.

CVS commit: src/bin/sh

2017-11-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Nov 10 17:31:12 UTC 2017 Modified Files: src/bin/sh: parser.c Log Message: PR bin/52715 Correct a (relatively harmless) use after free in prompt expansion processing [detected by asan.] Relatively harmless: as (while

CVS commit: src/external/bsd/nvi/dist/common

2017-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 10 16:35:54 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: recover.c Log Message: make the checkok test stricter to avoid races, and use O_REGULAR. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:53:00 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_join.c Log Message: Change the behavior of join command in accordance with nvi-m17n, as proposed on tech-userlevel@; when the last and first chars in

CVS commit: src/external/bsd/nvi/dist/vi

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:44:13 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: vs_line.c vs_refresh.c vs_relative.c Log Message: - Fix cursor position when a multiwidth char does not fit within a line. - Put cursor on the leftmost

CVS commit: src/external/bsd/nvi/dist

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:35:25 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: vi_db1.c src/external/bsd/nvi/dist/ex: ex.c Log Message: PR bin/52716 fix buffer overrun found by libasan To generate a diff of this commit:

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Nov 10 08:52:57 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: prekern.h Log Message: Implement memcpy, the builtin version does not work with variable sizes. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Nov 10 08:05:38 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: locore.S prekern.h Log Message: Add cpuid and rdseed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4