CVS commit: src/sys

2019-01-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 8 07:46:11 UTC 2019 Modified Files: src/sys/arch/macppc/include: autoconf.h src/sys/arch/ofppc/include: autoconf.h src/sys/arch/powerpc/include: types.h src/sys/arch/powerpc/powerpc: openfirm.c

CVS commit: src/lib/libnvmm

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jan 8 07:34:22 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Handle REPN. FreeBSD has a "repn movs", which is a bit unusual, but doesn't seem illegal as far as I can tell from the AMD SDM. With that, I

CVS commit: src/sys/dev/nvmm

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jan 8 07:29:46 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm_ioctl.h Log Message: _IOWR -> _IOW To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/nvmm/nvmm_ioctl.h Please note that diffs are not

CVS commit: src/sys/dev/raidframe

2019-01-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 8 07:18:18 UTC 2019 Modified Files: src/sys/dev/raidframe: rf_driver.c rf_netbsdkintf.c rf_raid.h Log Message: remove the final tsleep/wakeup pair in raidframe. To generate a diff of this commit: cvs rdiff -u -r1.133

CVS commit: src/sys/dev/pci

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 06:55:50 UTC 2019 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/if_bnx.c Please note that diffs are

CVS commit: src/sys/dev/pci

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 06:29:36 UTC 2019 Modified Files: src/sys/dev/pci: if_msk.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/pci/if_msk.c Please note that diffs are

CVS commit: src/doc

2019-01-07 Thread Kamil Rytarowski
8. [christos 20190104] TrouSerS: Import trousers-0.3.14 [christos 20190107] tpm-tools: Import tpm-tools-1.3.9.1 [christos 20190107] + compiler-rt: Import compiler-rt r350590 LLVM sanitizers [kamil 20190108]

CVS commit: src/libexec/httpd

2019-01-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 8 06:04:29 UTC 2019 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: remove reference to deleted -r option. fixes PR#53840 from J. Lewis Muir. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core

2019-01-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 8 05:57:34 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core: nouveau_nvkm_core_option.c Log Message: revert this commit: >date: 2018-08-27 07:19:47 -0700; author: riastradh;

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/lsan

2019-01-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 8 05:44:58 UTC 2019 Added Files: src/sys/external/bsd/compiler_rt/dist/lib/lsan: lsan.cc lsan.h lsan_allocator.cc lsan_allocator.h lsan_common.cc lsan_common.h lsan_common_linux.cc

CVS import: src/sys/external/bsd/compiler_rt/dist

2019-01-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 8 05:40:59 UTC 2019 Update of /cvsroot/src/sys/external/bsd/compiler_rt/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29706 Log Message: Import compiler-rt r350590. LLVM sanitizers on top of unmodified files from

CVS commit: src/sys/dev/pci

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 04:18:50 UTC 2019 Modified Files: src/sys/dev/pci: if_sk.c Log Message: Whitespace fix. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/if_sk.c Please note that

CVS commit: src/sys/dev/pci

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 04:13:27 UTC 2019 Modified Files: src/sys/dev/pci: if_sk.c Log Message: u_int{8,16,32,64}_t -> uint{8,16,32,64}_t. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

CVS commit: src/sys/dev/mii

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 03:14:51 UTC 2019 Modified Files: src/sys/dev/mii: brgphy.c igphy.c makphy.c mii_physubr.c mii_verbose.c Log Message: Whitespace fixes. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sys/dev/mii

2019-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 8 03:03:50 UTC 2019 Modified Files: src/sys/dev/mii: mii_bitbang.c miivar.h Log Message: s/u_int32_t/uint32_t/ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/mii/mii_bitbang.c cvs rdiff -u

CVS commit: src/usr.sbin/veriexecgen

2019-01-07 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Jan 8 01:31:49 UTC 2019 Modified Files: src/usr.sbin/veriexecgen: veriexecgen.8 Log Message: veriexecgen(8): improve example for appending /etc to the signatures database. From Edgar Pettijohn in PR misc/53839. To

CVS commit: src/usr.sbin/npf/npfctl

