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

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 08:17:45 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner [netbsd-7]: awin_gpio.c

Log Message:
Undo previous "fix" to last pullup - it was completely unneeded, the original
pullup was fine.


To generate a diff of this commit:
cvs rdiff -u -r1.8.10.2 -r1.8.10.3 src/sys/arch/arm/allwinner/awin_gpio.c

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



CVS commit: src

2014-11-10 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Nov 10 09:59:33 UTC 2014

Modified Files:
src: build.sh

Log Message:
Replace '.' and '-' in ${op} with '_', before setting d_${op}=true.

Also remove or simplify older code that did the same thing in a
different way.  The old code handled most cases, but did not change
op=kernel.gdb to op=kernel_gdb.


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/build.sh

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

2014-11-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 10 14:33:00 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
In pmap_fault_fixup re-instate the TLB flush for the shared L1 case that
occurs for non-ARM_MMU_EXTENDED kernels.

This fixes rump/rumpkern/t_sp:stress_killer on rpi which is currently
non-ARM_MMU_EXTENDED


To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/arch/arm/arm32/pmap.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/arm32

2014-11-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 10 14:35:59 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Remove an unnecessary flush that sneaked in as part of break-before-make
change.


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/sys/arch/arm/arm32/pmap.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/arm32

2014-11-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 10 14:37:14 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Remove an XXXNH comment.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/arch/arm/arm32/pmap.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/arm32

2014-11-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 10 15:46:33 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the
break-before-make fix.


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 src/sys/arch/arm/arm32/pmap.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/drm/dist/bsd-core

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 10 16:32:21 UTC 2014

Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c

Log Message:
fix the module class.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/external/bsd/drm/dist/bsd-core/drm_drv.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/arm/arm32

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 16:32:56 UTC 2014

Modified Files:
src/sys/arch/arm/arm32 [netbsd-7]: arm32_tlb.c

Log Message:
Revision 1.7 got somehow lost in the merge from -current


To generate a diff of this commit:
cvs rdiff -u -r1.2.6.1 -r1.2.6.2 src/sys/arch/arm/arm32/arm32_tlb.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/allwinner

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 17:55:25 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_debe.c awin_fb.c
awin_hdmi.c awin_reg.h awin_tcon.c awin_var.h

Log Message:
HDMI framebuffer support, tested on Cubieboard2 and Hummingbird A31.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/allwinner/awin_board.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_debe.c \
src/sys/arch/arm/allwinner/awin_fb.c \
src/sys/arch/arm/allwinner/awin_tcon.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_hdmi.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/allwinner/awin_var.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/awin

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 17:56:08 UTC 2014

Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c

Log Message:
If boot args contains "console=fb", use genfb for console device. Also set 
db_trap_callback so we can use VCONS_DRAW_INTR


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/awin/awin_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/arch/evbarm/conf

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 17:56:23 UTC 2014

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

Log Message:
enable VCONS_DRAW_INTR


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

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

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 17:56:58 UTC 2014

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

Log Message:
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/CUBIEBOARD

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

2014-11-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Nov 10 17:59:57 UTC 2014

