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
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/cr
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 -r
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/
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 s
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
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
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
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
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
Pl
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/iden
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. n
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 -
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 #3
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 dom
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 d
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 cocc
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:
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) Revisi
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 t
20 matches
Mail list logo