CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 19:58:23 UTC 2019 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Two more gcc 7 warnings when compiling wiht optimization on, one to go. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 19:58:23 UTC 2019 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Two more gcc 7 warnings when compiling wiht optimization on, one to go. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 18:50:15 UTC 2019 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Detect and report running in a XEN hvm container. This allows the lapic code to apply its x2apic probe logic while running in a XEN hvm

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

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 18:50:15 UTC 2019 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Detect and report running in a XEN hvm container. This allows the lapic code to apply its x2apic probe logic while running in a XEN hvm

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 19:15:38 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc partman.c Log Message: Make sure we properly truncate snprintf() results when the target buffer is too small, in a way that appeases gcc 7 warnings.

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 19:15:38 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc partman.c Log Message: Make sure we properly truncate snprintf() results when the target buffer is too small, in a way that appeases gcc 7 warnings.

CVS commit: src/usr.sbin/syslogd

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 11 19:45:54 UTC 2019 Modified Files: src/usr.sbin/syslogd: syslogd.h Log Message: add parens around defines with expressions that could expand poorly depending on the usage. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/syslogd

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 11 19:45:54 UTC 2019 Modified Files: src/usr.sbin/syslogd: syslogd.h Log Message: add parens around defines with expressions that could expand poorly depending on the usage. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 20:03:28 UTC 2019 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Remove unconditional truncation - it confuses gcc To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 20:03:28 UTC 2019 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Remove unconditional truncation - it confuses gcc To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/arch/i386/i386

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 17:28:52 UTC 2019 Modified Files: src/sys/arch/i386/i386: i386_trap.S Log Message: Remove redundant conditional IDT_VEC() entries. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/cddl/osnet/lib/libdtrace

2019-02-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Feb 11 17:49:37 UTC 2019 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: -Wno-format-truncation is only needed when using GCC To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/external/cddl/osnet/lib/libdtrace

2019-02-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Feb 11 17:49:37 UTC 2019 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: -Wno-format-truncation is only needed when using GCC To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/i386/i386

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 17:28:52 UTC 2019 Modified Files: src/sys/arch/i386/i386: i386_trap.S Log Message: Remove redundant conditional IDT_VEC() entries. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 20:40:18 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h partman.c util.c Log Message: Fix a few off by one (in both directions) in previous, pointed out by mrg. Avoid open coding snprintf return

CVS commit: src/usr.sbin/sysinst

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 20:40:18 UTC 2019 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h partman.c util.c Log Message: Fix a few off by one (in both directions) in previous, pointed out by mrg. Avoid open coding snprintf return

Re: CVS commit: src/external/cddl/osnet/lib/libdtrace

2019-02-11 Thread maya
On Tue, Feb 12, 2019 at 04:59:33AM +1100, matthew green wrote: > "Tobias Nygren" writes: > > Module Name:src > > Committed By: tnn > > Date: Mon Feb 11 17:49:37 UTC 2019 > > > > Modified Files: > > src/external/cddl/osnet/lib/libdtrace: Makefile > > > > Log

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 12 02:38:56 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Instead of queuing to a separate task, handle the fdwatch events inline. Fixes locking. We could simplify the code a

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 12 02:38:56 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Instead of queuing to a separate task, handle the fdwatch events inline. Fixes locking. We could simplify the code a

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

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Feb 12 03:13:50 UTC 2019 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Fix typo: Parameters are seperated by ','. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/arch/x86/x86/intr.c

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

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Feb 12 03:13:50 UTC 2019 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Fix typo: Parameters are seperated by ','. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/arch/x86/x86/intr.c

CVS commit: src/external/gpl2/xcvs/dist/doc

2019-02-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Feb 12 01:32:08 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.1 cvs.texinfo Log Message: cvs.1 & cvs.texinfo: add information about the "update" command's "-t" flag to cvs.texinfo, so the installed man and

CVS commit: src/external/gpl2/xcvs/dist/doc

2019-02-11 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Feb 12 01:32:08 UTC 2019 Modified Files: src/external/gpl2/xcvs/dist/doc: cvs.1 cvs.texinfo Log Message: cvs.1 & cvs.texinfo: add information about the "update" command's "-t" flag to cvs.texinfo, so the installed man and