Modified Files:
src/sys/arch/arm/iomd [netbsd-7]: iomd_irqhandler.c
src/sys/arch/arm/ofw [netbsd-7]: ofw_irqhandler.c
src/sys/arch/atari/atari [netbsd-7]: intr.c
src/sys/arch/ews4800mips/sbd [netbsd-7]: fb_sbdio.c
src/sys/arch/hpcmips/tx [netbsd-7]: tx39icu.c
src/sys/arch/shark/isa [netbsd-7]: isa_irqhandler.c
src/sys/arch/sparc/sparc [netbsd-7]: machdep.c
src/sys/arch/sparc64/dev [netbsd-7]: psycho.c schizo.c
src/sys/arch/sparc64/sparc64 [netbsd-7]: machdep.c
src/sys/arch/sun68k/sun68k [netbsd-7]: bus.c
src/sys/arch/x86/x86 [netbsd-7]: ipmi.c
src/sys/arch/xen/xen [netbsd-7]: privcmd.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #195):
sys/arch/arm/iomd/iomd_irqhandler.c: revision 1.21
sys/arch/arm/ofw/ofw_irqhandler.c: revision 1.21
sys/arch/atari/atari/intr.c: revision 1.24-1.25
sys/arch/ews4800mips/sbd/fb_sbdio.c: revision 1.14
sys/arch/hpcmips/tx/tx39icu.c: revision 1.34
sys/arch/shark/isa/isa_irqhandler.c: revision 1.27
sys/arch/sparc/sparc/machdep.c: revision 1.327
sys/arch/sparc64/dev/psycho.c: revision 1.119
sys/arch/sparc64/dev/schizo.c: revision 1.32
sys/arch/sparc64/sparc64/machdep.c: revision 1.279
sys/arch/sun68k/sun68k/bus.c: revision 1.22
sys/arch/x86/x86/ipmi.c: revision 1.58
sys/arch/xen/xen/privcmd.c: revision 1.46-1.49
Fix several memory leaks.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.4.1 src/sys/arch/arm/iomd/iomd_irqhandler.c
cvs rdiff -u -r1.20 -r1.20.2.1 src/sys/arch/arm/ofw/ofw_irqhandler.c
cvs rdiff -u -r1.23 -r1.23.34.1 src/sys/arch/atari/atari/intr.c
cvs rdiff -u -r1.13 -r1.13.4.1 src/sys/arch/ews4800mips/sbd/fb_sbdio.c
cvs rdiff -u -r1.33 -r1.33.4.1 src/sys/arch/hpcmips/tx/tx39icu.c
cvs rdiff -u -r1.26 -r1.26.4.1 src/sys/arch/shark/isa/isa_irqhandler.c
cvs rdiff -u -r1.326 -r1.326.4.1 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -u -r1.118 -r1.118.4.1 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -u -r1.31 -r1.31.8.1 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.278.2.1 -r1.278.2.2 src/sys/arch/sparc64/sparc64/machdep.c
cvs rdiff -u -r1.21 -r1.21.60.1 src/sys/arch/sun68k/sun68k/bus.c
cvs rdiff -u -r1.57 -r1.57.2.1 src/sys/arch/x86/x86/ipmi.c
cvs rdiff -u -r1.45 -r1.45.4.1 src/sys/arch/xen/xen/privcmd.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/doc

2014-11-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Nov 10 18:00:07 UTC 2014

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

Log Message:
ticket 195


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-7.0

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

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 18:18:09 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_hdmi.c

Log Message:
hide edid dump with AWIN_HDMI_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_hdmi.c

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



CVS commit: src/doc

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 18:36:22 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
spelling fixes


To generate a diff of this commit:
cvs rdiff -u -r1.2013 -r1.2014 src/doc/CHANGES

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



CVS commit: src/doc

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 18:38:16 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
note awinhdmi, awintcon, awindebe


To generate a diff of this commit:
cvs rdiff -u -r1.2014 -r1.2015 src/doc/CHANGES

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



CVS commit: src/sys

2014-11-10 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Nov 10 18:46:34 UTC 2014

Modified Files:
src/sys/fs/cd9660: cd9660_node.c cd9660_util.c
src/sys/fs/puffs: puffs_compat.c puffs_msgif.c puffs_node.c
puffs_subr.c puffs_vfsops.c
src/sys/fs/udf: udf_rename.c udf_strat_bootstrap.c
src/sys/miscfs/overlay: overlay_vfsops.c overlay_vnops.c
src/sys/miscfs/procfs: procfs_subr.c procfs_vfsops.c

