CVS commit: src/tests/lib/libc/gen

2017-12-12 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Dec 13 06:47:04 UTC 2017

Modified Files:
src/tests/lib/libc/gen: t_fmtcheck.c

Log Message:
Revert rev 1.4: fmtcheck(3) neglect unused trailing arguments as before.
"%d" is a valid format string with default format string "%d %s", etc.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_fmtcheck.c

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



CVS commit: src/lib/libc/gen

2017-12-12 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Dec 13 06:43:46 UTC 2017

Modified Files:
src/lib/libc/gen: fmtcheck.c

Log Message:
Revert change made by rev 1.11; now, fmtcheck(3) does not complain about
unused trailing arguments as before.

See also discussion on tech-userland:
http://mail-index.netbsd.org/tech-userlevel/2017/12/07/msg011019.html


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/fmtcheck.c

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



CVS commit: [matt-nb8-mediatek] src/sys/external/gpl2/dts/dist/arch/arm/boot/dts

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:33:19 UTC 2017

Added Files:
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts [matt-nb8-mediatek]:
mtkatlas.dts mtkmercury.dtsi

Log Message:
DTS files for the Mediatek ATLAS board


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 \
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/mtkatlas.dts \
src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/mtkmercury.dtsi

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



CVS commit: [matt-nb8-mediatek] src/etc/etc.evbarm

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:25:47 UTC 2017

Modified Files:
src/etc/etc.evbarm [matt-nb8-mediatek]: Makefile.inc

Log Message:
Build MTKATLAS


To generate a diff of this commit:
cvs rdiff -u -r1.81.6.3 -r1.81.6.3.2.1 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/evbarm/conf

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:24:08 UTC 2017

Added Files:
src/sys/arch/evbarm/conf [matt-nb8-mediatek]: MTKATLAS MTKATLAS_INSTALL
files.mtkatlas mk.mtkatlas std.mtkatlas

Log Message:
Add Mediatek ATLAS configury


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbarm/conf/MTKATLAS \
src/sys/arch/evbarm/conf/MTKATLAS_INSTALL \
src/sys/arch/evbarm/conf/files.mtkatlas \
src/sys/arch/evbarm/conf/mk.mtkatlas \
src/sys/arch/evbarm/conf/std.mtkatlas

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/evbarm/mediatek

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:22:35 UTC 2017

Added Files:
src/sys/arch/evbarm/mediatek [matt-nb8-mediatek]: genassym.cf
mtk_start.S platform.h

Log Message:
Add Mediatek ATLAS support


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbarm/mediatek/genassym.cf \
src/sys/arch/evbarm/mediatek/mtk_start.S \
src/sys/arch/evbarm/mediatek/platform.h

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/evbarm/conf

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:07:43 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [matt-nb8-mediatek]: mk.sunxi

Log Message:
Deal with compiler options in the source itself


To generate a diff of this commit:
cvs rdiff -u -r1.1.4.2 -r1.1.4.2.2.1 src/sys/arch/evbarm/conf/mk.sunxi

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/mediatek

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:06:02 UTC 2017

Added Files:
src/sys/arch/arm/mediatek [matt-nb8-mediatek]: files.mtk
mercury_ethreg.h mercury_intr.h mercury_reg.h mtk_com.c mtk_eint.c
mtk_eint.h mtk_gpio.c mtk_gpio.h mtk_i2c.c mtk_mmc.c mtk_musb.c
mtk_musb.h mtk_platform.c mtk_pwm.c mtk_pwm.h mtk_pwrap.c
mtk_pwrap.h mtk_spi.c mtk_usbphy.c