CVS commit: src/tests/lib/libc/sys

2019-02-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 12 06:00:05 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Refactor lwp_create1 and lwp_exit1 into trace_thread* in ptrace(2) tests New tests: - trace_thread1 - trace_thread2 -

CVS commit: src/tests/lib/libc/sys

2019-02-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 12 06:00:05 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Refactor lwp_create1 and lwp_exit1 into trace_thread* in ptrace(2) tests New tests: - trace_thread1 - trace_thread2 -

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

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 12 07:15:58 UTC 2019 Modified Files: src/sys/arch/sparc/conf: GENERIC Log Message: add commented QUOTA2 line. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/arch/sparc/conf/GENERIC Please note

CVS commit: src/sys

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 12 07:16:56 UTC 2019 Modified Files: src/sys/compat/sunos: files.sunos src/sys/conf: files Log Message: compat_sunos depends upon compat_09. fixes: [ 1.8785495] WARNING: module error: built-in module compat_sunos

CVS commit: src/sys

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 12 07:16:56 UTC 2019 Modified Files: src/sys/compat/sunos: files.sunos src/sys/conf: files Log Message: compat_sunos depends upon compat_09. fixes: [ 1.8785495] WARNING: module error: built-in module compat_sunos

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

2019-02-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 12 07:15:58 UTC 2019 Modified Files: src/sys/arch/sparc/conf: GENERIC Log Message: add commented QUOTA2 line. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/arch/sparc/conf/GENERIC Please note

CVS commit: src/sys/arch/xen

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Feb 12 07:58:26 UTC 2019 Modified Files: src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: conditionally include XENPV specific code. This explicitly excludes PV only

CVS commit: src/sys/arch/xen

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Feb 12 07:58:26 UTC 2019 Modified Files: src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: conditionally include XENPV specific code. This explicitly excludes PV only

CVS commit: src/sys/arch

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 14:59:33 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S cpufunc.S db_interface.c gdt.c genassym.cf lock_stubs.S locore.S machdep.c process_machdep.c spl.S trap.c vector.S

CVS commit: src/sys/arch

2019-02-11 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Feb 11 14:59:33 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S cpufunc.S db_interface.c gdt.c genassym.cf lock_stubs.S locore.S machdep.c process_machdep.c spl.S trap.c vector.S

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:44:34 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1189): sys/dev/pci/if_wm.c: revision 1.622

CVS commit: [netbsd-8] src/doc

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:45:33 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1187, #1188 and #1189 To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-8.1 Please note

CVS commit: [netbsd-8] src/doc

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:45:33 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1187, #1188 and #1189 To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-8.1 Please note

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:44:34 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1189): sys/dev/pci/if_wm.c: revision 1.622

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:38:19 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket #1188 To generate a diff of this commit: cvs rdiff -u -r1.1281.2.12 -r1.1281.2.13

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:38:19 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket #1188 To generate a diff of this commit: cvs rdiff -u -r1.1281.2.12 -r1.1281.2.13

CVS commit: [netbsd-8] src

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:23:03 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: specialreg.h src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1187):

CVS commit: [netbsd-8] src

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:23:03 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: specialreg.h src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1187):

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:34:09 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1188): sys/dev/pci/pcidevs: revision 1.1360

CVS commit: [netbsd-8] src/sys/dev/pci

2019-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 13:34:09 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1188): sys/dev/pci/pcidevs: revision 1.1360

CVS commit: src/sys/kern

2019-02-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 11 11:12:58 UTC 2019 Modified Files: src/sys/kern: subr_pool.c Log Message: Fix previous, pr_size includes the KASAN redzone. Repurpose pr_reqsize and use it for PR_ZERO, it holds the size requested by the user with no

CVS commit: src/sys/kern

2019-02-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 11 11:12:58 UTC 2019 Modified Files: src/sys/kern: subr_pool.c Log Message: Fix previous, pr_size includes the KASAN redzone. Repurpose pr_reqsize and use it for PR_ZERO, it holds the size requested by the user with no