Log Message:
Do not uselessly include .


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/fs/cd9660/cd9660_node.c
cvs rdiff -u -r1.11 -r1.12 src/sys/fs/cd9660/cd9660_util.c
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/puffs/puffs_compat.c
cvs rdiff -u -r1.96 -r1.97 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -u -r1.35 -r1.36 src/sys/fs/puffs/puffs_node.c
cvs rdiff -u -r1.66 -r1.67 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -u -r1.114 -r1.115 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -u -r1.10 -r1.11 src/sys/fs/udf/udf_rename.c
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/udf/udf_strat_bootstrap.c
cvs rdiff -u -r1.62 -r1.63 src/sys/miscfs/overlay/overlay_vfsops.c
cvs rdiff -u -r1.20 -r1.21 src/sys/miscfs/overlay/overlay_vnops.c
cvs rdiff -u -r1.105 -r1.106 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -u -r1.93 -r1.94 src/sys/miscfs/procfs/procfs_vfsops.c

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



CVS commit: src/sys/netinet

2014-11-10 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Nov 10 18:52:51 UTC 2014

Modified Files:
src/sys/netinet: if_atm.c in_pcb.c raw_ip.c tcp_output.c tcp_sack.c
tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_vtw.c

Log Message:
Do not uselessly include .


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/netinet/if_atm.c
cvs rdiff -u -r1.152 -r1.153 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.145 -r1.146 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.178 -r1.179 src/sys/netinet/tcp_output.c
cvs rdiff -u -r1.29 -r1.30 src/sys/netinet/tcp_sack.c
cvs rdiff -u -r1.256 -r1.257 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.87 -r1.88 src/sys/netinet/tcp_timer.c
cvs rdiff -u -r1.201 -r1.202 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/tcp_vtw.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/arm/arm

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:20:33 UTC 2014

Modified Files:
src/sys/arch/arm/arm [netbsd-7]: ast.c

Log Message:
Actually do pullup rev 1.25 for ticket #188


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.4.1 src/sys/arch/arm/arm/ast.c

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



CVS commit: src/sys/fs/udf

2014-11-10 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Nov 10 19:44:08 UTC 2014

Modified Files:
src/sys/fs/udf: udf_rename.c

Log Message:
Revert previous, it is actually needed.  (builds are failing)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/fs/udf/udf_rename.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/external/bsd/drm2

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:45:54 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915 [netbsd-7]: i915_cmd_parser.c
i915_debugfs.c i915_dma.c i915_drv.h i915_gem.c i915_irq.c
i915_ums.c intel_crt.c intel_ddi.c intel_display.c intel_dp.c
intel_drv.h intel_dsi.c intel_dsi_cmd.c intel_dvo.c intel_hdmi.c
intel_lvds.c intel_panel.c intel_pm.c intel_sdvo.c intel_sideband.c
intel_sprite.c intel_tv.c
src/sys/external/bsd/drm2/dist/uapi/drm [netbsd-7]: drm.h
src/sys/external/bsd/drm2/drm [netbsd-7]: drm_module.c
src/sys/external/bsd/drm2/i915drm [netbsd-7]: intelfb.c
src/sys/external/bsd/drm2/include/asm [netbsd-7]: processor.h
src/sys/external/bsd/drm2/include/linux [netbsd-7]: io-mapping.h
ww_mutex.h
src/sys/external/bsd/drm2/ttm [netbsd-7]: ttm_bo_vm.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #191):
sys/external/bsd/drm2/include/linux/io-mapping.h: revision 1.4
sys/external/bsd/drm2/dist/uapi/drm/drm.h: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_panel.c: revision 1.5
sys/external/bsd/drm2/dist/uapi/drm/drm.h: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_drv.h: revision 1.7
sys/external/bsd/drm2/include/linux/ww_mutex.h: revision 1.7
sys/external/bsd/drm2/dist/drm/i915/intel_dp.c: revision 1.8
sys/external/bsd/drm2/dist/drm/i915/i915_ums.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_pm.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/i915_debugfs.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/i915_drv.h: revision 1.9
sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c: revision 1.4
sys/external/bsd/drm2/dist/drm/i915/intel_dsi.c: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/intel_display.c: revision 1.11
sys/external/bsd/drm2/dist/drm/i915/intel_hdmi.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_display.c: revision 1.12
sys/external/bsd/drm2/include/asm/processor.h: revision 1.3
sys/external/bsd/drm2/dist/drm/i915/intel_crt.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_sideband.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_ddi.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/intel_tv.c: revision 1.5
sys/external/bsd/drm2/dist/drm/i915/i915_dma.c: revision 1.11
sys/external/bsd/drm2/dist/drm/i915/i915_irq.c: revision 1.10
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.16
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.17
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.6
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.7
sys/external/bsd/drm2/drm/drm_module.c: revision 1.8
sys/external/bsd/drm2/dist/drm/i915/intel_sprite.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_dsi_cmd.c: revision 1.2
sys/external/bsd/drm2/i915drm/intelfb.c: revision 1.10
sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c: revision 1.2
sys/external/bsd/drm2/dist/drm/i915/intel_sdvo.c: revision 1.6
sys/external/bsd/drm2/dist/drm/i915/intel_lvds.c: revision 1.6
Code cleanup and minor bugfixes for drm2.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.4.1 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_debugfs.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_sprite.c
cvs rdiff -u -r1.10 -r1.10.2.1 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_display.c
cvs rdiff -u -r1.7.2.1 -r1.7.2.2 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h
cvs rdiff -u -r1.14.2.2 -r1.14.2.3 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_gem.c
cvs rdiff -u -r1.6.2.3 -r1.6.2.4 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_irq.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \
src/sys/external/bsd/drm2/dist/drm/i915/i915_ums.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_dsi_cmd.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_sideband.c
cvs rdiff -u -r1.4 -r1.4.2.1 \
src/sys/external/bsd/drm2/dist/drm/i915/intel_crt.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_ddi.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_hdmi.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_pm.c \
src/sys/external/bsd/drm2/dist/drm/i915/intel_tv.c
cvs rdiff -u -r1.7 -r1.7.2.1 \
src/sys/external/bsd/drm2/dist/drm/i915/intel_dp.c
cvs rdiff -u -r1.6 -r1.6.2.1 \
src/sys/external/bsd/drm2/dist/drm/i915/intel_drv.h
cvs rdiff -u -r1.2 -r1.2.4.1 \
src/sys/external/bsd/drm2/dist/drm/i915/intel_dsi.c
cvs rdi

