CVS commit: src/sys/netinet6

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 2 06:23:45 UTC 2018 Modified Files: src/sys/netinet6: ip6_mroute.c Log Message: Fix a pretty simple, yet pretty tragic typo: we should return IPPROTO_DONE, not IPPROTO_NONE. With IPPROTO_NONE we will keep parsing the

CVS commit: src/external/gpl3/gcc/dist

2018-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 2 03:41:13 UTC 2018 Modified Files: src/external/gpl3/gcc/dist: LAST_UPDATED MD5SUMS NEWS config.guess config.sub configure configure.ac src/external/gpl3/gcc/dist/INSTALL: binaries.html build.html

CVS commit: src

2018-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 2 01:02:42 UTC 2018 Modified Files: src/bin/expr: Makefile src/distrib/sets/lists/base: ad.mips shl.mi src/distrib/sets/lists/comp: ad.arm ad.hppa ad.m68k ad.mips ad.powerpc ad.riscv ad.sh3

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

2018-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 1 22:58:44 UTC 2018 Modified Files: src/sys/arch/sparc/sparc: cpu.c Log Message: "save fp ipi" is an interrupt type counter, mark it so. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253

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

2018-02-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 1 21:47:07 UTC 2018 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5_11_2 Log Message: add dstemp at iic To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

CVS commit: src/sys/dev/i2c

2018-02-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 1 21:44:18 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: dstemp.c Log Message: add driver for Maxim DS1631 High-Precision Digital Thermometer and Thermostat temperature

CVS commit: src/external/gpl3/gcc/usr.bin/include

2018-02-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 1 21:10:46 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Added Files: src/external/gpl3/gcc/usr.bin/include/sanitizer: Makefile Log Message: Install GCC (gcc) headers for Sanitizers

CVS commit: src

2018-02-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 1 20:50:23 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/etc/mtree: NetBSD.dist.base src/external/gpl3/gcc.old/usr.bin/include: Makefile Added Files:

CVS commit: src/sys/fs/nfs/common

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 17:22:45 UTC 2018 Modified Files: src/sys/fs/nfs/common: nfsport.h Log Message: Remove unused (and a reference to ovbcopy along the way). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/netipsec

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 17:16:11 UTC 2018 Modified Files: src/sys/netipsec: ipsec_mbuf.c Log Message: Replace ovbcopy -> memmove, same. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/netipsec/ipsec_mbuf.c Please note

CVS commit: src/sys/dev

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 16:49:35 UTC 2018 Modified Files: src/sys/dev/ic: arn5008.c arn9003.c src/sys/dev/usb: if_athn_usb.c if_run.c Log Message: Replace ovbcopy -> memmove, same. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netinet6

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 16:36:01 UTC 2018 Modified Files: src/sys/netinet6: scope6.c Log Message: Style, no real functional change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/netinet6/scope6.c Please note that

CVS commit: src/sys/netinet6

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 16:23:28 UTC 2018 Modified Files: src/sys/netinet6: route6.c Log Message: Remove this code, RH0 must be dropped, according to RFC5095. FreeBSD and OpenBSD already do the same. Also, style, and remove useless includes.

CVS commit: src/sys/netinet6

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 16:17:00 UTC 2018 Modified Files: src/sys/netinet6: route6.c Log Message: Fix the ICMP error code. rh was obtained via IP6_EXTHDR_GET, and it is not guaranteed to be in the same mbuf as ip6, so computing the difference

CVS commit: src/sys/netinet6

2018-02-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 1 15:53:16 UTC 2018 Modified Files: src/sys/netinet6: raw_ip6.c Log Message: Fix use-after-free, the first m_copyback_cow may have freed the mbuf, so it is wrong to read ip6->ip6_nxt. To generate a diff of this commit:

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

2018-02-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 1 14:50:36 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun6i_spi.c Log Message: wait at most one second for controller to complete reset To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/doc

2018-02-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 1 12:09:19 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: gdb-8.1 out. To generate a diff of this commit: cvs rdiff -u -r1.1499 -r1.1500 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys

2018-02-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 1 09:55:37 UTC 2018 Modified Files: src/sys/dev/usb: ohci.c xhci.c src/sys/external/bsd/dwc2: dwc2.c Log Message: Fix KASSERT panic. When detaching USB host controoler, the following panic occured: kernel

CVS commit: src/sys/dev/usb

2018-02-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 1 09:50:48 UTC 2018 Modified Files: src/sys/dev/usb: uhub.c Log Message: Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB host controller drivers detachable. OK'd by Nick. To generate a diff of this

CVS commit: src/sys/dev/usb

2018-02-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 1 09:47:47 UTC 2018 Modified Files: src/sys/dev/usb: ohci.c Log Message: - Fix panic on shutdown reported by ozaki-r in PR kern/52961. Use callot_halt() correctly. Tested by me and OK'd by Nick. - Disable interrupt in

CVS commit: src/sys/dev/pci

2018-02-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 1 09:09:14 UTC 2018 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: - Add PCie Link Activation ECN. - Use macro. - KNF. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/sys/dev/pci

2018-02-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 1 08:18:47 UTC 2018 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Cleanup: - Don't pass a capability pointer as a argument of pci_conf_find_cap() and determine the first pointer in the pci_conf_find_cap()