CVS commit: src/sys/dev/pci

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 19 05:52:57 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Fix a bug that the TPH ST table is decoded even if it's not in the TPH Requester extended capability structure. To generate a diff

CVS commit: src/sys/dev/pci

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 19 05:52:57 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Fix a bug that the TPH ST table is decoded even if it's not in the TPH Requester extended capability structure. To generate a diff

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

2017-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 19 05:45:37 UTC 2017 Modified Files: src/sys/arch/arm/broadcom: bcm2835_cm.h bcm2835_pwm.h Log Message: Fix RCSIds To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_cm.h \

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

2017-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 19 05:45:37 UTC 2017 Modified Files: src/sys/arch/arm/broadcom: bcm2835_cm.h bcm2835_pwm.h Log Message: Fix RCSIds To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_cm.h \

CVS commit: src/sys/dev/usb

2017-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 19 05:39:22 UTC 2017 Modified Files: src/sys/dev/usb: usbdi.c Log Message: KASSERT -> KASSERTMSG and while I'm here update a comment To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/usbdi.c

CVS commit: src/sys/dev/usb

2017-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 19 05:39:22 UTC 2017 Modified Files: src/sys/dev/usb: usbdi.c Log Message: KASSERT -> KASSERTMSG and while I'm here update a comment To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/usbdi.c

CVS commit: src/external/lgpl3/gmp/dist

2017-10-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Oct 19 03:26:29 UTC 2017 Modified Files: src/external/lgpl3/gmp/dist: acinclude.m4 configure Log Message: external/lgpl3/gmp build fail in configure phase with "ln -s J /etc/malloc.conf". patch from pkgsrc/devel/gmp

CVS commit: src/external/lgpl3/gmp/dist

2017-10-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Oct 19 03:26:29 UTC 2017 Modified Files: src/external/lgpl3/gmp/dist: acinclude.m4 configure Log Message: external/lgpl3/gmp build fail in configure phase with "ln -s J /etc/malloc.conf". patch from pkgsrc/devel/gmp

Re: CVS commit: src/usr.sbin/inetd

2017-10-18 Thread Ryota Ozaki
On Tue, Oct 17, 2017 at 9:03 PM, Christos Zoulas wrote: > In article <20171017071319.a4380f...@cvs.netbsd.org>, > Ryota Ozaki wrote: >>-=-=-=-=-=- >> >>Module Name: src >>Committed By: ozaki-r >>Date: Tue Oct 17 07:13:19 UTC 2017 >>

CVS commit: src/usr.sbin/cpuctl/arch

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 19 03:09:55 UTC 2017 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Update from Intel SDM: 0x55: Xeon Scalable (Skylake) 0x57: Xeon Phi [357]200 (Knights Landing) 0x66: Future Core (Cannon Lake) 0x85:

CVS commit: src/usr.sbin/cpuctl/arch

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 19 03:09:55 UTC 2017 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Update from Intel SDM: 0x55: Xeon Scalable (Skylake) 0x57: Xeon Phi [357]200 (Knights Landing) 0x66: Future Core (Cannon Lake) 0x85:

CVS commit: src/bin/sh

2017-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 19 01:57:18 UTC 2017 Modified Files: src/bin/sh: jobs.c Log Message: Re-factor the code that extracts status from exited jobs, avoiding code duplication, and reducing the size of /bin/sh by a trivial amount. NFCI. This is

CVS commit: src/sys/net

2017-10-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Oct 19 01:57:15 UTC 2017 Modified Files: src/sys/net: bpf.c Log Message: Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safe Pointed out by k-goda@IIJ To generate a diff of this commit: cvs rdiff -u -r1.216

CVS commit: src/bin/sh

2017-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 19 01:57:18 UTC 2017 Modified Files: src/bin/sh: jobs.c Log Message: Re-factor the code that extracts status from exited jobs, avoiding code duplication, and reducing the size of /bin/sh by a trivial amount. NFCI. This is

CVS commit: src/sys/net

2017-10-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Oct 19 01:57:15 UTC 2017 Modified Files: src/sys/net: bpf.c Log Message: Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safe Pointed out by k-goda@IIJ To generate a diff of this commit: cvs rdiff -u -r1.216

