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

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 15:14:28 UTC 2017 Modified Files: src/sys/arch/x86/x86: pmc.c Log Message: switch pmc_ncounters to unsigned int. matches userland pmc, makes it clear to static analyzers that if the loop in pmc_nmi (for (i = 0; i <

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 18 14:11:42 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Added Files: src/sys/arch/shark/ofw: vlpci.h Log Message: First pass reducing magic numbers adding register defines. No change to register

CVS commit: src/sys/dev/iscsi

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 17:28:18 UTC 2017 Modified Files: src/sys/dev/iscsi: base64.c Log Message: Remove redundant duplicate assignment. from clang static analyzer To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/hdaudio

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 16:30:21 UTC 2017 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: remove redundant assignments nchan is overwritten before it is used in all cases. so is i. from clang static analyzer ok riastradh To

CVS commit: src/sys/opencrypto

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 17:05:05 UTC 2017 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: Remove duplicate assignment. We assign the same value unconditionally just before. from clang static analyzer XXX surrounding code seems

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 18 12:17:12 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: KNF, whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/shark/ofw/vlpci.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 12:34:07 UTC 2017 Modified Files: src/lib/libc/gen: xsyslog.c Log Message: always initialize iovcnt from clang static analyzer To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gen/xsyslog.c

CVS commit: src/sys/kern

2017-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 18:07:30 UTC 2017 Modified Files: src/sys/kern: kern_module.c Log Message: PR/52174: Remove root test, it is too verbose. XXX: need to come up with something better. To generate a diff of this commit: cvs rdiff -u

CVS import: src/crypto/external/bsd/openssh/dist

2017-04-18 Thread Christos Zoulas
-20170418 U src/crypto/external/bsd/openssh/dist/PROTOCOL.agent U src/crypto/external/bsd/openssh/dist/kexc25519.c U src/crypto/external/bsd/openssh/dist/LICENCE U src/crypto/external/bsd/openssh/dist/OVERVIEW U src/crypto/external/bsd/openssh/dist/PROTOCOL U src/crypto/external/bsd

CVS commit: src/crypto/external/bsd/openssh/lib

2017-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 18:41:59 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/lib: shlib_version Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/crypto/external/bsd/openssh/lib/shlib_version

CVS commit: src/doc

2017-04-18 Thread Christos Zoulas
roy 20170414] + OpenSSH: Imported 7.5. [christos 20170418]

CVS commit: src/distrib/sets/lists

2017-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 18:43:11 UTC 2017 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libssh To generate a diff of this commit: cvs rdiff -u -r1.809 -r1.810

CVS commit: src/sys/lib/libsa

2017-04-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 18 07:44:21 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Swap arguments to strncmp() so that the thing we are testing, the section name, comes first; and so that the length of the string constant

CVS commit: src/sys/lib/libsa

2017-04-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Apr 18 06:39:54 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Move deallocation of shstrsz inside the block where it is allocated. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 21:29:40 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: can_var.h Log Message: include socketvar.h, so avoid a warning on struct sockopt * To generate a diff of this commit: cvs rdiff -u -r1.1.2.6

CVS commit: [netbsd-7] src/sys/arch

2017-04-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Apr 18 19:53:50 UTC 2017 Modified Files: src/sys/arch/amd64/conf [netbsd-7]: XEN3_DOM0 src/sys/arch/i386/conf [netbsd-7]: XEN3_DOM0 Log Message: Pull up following revision(s) (requested by bouyer in ticket #1367):

CVS commit: [netbsd-7] src/doc

2017-04-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Apr 18 19:54:52 UTC 2017 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: amend 1367 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.2 Please note that diffs are not public

CVS commit: src/sys

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 18 19:09:12 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC src/sys/dev/usb: ualea.c usbdevices.config usbdevs Log Message: gson@ informs me the Alea I

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 20:37:38 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: can.c can_var.h Log Message: Add can_ifinit_timings() helper function, which initialise timing parameters to known invalid values. To generate a

CVS commit: [bouyer-socketcan] src/sys/arch/arm/allwinner

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 21:30:38 UTC 2017 Modified Files: src/sys/arch/arm/allwinner [bouyer-socketcan]: files.awin Added Files: src/sys/arch/arm/allwinner [bouyer-socketcan]: awin_can.c Log Message: First draft of a driver for the

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 20:36:27 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: can_link.h Log Message: Remove clt_clock_freq from user-supplied timing informations, it is defined by the brp. To generate a diff of this commit:

CVS commit: [bouyer-socketcan] src/sys/netcan

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 20:48:07 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: files.netcan Log Message: if_canloop.c is in netcan/ To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2

CVS commit: src/lib/libc/rpc

2017-04-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 18 11:35:34 UTC 2017 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: avoid calloc(1,0). from clang static analyzer ok christos To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Apr 18 10:49:35 UTC 2017 Modified Files: src/sys/netipsec: key_debug.c Log Message: Use %zu for size_t (fix build of 32bit archs) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/netipsec/key_debug.c

CVS commit: src/sys/dev/pci

2017-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 18 10:00:26 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Add missing ':' To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/dev/pci/pci_subr.c Please note that diffs are not

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

2017-04-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Apr 18 11:44:38 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: use DPRINTF instead of #define INTRDEBUG and printf(). To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98

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

2017-04-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Apr 18 11:49:50 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: change aprint_verbose() to know easily msi devices affinity to CPU#0 or not. suggested by msaitoh@n.o. To generate a diff of this

CVS commit: src/sys/netinet

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:23:06 UTC 2017 Modified Files: src/sys/netinet: ip_carp.c Log Message: Fix build without INET6 To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/netinet/ip_carp.c Please note that diffs are

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:43:34 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Fix indentations (NFC) To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/netipsec/ipsec.c Please note that diffs are not

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:39:14 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c ipsec.h ipsec_input.c ipsec_mbuf.c ipsec_output.c ipsec_private.h key.c keysock.c xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c

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

2017-04-18 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Apr 18 20:02:50 UTC 2017 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: Add handling of trap 0x06c @ trap level 1 - based on code from OpenBSD, but slightly adapted to NetBSD. verified using qemu

CVS commit: src

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Apr 19 00:01:38 UTC 2017 Modified Files: src/distrib/sets/lists/modules: mi src/sys/dev/usb: ualea.c src/sys/modules: Makefile src/sys/rump/dev/lib/libualea: Makefile Added Files:

CVS commit: src

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Apr 19 00:17:31 UTC 2017 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: ualea.4 Log Message: Offering for the wiz daemon. To generate a diff

CVS commit: src/sys/dev/usb

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 18 19:04:25 UTC 2017 Modified Files: src/sys/dev/usb: Makefile.usbdevs Log Message: Fix the same typo again in the same comment. Still no functional change. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/usb

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 18 19:03:43 UTC 2017 Modified Files: src/sys/dev/usb: Makefile.usbdevs Log Message: Fix typo in comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/dev/lib/libualea

2017-04-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 18 19:41:27 UTC 2017 Modified Files: src/sys/rump/dev/lib/libualea: UALEA.ioconf Log Message: Make comment match. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libualea/UALEA.ioconf

CVS commit: [bouyer-socketcan] src/sys/arch/evbarm/conf

2017-04-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Apr 18 21:31:48 UTC 2017 Modified Files: src/sys/arch/evbarm/conf [bouyer-socketcan]: CUBIEBOARD GENERIC.common Log Message: Include options CAN and canloop pseudo-device by default. Add awincan0 device to CUBIEBOARD To

CVS commit: src/sys/dev/ic

2017-04-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Apr 19 02:21:53 UTC 2017 Modified Files: src/sys/dev/ic: rtl81x9reg.h Log Message: Fix value for RE_TDESC_CMD_LGSEND_V6 (currently unused) To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:42:11 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c key.c key_debug.h keysock.c Log Message: Tweak KEYDEBUG macros Let's avoid passing statements to a macro. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:40:58 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c key.c Log Message: Change panic if DIAGNOSTIC to KASSERT One can be changed to CTASSERT. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sys/dev

2017-04-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Apr 19 00:20:02 UTC 2017 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h src/sys/dev/pci: if_re_pci.c Log Message: Performance improvements for PCIe and 8168 based devices: - When using the

CVS commit: src/usr.bin/make

2017-04-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Apr 19 04:54:17 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: We cannot use buf as both src and destination for snprintf. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/usr.bin/make/main.c

CVS commit: src/sys/netipsec

2017-04-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Apr 19 03:28:19 UTC 2017 Modified Files: src/sys/netipsec: ipsec.c Log Message: Improve message on assertion failure To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/netipsec/ipsec.c Please note that