CVS commit: src/sys/conf

2017-10-09 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Oct  9 10:28:33 UTC 2017

Modified Files:
src/sys/conf: files

Log Message:
(untested) attempt to fix b5 evbarm-earmv7hf build - please revert if this
is incorrect, or harms anything else...


To generate a diff of this commit:
cvs rdiff -u -r1.1181 -r1.1182 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/crunch/crunchgen

2017-10-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Oct  9 10:31:50 UTC 2017

Modified Files:
src/usr.bin/crunch/crunchgen: crunchgen.1

Log Message:
New sentence, new line. Remove superfluous Pps.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/crunch/crunchgen/crunchgen.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Oct  9 12:07:03 UTC 2017

Modified Files:
src/crypto/external/bsd/openssh/dist: channels.c packet.c

Log Message:
PR/52604: Tatoku Ogaito: Fix x11 session forwarding.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/crypto/external/bsd/openssh/dist/channels.c
cvs rdiff -u -r1.28 -r1.29 src/crypto/external/bsd/openssh/dist/packet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 14:01:59 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: sun4i_a10_ccu.c sunxi_ccu.h sunxi_ccu_div.c

Log Message:
Add A10/A20 cpufreq scaling support


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/sunxi/sun4i_a10_ccu.c \
src/sys/arch/arm/sunxi/sunxi_ccu_div.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/sunxi/sunxi_ccu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 14:28:01 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: sunxi_ts.c

Log Message:
Add support for sun4i and sun6i, and enable temperature sensor support.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_ts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/i2c

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 14:52:43 UTC 2017

Modified Files:
src/sys/dev/i2c: axp20x.c

Log Message:
Change aprint_verbose on voltage change to aprint_debug to prevent dmesg
spam when running estd. While here, remove ": " prefix on aprint_*_dev
format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/axp20x.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 14:55:32 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: files.sunxi

Log Message:
sunxits needs sysmon_envsys


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/sunxi/files.sunxi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 15:53:28 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: files.sunxi
Added Files:
src/sys/arch/arm/sunxi: sunxi_sramc.c sunxi_sramc.h

Log Message:
Add driver for sun4i SRAM controller.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/sunxi/files.sunxi
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/sunxi/sunxi_sramc.c \
src/sys/arch/arm/sunxi/sunxi_sramc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Oct  9 15:53:45 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf: SUNXI

Log Message:
add sunxisramc


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/SUNXI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Oct  9 17:39:33 UTC 2017

Modified Files:
src/sys/arch/x86/x86: identcpu.c

Log Message:
Simplify macro logic of cpu_probe_old_fpu


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/x86/x86/identcpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Oct  9 17:41:18 UTC 2017

Modified Files:
src/sys/arch/x86/x86: identcpu.c

Log Message:
Don't probe for the no FPU case. it's not supported


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x86/x86/identcpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2017-10-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Oct  9 17:49:28 UTC 2017

Modified Files:
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: fpu.c identcpu.c procfs_machdep.c x86_machdep.c

Log Message:
GC i386_fpu_present. no FPU x86 is not supported.

Also delete newly unused send_sigill


To generate a diff of this commit:
cvs rdiff -u -r1.795 -r1.796 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/fpu.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/procfs_machdep.c
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/x86/x86/x86_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/tools/gcc

2017-10-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct  9 17:59:16 UTC 2017

Modified Files:
src/tools/gcc [netbsd-8]: Makefile mknative-gcc

Log Message:
Apply patch (requested by christos in ticket #312):
disable dual libstdc++ abi


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.81.4.1 src/tools/gcc/Makefile
cvs rdiff -u -r1.89 -r1.89.6.1 src/tools/gcc/mknative-gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src

2017-10-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct  9 18:05:12 UTC 2017

Modified Files:
src/distrib/sets/lists/comp [netbsd-8]: mi
src/external/gpl3/gcc/usr.bin/include [netbsd-8]: Makefile

Log Message:
Pull up following revision(s) (requested by christos in ticket #313):
distrib/sets/lists/comp/mi: 1.2148
external/gpl3/gcc/usr.bin/include/Makefile: patch
Add stdatomic.h


To generate a diff of this commit:
cvs rdiff -u -r1.2138.2.1 -r1.2138.2.2 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.8 -r1.8.8.1 src/external/gpl3/gcc/usr.bin/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2017-10-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct  9 18:09:09 UTC 2017

Modified Files:
src/doc [netbsd-8]: CHANGES-8.0

Log Message:
312, 313


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2017-10-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Oct  9 23:24:22 UTC 2017

Modified Files:
src/sys/dev/pci: mpii.c

Log Message:
Reorder to avoid null deref before null test


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/mpii.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Oct  9 23:42:40 UTC 2017

Modified Files:
src/sys/dev/pci/n8: nsp.c

Log Message:
Delete bogus NULL test.

We deref session just above, and all callers already have session != NULL
already.

suggested by riastradh, spotted by coccinelle


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/n8/nsp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2017-10-09 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Oct 10 03:05:29 UTC 2017

Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c

Log Message:
 Fix the location of AMD's smca(Scalable MCA) bit. Thanks Yasushi Oshima for
finding this bug.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/procfs_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2017-10-09 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Oct 10 03:11:01 UTC 2017

Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h

Log Message:
 Decode IOMMU capability of PCI secure device capability. From "AMD I/O
Virtualization Technology(IOMMU) Specification (#48882) Revision 3.00".


To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/dev/pci/pci_subr.c
cvs rdiff -u -r1.133 -r1.134 src/sys/dev/pci/pcireg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ofisa

2017-10-09 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Tue Oct 10 05:35:15 UTC 2017

Modified Files:
src/sys/dev/ofisa: wdc_ofisa.c

Log Message:
fix wdc_init_shadow_regs() arg


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ofisa/wdc_ofisa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.