CVS commit: src/bin/test

2017-10-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 18 18:11:54 UTC 2017 Modified Files: src/bin/test: test.1 Log Message: Remove unnecessary Tn. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/test/test.1 Please note that diffs are not public domain;

CVS commit: src/bin/test

2017-10-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 18 18:11:54 UTC 2017 Modified Files: src/bin/test: test.1 Log Message: Remove unnecessary Tn. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/test/test.1 Please note that diffs are not public domain;

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

2017-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Oct 18 17:12:42 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: mm.c Log Message: If a branch is already there, use it and don't create a new one. This way we can call mm_map_tree twice with neighboring regions. To

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

2017-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Oct 18 17:12:42 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: mm.c Log Message: If a branch is already there, use it and don't create a new one. This way we can call mm_map_tree twice with neighboring regions. To

CVS commit: src/sys/lib/libsa

2017-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Oct 18 16:29:56 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Group the sections into segments, and align to KERNALIGN only between segments. Prerequisite for other changes. Unfortunately the code is

CVS commit: src/sys/lib/libsa

2017-10-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Oct 18 16:29:56 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: Group the sections into segments, and align to KERNALIGN only between segments. Prerequisite for other changes. Unfortunately the code is

CVS commit: src/sys/dev/usb

2017-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 18 16:01:58 UTC 2017 Modified Files: src/sys/dev/usb: if_athn_usb.c Log Message: Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/if_athn_usb.c

CVS commit: src/sys/dev/usb

2017-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 18 16:01:58 UTC 2017 Modified Files: src/sys/dev/usb: if_athn_usb.c Log Message: Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/if_athn_usb.c

CVS commit: src/sys/dev/usb

2017-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 18 16:00:53 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Sony UWA-BR100 WLAN adapter To generate a diff of this commit: cvs rdiff -u -r1.740 -r1.741 src/sys/dev/usb/usbdevs Please note that

CVS commit: src/sys/dev/usb

2017-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 18 16:01:21 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.733 -r1.734 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.734 -r1.735

CVS commit: src/sys/dev/usb

2017-10-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 18 16:00:53 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Sony UWA-BR100 WLAN adapter To generate a diff of this commit: cvs rdiff -u -r1.740 -r1.741 src/sys/dev/usb/usbdevs Please note that

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

2017-10-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 18 12:55:14 UTC 2017 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: do what freebsd does: - when disabling an interrupt, disable it on the HT PIC as well - when establishing an interrupt, don't

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

2017-10-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 18 12:55:14 UTC 2017 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: do what freebsd does: - when disabling an interrupt, disable it on the HT PIC as well - when establishing an interrupt, don't

CVS commit: src/sys/dev/pci/ixgbe

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 18 10:43:32 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Protect ec_multi* with mutex like other MP safe Ethernet drivers. See if_ether.h rev. 1.66 and related stuff:

CVS commit: src/sys/dev/pci/ixgbe

2017-10-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 18 10:43:32 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Protect ec_multi* with mutex like other MP safe Ethernet drivers. See if_ether.h rev. 1.66 and related stuff:

CVS commit: src/bin/test

2017-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 18 08:54:59 UTC 2017 Modified Files: src/bin/test: test.1 Log Message: I have seen (way too often) uses of test(1) that are not defined to actually work (but just happen to, today, and in some cases, even that trusts to some

CVS commit: src/bin/test

2017-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 18 08:54:59 UTC 2017 Modified Files: src/bin/test: test.1 Log Message: I have seen (way too often) uses of test(1) that are not defined to actually work (but just happen to, today, and in some cases, even that trusts to some

CVS commit: src/sys/dev/ata

2017-10-18 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Oct 18 08:38:35 UTC 2017 Modified Files: src/sys/dev/ata: ata.c Log Message: add newlines to the debug messages To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/dev/ata/ata.c Please note that diffs

CVS commit: src/sys/dev/ata

2017-10-18 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Oct 18 08:38:35 UTC 2017 Modified Files: src/sys/dev/ata: ata.c Log Message: add newlines to the debug messages To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/dev/ata/ata.c Please note that diffs