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

2017-08-25 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Aug 25 11:05:46 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64: copy.S

Log Message:
Split comment, otherwise it is misleading. kcopy operates on kernel
memory, and must *not* be used with userland pages.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/amd64/copy.S

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



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

2017-08-25 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Aug 25 11:35:03 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64: copy.S

Log Message:
Move incq outside of the copy section. No functional change, reduces
my smap diff.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/copy.S

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



CVS commit: src/sys/dev/fdt

2017-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Aug 25 12:28:10 UTC 2017

Modified Files:
src/sys/dev/fdt: fdt_subr.c fdtvar.h

Log Message:
Add fdtbus_get_reg_byname


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/fdt_subr.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/fdt/fdtvar.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-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Aug 25 12:28:51 UTC 2017

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

Log Message:
Lookup reg resources by name instead of index; fixes USB on non-H3/A64 SoCs


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_usbphy.c

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



CVS commit: src/sys/external/bsd/drm2/linux

2017-08-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri Aug 25 14:14:44 UTC 2017

Modified Files:
src/sys/external/bsd/drm2/linux: linux_ww_mutex.c

Log Message:
Fix lockdebug_locked annotations.

When thread A grants ownership to thread B waiting with a context,
thread B needs to assert lockdebug_locked; otherwise, when it
releases, lockdebug_unlocked thinks it's releasing an unlocked
ww_mutex.

Fixes LOCKDEBUG failure with radeon noticed by martin@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/linux/linux_ww_mutex.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/etc/etc.evbarm

2017-08-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug 25 14:38:31 UTC 2017

Modified Files:
src/etc/etc.evbarm [netbsd-8]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by snj in ticket #211):
etc/etc.evbarm/Makefile.inc: revision 1.83
etc/etc.evbarm/Makefile.inc: revision 1.84
Replace ALLWINNER_A80 (it's never really worked) with VEXPRESS_A15.
Idea from jmcneill@
Don't try and build VEXPRESS_A15_INSTALL


To generate a diff of this commit:
cvs rdiff -u -r1.81.6.2 -r1.81.6.3 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: [netbsd-8] src/doc

2017-08-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug 25 14:40:11 UTC 2017

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

Log Message:
Ticket #211


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 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/doc

2017-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug 25 15:06:51 UTC 2017

Modified Files:
src/doc: BRANCHES

Log Message:
matt-timespec never saw any actual commits, so it has been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/doc/BRANCHES

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/include

2017-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Aug 25 17:43:33 UTC 2017

Modified Files:
src/sys/arch/arm/include: cpufunc_proto.h

Log Message:
fix the build (rump does not have opt_foo.h)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/include/cpufunc_proto.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/pic

2017-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Aug 25 20:36:16 UTC 2017

Modified Files:
src/sys/arch/arm/pic: pic.c

Log Message:
The assertion at the bottom of intr_ipi_send is invalid for UP configs; add
a text for arm_cpu_max == 1


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/pic/pic.c

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



CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2017-08-25 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Fri Aug 25 21:27:34 UTC 2017

Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c

Log Message:
fix tpyo


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.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/aarch64/aarch64

2017-08-25 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Aug 25 21:43:49 UTC 2017

Modified Files:
src/sys/arch/aarch64/aarch64: locore.S

Log Message:
make them better shape


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/aarch64/locore.S

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-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Aug 25 21:52:01 UTC 2017

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

Log Message:
Use the 64-bit counter as timecounter, and only use it in UP configs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_timer.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/aarch64/aarch64

2017-08-25 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Aug 25 22:23:59 UTC 2017

Modified Files:
src/sys/arch/aarch64/aarch64: locore.S trap.c

Log Message:
- reorder faultbuf member.
- introduce trap() and interrupt(). now brk insn work.
-


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/aarch64/locore.S
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/aarch64/trap.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-08-25 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Aug 25 22:45:33 UTC 2017

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

Log Message:
Radeon PLLs can't have odd post dividers when used with digital outputs -
add a flag to track this in relevant functions.
Now DVI output works properly on my Mini 2
Needs testing on Mini 1 and other hardware...


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/radeonfb.c

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



CVS commit: src/tests/lib/libpthread

2017-08-25 Thread Brian Ginsbach
Module Name:src
Committed By:   ginsbach
Date:   Fri Aug 25 22:59:47 UTC 2017

Modified Files:
src/tests/lib/libpthread: t_once.c

Log Message:
PR/49003: Ngie Cooper: add 


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/t_once.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/doc

2017-08-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Aug 26 03:55:04 UTC 2017

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

Log Message:
fix description of ticket 229. spotted by kamil.


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

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