Log Message:
Initial import of Mediatek written drivers and board support for Atlas board.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/arm/mediatek/files.mtk \
src/sys/arch/arm/mediatek/mercury_ethreg.h \
src/sys/arch/arm/mediatek/mercury_intr.h \
src/sys/arch/arm/mediatek/mercury_reg.h \
src/sys/arch/arm/mediatek/mtk_com.c src/sys/arch/arm/mediatek/mtk_eint.c \
src/sys/arch/arm/mediatek/mtk_eint.h src/sys/arch/arm/mediatek/mtk_gpio.c \
src/sys/arch/arm/mediatek/mtk_gpio.h src/sys/arch/arm/mediatek/mtk_i2c.c \
src/sys/arch/arm/mediatek/mtk_mmc.c src/sys/arch/arm/mediatek/mtk_musb.c \
src/sys/arch/arm/mediatek/mtk_musb.h \
src/sys/arch/arm/mediatek/mtk_platform.c \
src/sys/arch/arm/mediatek/mtk_pwm.c src/sys/arch/arm/mediatek/mtk_pwm.h \
src/sys/arch/arm/mediatek/mtk_pwrap.c \
src/sys/arch/arm/mediatek/mtk_pwrap.h src/sys/arch/arm/mediatek/mtk_spi.c \
src/sys/arch/arm/mediatek/mtk_usbphy.c

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/cortex

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:04:52 UTC 2017

Modified Files:
src/sys/arch/arm/cortex [matt-nb8-mediatek]: a9_mpsubr.S

Log Message:
Add Cortex-A35 and make VIRT support simplier


To generate a diff of this commit:
cvs rdiff -u -r1.47.8.1 -r1.47.8.1.2.1 src/sys/arch/arm/cortex/a9_mpsubr.S

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/cortex

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:03:41 UTC 2017

Modified Files:
src/sys/arch/arm/cortex [matt-nb8-mediatek]: armperiph.c

Log Message:
Add Cortex-A35 devices


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.6.1 src/sys/arch/arm/cortex/armperiph.c

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/conf

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:01:07 UTC 2017

Modified Files:
src/sys/arch/arm/conf [matt-nb8-mediatek]: files.arm

Log Message:
Add a few more Cortex (A35, etc.)


To generate a diff of this commit:
cvs rdiff -u -r1.132.2.1 -r1.132.2.1.2.1 src/sys/arch/arm/conf/files.arm

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/include

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 01:00:18 UTC 2017

Modified Files:
src/sys/arch/arm/include [matt-nb8-mediatek]: armreg.h

Log Message:
Add Cortex-A35 definitions


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.111.14.1 src/sys/arch/arm/include/armreg.h

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/arm32

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 00:59:12 UTC 2017

Modified Files:
src/sys/arch/arm/arm32 [matt-nb8-mediatek]: cpu.c

Log Message:
Add Cortex A35


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.115.6.1 src/sys/arch/arm/arm32/cpu.c

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



CVS commit: [matt-nb8-mediatek] src/sys/arch/arm/vfp

2017-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 13 00:57:58 UTC 2017

Modified Files:
src/sys/arch/arm/vfp [matt-nb8-mediatek]: vfp_init.c

Log Message:
Make the VFP is disabled after disabling it.


To generate a diff of this commit:
cvs rdiff -u -r1.53.2.1 -r1.53.2.1.2.1 src/sys/arch/arm/vfp/vfp_init.c

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



CVS commit: src/share/man/man4

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:32:32 UTC 2017

Modified Files:
src/share/man/man4: wbsio.4

Log Message:
Update the manual of wbsio(4). Implemeted by s-yamaguchi@IIJ, reviewed by 
msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/wbsio.4

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



CVS commit: src/sys/dev/isa

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:31:46 UTC 2017

Modified Files:
src/sys/dev/isa: wbsio.c

Log Message:
Improve the error log message to use product name. Implemeted by 
s-yamaguchi@IIJ, reviewed by msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/isa/wbsio.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/isa

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:29:02 UTC 2017

Modified Files:
src/sys/dev/isa: wbsio.c

Log Message:
Add an option to enable GPIO function of wbsio. Implemeted by s-yamaguchi@IIJ, 
reviewed by msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/isa/wbsio.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/isa

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:27:53 UTC 2017

Modified Files:
src/sys/dev/isa: wbsio.c wbsioreg.h

Log Message:
Add Watchdog timer implementation to wbsio(4). Implemeted by s-yamaguchi@IIJ, 
reviewed by msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/isa/wbsio.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/isa/wbsioreg.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/isa

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:27:01 UTC 2017

Modified Files:
src/sys/dev/isa: wbsio.c

Log Message:
Fix NCT6779 gpio pin configuration. Implemeted by s-yamaguchi@IIJ, reviewed by 
msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/isa/wbsio.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/isa