CVS commit: [netbsd-7] src/usr.sbin/sysinst

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:51:56 UTC 2014

Modified Files:
src/usr.sbin/sysinst [netbsd-7]: msg.mi.en msg.mi.pl

Log Message:
Pull up following revision(s) (requested by snj in ticket #204):
usr.sbin/sysinst/msg.mi.en: revision 1.6
usr.sbin/sysinst/msg.mi.pl: revision 1.6
"Encryption" has an r in it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/usr.sbin/sysinst/msg.mi.en \
src/usr.sbin/sysinst/msg.mi.pl

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/dev/ppbus

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:53:50 UTC 2014

Modified Files:
src/sys/dev/ppbus [netbsd-7]: ppbus_base.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #206):
sys/dev/ppbus/ppbus_base.c: revision 1.20
PR/49281: John D. Baker: fix debugging format
XXX: pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.2.1 src/sys/dev/ppbus/ppbus_base.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/arm

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:57:26 UTC 2014

Modified Files:
src/sys/arch/arm/arm [netbsd-7]: cpufunc_asm_armv7.S
src/sys/arch/arm/arm32 [netbsd-7]: bus_dma.c pmap.c
src/sys/arch/arm/pic [netbsd-7]: pic.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #209):
sys/arch/arm/pic/pic.c: revision 1.25
sys/arch/arm/arm/cpufunc_asm_armv7.S: revision 1.21
sys/arch/arm/arm32/pmap.c: revision 1.312
sys/arch/arm/arm32/bus_dma.c: revision 1.89
sys/arch/arm/arm32/pmap.c: revision 1.313
sys/arch/arm/arm32/pmap.c: revision 1.314
sys/arch/arm/arm32/pmap.c: revision 1.315
sys/arch/arm/arm32/pmap.c: revision 1.316
Include opt_multiprocessor.h
When allocing a l1page, if a page isn't available, use uvm_wait to wait
for one to become available.  Should fix PR/49364.
Post a dmb before invalidating the cache in the post-{read,write}
operations to ensure that any/all cachelines brought in via speculation
are really flushed.
Ensure all memory operations are complete by before wfi. For example, the
cpu could have just been in uvm_pageidlezero.
In pmap_fault_fixup re-instate the TLB flush for the shared L1 case that
occurs for non-ARM_MMU_EXTENDED kernels.
This fixes rump/rumpkern/t_sp:stress_killer on rpi which is currently
non-ARM_MMU_EXTENDED
Remove an unnecessary flush that sneaked in as part of break-before-make
change.
Remove an XXXNH comment.
Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the
break-before-make fix.


To generate a diff of this commit:
cvs rdiff -u -r1.18.2.1 -r1.18.2.2 src/sys/arch/arm/arm/cpufunc_asm_armv7.S
cvs rdiff -u -r1.86 -r1.86.2.1 src/sys/arch/arm/arm32/bus_dma.c
cvs rdiff -u -r1.295.2.2 -r1.295.2.3 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.22.2.1 -r1.22.2.2 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: [netbsd-7] src/doc

2014-11-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Nov 10 19:59:24 UTC 2014

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

Log Message:
Tickets #191, #204, #206, #209


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-7.0

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

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 20:36:12 UTC 2014

Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c

Log Message:
get_bootconf_option doesnt return the value null-terminated, so look for an 
awge0.mac-address value of exactly the correct length


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/awin/awin_machdep.c

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



CVS commit: src/usr.bin/config

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 10 21:13:04 UTC 2014

Modified Files:
src/usr.bin/config: mkdevsw.c

Log Message:
merge a bit of duplicated code.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/config/mkdevsw.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/wscons

2014-11-10 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 10 20:52:47 UTC 2014

Modified Files:
src/sys/dev/wscons: wsdisplay_vcons.c

Log Message:
allocate char and attr buffers with M_ZERO


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/wscons/wsdisplay_vcons.c

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



CVS commit: src/sys/modules

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 10 21:15:19 UTC 2014

Modified Files:
src/sys/modules: Makefile

Log Message:
dedup and add the drmkms modules


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/modules/Makefile

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



CVS commit: src/distrib/sets/lists/modules

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 10 21:22:14 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386

Log Message:
add the drmkms modules


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.48 -r1.49 src/distrib/sets/lists/modules/md.i386

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

2014-11-10 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Nov 10 22:02:00 UTC 2014

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

Log Message:
enable awinhdmi, awintcon, awindebe, genfb, wsmux, wsfont and
with VCONS_DRAW_INTR


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/BPI

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



CVS commit: src/lib/librumpuser

2014-11-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 10 22:29:06 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
Just _GNU_SOURCE should be enough to expose everything necessary on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/librumpuser/rumpuser_port.h

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



CVS commit: src/lib/librumpuser

2014-11-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 10 22:43:46 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
work around c11 visibility problems on some version(s) of FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/librumpuser/rumpuser_port.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/x86/pci

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 02:31:55 UTC 2014

Modified Files:
src/sys/arch/x86/pci: files.pci

Log Message:
add an agp dependency so that the agp drivers get loaded.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/pci/files.pci

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/dist/drm

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 02:33:28 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_agpsupport.c drm_pci.c
drm_stub.c

Log Message:
make a drm_agp_destroy() function to resolve the circular dependency between
drmkms and drmkms_pci


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/dist/drm/drm_pci.c
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/dist/drm/drm_stub.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

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 02:37:17 UTC 2014

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

Log Message:
finalize the idr code.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/linux/linux_module.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/dist/include/drm

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 02:49:16 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_agpsupport.h

Log Message:
add drm_agp_destroy


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h

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



CVS commit: src/lib/libc/resolv

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 03:29:24 UTC 2014

Modified Files:
src/lib/libc/resolv: res_mkquery.c

Log Message:
PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/resolv/res_mkquery.c

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