2019-01-07 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Jan 8 01:19:16 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: npf.conf(5): add a minor clarification about table types that can't accept masks on IP addresses. Prompted by Rob Hunter in PR

CVS commit: src/tests/usr.bin/c++

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 00:22:11 UTC 2019 Modified Files: src/tests/usr.bin/c++: t_pthread_once.sh Log Message: This now works too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/c++/t_pthread_once.sh

CVS commit: src/tests/usr.bin/c++

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 00:21:19 UTC 2019 Modified Files: src/tests/usr.bin/c++: t_call_once.sh Log Message: this now works... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/c++/t_call_once.sh Please note

CVS commit: src/sys/arch/mvme68k/stand/wrtvid

2019-01-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 8 00:00:53 UTC 2019 Modified Files: src/sys/arch/mvme68k/stand/wrtvid: wrtvid.c Log Message: Include unistd.h for write(2) and close(2). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/doc

2019-01-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jan 7 23:06:40 UTC 2019 Modified Files: src/doc: CHANGES Log Message: cgdroot To generate a diff of this commit: cvs rdiff -u -r1.2486 -r1.2487 src/doc/CHANGES Please note that diffs are not public domain; they are subject

CVS commit: src/sys/uvm

2019-01-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 7 22:48:01 UTC 2019 Modified Files: src/sys/uvm: uvm_meter.c uvm_page.h Log Message: add sysctl to easily set ubc_direct PR kern/53124 To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/dev

2019-01-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 7 22:35:55 UTC 2019 Modified Files: src/sys/dev: dksubr.c Log Message: fix the disklabel sanity check coversion for case when both disklabel and disk geometry are > DEV_BSIZE, such as fictitious cd(4) disklabel still

CVS commit: src/lib/libnvmm

2019-01-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 7 22:17:02 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 Log Message: Remove leading zero from date. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libnvmm/libnvmm.3 Please note that diffs are

CVS commit: src/sys/sys

2019-01-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 7 22:05:50 UTC 2019 Modified Files: src/sys/sys: param.h Log Message: fix whitespace To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/sys/sys/param.h Please note that diffs are not public domain;

CVS commit: src/sys

2019-01-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 7 22:00:33 UTC 2019 Modified Files: src/sys/arch/aarch64/include: param.h src/sys/arch/algor/include: param.h src/sys/arch/alpha/include: param.h src/sys/arch/amd64/include: param.h

CVS commit: src/sys/dev

2019-01-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 7 21:04:35 UTC 2019 Modified Files: src/sys/dev: dksubr.c Log Message: convert the sector counts for label sanity checks to use same unit (DEV_BSIZE), so that the check is meaningful if disklabel sector size and disk

CVS commit: src/share/misc

2019-01-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jan 7 18:48:08 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: Add Bluetooth related terms: ACL, LMP, LELL, SCO To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223

CVS commit: src/lib/libnvmm

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jan 7 18:13:34 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Optimize the legpref node: omit BRN (we don't care and it's the same as OVR_CS), inline the loops, sort the checks from most to least likely

CVS commit: src/usr.sbin/sysinst/arch/macppc

2019-01-07 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Jan 7 18:08:28 UTC 2019 Modified Files: src/usr.sbin/sysinst/arch/macppc: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Add GENERIC.MP and GENERIC_601 kernels to sysinst menu To generate a

CVS commit: src/lib/libnvmm

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jan 7 16:30:26 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm.3 libnvmm_x86.c nvmm.h Log Message: Optimize: on single memory operand instructions, take the GPA directly from the exit structure provided by the kernel. This

CVS commit: src/doc

2019-01-07 Thread Christos Zoulas
Changes from NetBSD 8.0 to NetBSD 9.0: wpa: Import wpa_supplicant and hostapd 2.7. [christos 20190104] acpi(4): Updated ACPICA to 20181213. [christos 20190104] tmux(1): Imported 2.8. [christos 20190104] + TrouSerS: Import trousers-0.3.14 [christos 20190107] + tpm-tools: Import tpm-tools-1.3.9