2017-12-12 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Wed Dec 13 00:26:06 UTC 2017

Modified Files:
src/sys/dev/isa: files.isa wbsio.c wbsioreg.h

Log Message:
Add wbsio(4) GPIO driver. Implemeted by s-yamaguchi@IIJ, reviewed by 
msaitoh@n.o.

I just commit by proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/dev/isa/files.isa
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/isa/wbsio.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/isa/wbsioreg.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/fdt

2017-12-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Dec 13 00:22:24 UTC 2017

Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
Fix off-by-one in nfdt_physmem KASSERT, and while here bump MAX_PHYSMEM
from 4 to 16.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/fdt/fdt_machdep.c

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



CVS commit: src/distrib/utils/embedded/conf

2017-12-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 12 21:00:28 UTC 2017

Modified Files:
src/distrib/utils/embedded/conf: rpi.conf

Log Message:
Fix spelling in error message


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/distrib/utils/embedded/conf/rpi.conf

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



CVS commit: src/share/misc

2017-12-12 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Dec 12 18:44:57 UTC 2017

Modified Files:
src/share/misc: bsd-family-tree

Log Message:
sync bsd family tree with freebsd

>From Eitan Adler in PR misc/52808.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/share/misc/bsd-family-tree

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



CVS commit: src/tests/kernel

2017-12-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Dec 12 18:19:45 UTC 2017

Modified Files:
src/tests/kernel: Makefile

Log Message:
PR/52812: scole_mail: src/tests/kernel/t_timeleft.c doesn't compile with 
MKRUMP=no
It needs libpthread regardless MKRUMP..


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/tests/kernel/Makefile

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



CVS commit: src/lib/libc/gen

2017-12-12 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Tue Dec 12 14:13:52 UTC 2017

Modified Files:
src/lib/libc/gen: ctype.3

Log Message:
Add ctype to the NAME section (as this is a man page for ctype)
Remove rest of the names from the NAME section
(These names have their own individual man pages, as such it doesn't make sense
 to have their names in the NAME section in this man page as well. Moreover,
 we have been trying to fix such man pages so that apropos(1)/whatis(1) are
 able to search these man pages. Other examples of such fixed man pages include
 memory(3), string(3) etc.)

ok wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/ctype.3

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



CVS commit: [netbsd-7-0] src/doc

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:15:39 UTC 2017

Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3

Log Message:
1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-7.0.3

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



CVS commit: [netbsd-7] src/doc

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:14:27 UTC 2017

Modified Files:
src/doc [netbsd-7]: CHANGES-7.2

Log Message:
1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.2

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



CVS commit: [netbsd-7-1] src/doc

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:14:42 UTC 2017

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-7.1.1

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



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

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:12:53 UTC 2017

Modified Files:
src/sys/arch/x86/x86 [netbsd-7-1]: fpu.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1540):
sys/arch/x86/x86/fpu.c: 1.19 via patch
Mask mxcsr, otherwise userland could set reserved bits to 1 and make
xrstor fault.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.16.1 src/sys/arch/x86/x86/fpu.c

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



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

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:12:50 UTC 2017

Modified Files:
src/sys/arch/x86/x86 [netbsd-7-0]: fpu.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1540):
sys/arch/x86/x86/fpu.c: 1.19 via patch
Mask mxcsr, otherwise userland could set reserved bits to 1 and make
xrstor fault.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.12.1 src/sys/arch/x86/x86/fpu.c

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



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

2017-12-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Dec 12 09:12:57 UTC 2017

Modified Files:
src/sys/arch/x86/x86 [netbsd-7]: fpu.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1540):
sys/arch/x86/x86/fpu.c: 1.19 via patch
Mask mxcsr, otherwise userland could set reserved bits to 1 and make
xrstor fault.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/sys/arch/x86/x86/fpu.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/xen/conf

2017-12-12 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Dec 12 08:27:33 UTC 2017

Modified Files:
src/sys/arch/xen/conf: Makefile.xen

Log Message:
Remove trailing '&&' from shell script to fix the build.

>From a-rin on https://gist.github.com/a-rin/940abb80d45eb7ac75b8110b8466f149


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/conf/Makefile.xen

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