CVS commit: src/crypto/external/cpl/tpm-tools/dist

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 7 15:43:05 UTC 2019 Modified Files: src/crypto/external/cpl/tpm-tools/dist/lib: Makefile.am Makefile.in src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt: Makefile.am Makefile.in

CVS commit: src/crypto/external/cpl/trousers

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 7 15:43:17 UTC 2019 Modified Files: src/crypto/external/cpl/trousers/dist/src/tspi: tsp_tcsi_param.c src/crypto/external/cpl/trousers/lib/libtspi: Makefile Log Message: new config file To generate a diff of

CVS import: src/crypto/external/cpl/tpm-tools/dist

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 7 15:37:43 UTC 2019 Update of /cvsroot/src/crypto/external/cpl/tpm-tools/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20647 Log Message: tpm-tools (1.3.9.1) - Builds with openssl 1.1.0 - Align code properly so

CVS commit: src/crypto/external/cpl/trousers

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 7 15:18:04 UTC 2019 Modified Files: src/crypto/external/cpl/trousers/bin/tcsd: Makefile src/crypto/external/cpl/trousers/dist/src/include: tcsd.h tcsps.h trousers_types.h

CVS import: src/crypto/external/cpl/trousers/dist

2019-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 7 14:57:26 UTC 2019 Update of /cvsroot/src/crypto/external/cpl/trousers/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18347 Log Message: * TROUSERS_0_3_14 - Changes to support OpenSSL 1.1.0 - Removed some warnings for

CVS commit: src/sys/dev/nvmm/x86

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jan 7 14:08:02 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Optimize: cache the guest state entirely in the VMCB-cache, flush it on a state-by-state basis when needed. To generate a diff of this

CVS commit: [netbsd-7-0] src/doc

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:05:34 UTC 2019 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1670 To generate a diff of this commit: cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: [netbsd-7-0] src

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:04:55 UTC 2019 Modified Files: src/distrib/sets/lists/base [netbsd-7-0]: mi src/doc [netbsd-7-0]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7-0]: Makefile NEWS TZDATA_VERSION

CVS commit: [netbsd-7-1] src/doc

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:04:04 UTC 2019 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1670 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7-1] src

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:03:22 UTC 2019 Modified Files: src/distrib/sets/lists/base [netbsd-7-1]: mi src/doc [netbsd-7-1]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7-1]: Makefile NEWS TZDATA_VERSION

CVS commit: [netbsd-7] src/doc

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:01:02 UTC 2019 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1670 To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 14:00:31 UTC 2019 Modified Files: src/distrib/sets/lists/base [netbsd-7]: mi src/doc [netbsd-7]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-7]: Makefile NEWS TZDATA_VERSION africa

CVS commit: [netbsd-8] src/doc

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 13:50:37 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1156 and #1157 To generate a diff of this commit: cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-8.1 Please note that diffs

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

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 13:49:39 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-8]: mpii.c Log Message: Pull up following revision(s) (requested by kardel in ticket #1157): sys/dev/pci/mpii.c: revision 1.19 fix LUN handling (byte

CVS commit: src/lib/libnvmm

2019-01-07 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jan 7 13:47:33 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Improvements and fixes: * Decode AND/OR/XOR from Group1. * Sign-extend the immediates and displacements in 64bit mode. * Fix the storage

CVS commit: [netbsd-8] src/sys/arch/evbmips/conf

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 13:46:57 UTC 2019 Modified Files: src/sys/arch/evbmips/conf [netbsd-8]: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY AP30 CI20 CPMBR1400 DB120 ERLITE GDIUM LINKITSMART7688 LOONGSON MALTA MERAKI RB153

CVS commit: src/sys/arch/sparc64/sparc64

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 13:10:44 UTC 2019 Modified Files: src/sys/arch/sparc64/sparc64: machdep.c Log Message: When writing a kernel core dump, display the countdown w/o timestamps. To generate a diff of this commit: cvs rdiff -u -r1.290

CVS commit: src/sys

2019-01-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 7 13:09:48 UTC 2019 Modified Files: src/sys/kern: subr_prf.c src/sys/sys: kprintf.h systm.h Log Message: Introduce new helper printf functions that get passed output flags. Add a new kprintf flag to avoid adding