CVS commit: src/sys/arch/amiga/stand/bootblock/bootxx_ffs

2014-04-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 29 08:11:46 UTC 2014

Modified Files:
src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile

Log Message:
Specify both -march=68030 and -mcpu=68030 for assembler files here
as well.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile

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-video-suncg14/dist/src

2014-04-29 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Tue Apr 29 08:40:58 UTC 2014

Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h

Log Message:
write all SX commands to 64bit-aligned addresses
now this works on rev. 27 hardware


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h

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



CVS commit: src/etc/rc.d

2014-04-29 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Apr 29 09:42:51 UTC 2014

Modified Files:
src/etc/rc.d: network

Log Message:
Split huge monolithic functions for readability.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/etc/rc.d/network

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



CVS commit: src/etc/rc.d

2014-04-29 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Apr 29 09:56:16 UTC 2014

Modified Files:
src/etc/rc.d: network

Log Message:
Refactor a little to remove huge indents.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/etc/rc.d/network

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



CVS commit: src/etc/rc.d

2014-04-29 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Apr 29 09:58:18 UTC 2014

Modified Files:
src/etc/rc.d: network

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/etc/rc.d/network

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



CVS commit: src/sys/dev/usb

2014-04-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Apr 29 10:55:02 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Added Planex GW-USFang300 entry.


To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/sys/dev/usb/usbdevs

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



CVS commit: src/sys/dev/usb

2014-04-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Apr 29 10:56:39 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.659 -r1.660 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.660 -r1.661 src/sys/dev/usb/usbdevs_data.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/sbus

2014-04-29 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Apr 29 11:16:25 UTC 2014

Modified Files:
src/sys/dev/sbus: tcx.c

Log Message:
return a match score >1 to beat out genfb if present


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/sbus/tcx.c

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



CVS commit: src

2014-04-29 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Apr 29 11:52:51 UTC 2014

Modified Files:
src: build.sh

Log Message:
Revert previous for now; resolvepath() has to work for file paths too.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 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

2014-04-29 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Tue Apr 29 16:47:10 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos4_loc.c exynos4_reg.h exynos5_loc.c
exynos_io.c exynos_soc.c exynos_var.h files.exynos
src/sys/arch/evbarm/conf: ODROID-U
Added Files:
src/sys/arch/arm/samsung: exynos_dma.c exynos_usb.c

Log Message:
Commit initial USB adapter support and associated DMA tags


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos4_loc.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos4_reg.h \
src/sys/arch/arm/samsung/exynos5_loc.c \
src/sys/arch/arm/samsung/exynos_io.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/samsung/exynos_dma.c \
src/sys/arch/arm/samsung/exynos_usb.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_soc.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/samsung/exynos_var.h \
src/sys/arch/arm/samsung/files.exynos
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/ODROID-U

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



CVS commit: src/sys/arch/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Apr 29 17:10:07 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_ehci.c ralink_ohci.c

Log Message:
Clean these up and move some defines to ralink_reg.h


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ralink/ralink_ehci.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/ralink/ralink_ohci.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Apr 29 17:09:17 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_reg.h

Log Message:
More MT7620 definitions


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/ralink/ralink_reg.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Apr 29 17:21:24 UTC 2014

Added Files:
src/sys/arch/mips/ralink: ralink_pci.c

Log Message:
Stub for PCI/PCIe support for RT3883/MT7620


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/ralink/ralink_pci.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/evbmips/conf

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Apr 29 17:24:11 UTC 2014

Modified Files:
src/sys/arch/evbmips/conf: files.rasoc

Log Message:
Add opt_rasoc.h


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/files.rasoc

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



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

2014-04-29 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Apr 29 18:38:27 UTC 2014

Modified Files:
src/sys/arch/hp300/conf: INSTALL

Log Message:
Add "pseudo-device wsmux" in INSTALL (and RAMDISK) kernels.

On NetBSD/hp300, hilkbd(4) is probed in config_interrupts(9)
so it's always attached after wsdisplay(4).  In that case,
wskbd can't be used as a console input device without wsmux(4).
(i.e. keyboard didn't work on installer using screen console)

Should be pulled up to all netbsd-6* branches.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/hp300/conf/INSTALL

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



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

2014-04-29 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Apr 29 18:47:22 UTC 2014

Modified Files:
src/sys/arch/hp300/conf: RAMDISK

Log Message:
Disable options NVNODE, NBUF and BUFPAGES in the RAMDISK kernel.

These options were specified in the INSTALL kernel for 4MB machines,
but nowadays even the INSTALL kernel would not boot on such machines
and the RAMDISK kernel assumes the target machine has more memories.
Furthermore, these options makes extracting binary sets much slower
and also could cause "wapbl_register_deallocation: out of resources"
panic during extracting binaries into a 32GB SSD with 4KB fragments.

Should be pulled up to netbsd-6* branches.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/conf/RAMDISK

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

2014-04-29 Thread Fredrik Pettai
Module Name:src
Committed By:   pettai
Date:   Tue Apr 29 23:18:53 UTC 2014

Modified Files:
src/crypto/external/bsd/heimdal/include: config.h

Log Message:
update VERSION


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/heimdal/include/config.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/sparc64/sparc64

2014-04-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Apr 30 00:09:29 UTC 2014

Modified Files:
src/sys/arch/sparc64/sparc64: clock.c

Log Message:
avoid divide by zero when setting 'hz' low.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/sparc64/sparc64/clock.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:51:01 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_bus.c ralink_var.h

Log Message:
Add a static bus_space_handle_t for the core (sysctl) registers.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/ralink/ralink_bus.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/ralink/ralink_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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:51:26 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_com.c

Log Message:
comment a #endif


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ralink/ralink_com.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:52:49 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_mainbus.c

Log Message:
Instead of
mainbus0 (root): Ralink System Bus
be more explicit about the system:
mainbus0 (root): Mediatek MT7620 System Bus


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ralink/ralink_mainbus.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:53:31 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_reg.h

Log Message:
Fix a few more register definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/ralink/ralink_reg.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/mips/ralink

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:54:47 UTC 2014

Modified Files:
src/sys/arch/mips/ralink: ralink_ehci.c

Log Message:
Remove cfg1 manip, moved elsewhere.
Use aprintf_normal_dev for some debug printfs


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/ralink/ralink_ehci.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/evbmips/conf

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 00:58:54 UTC 2014

Modified Files:
src/sys/arch/evbmips/conf: CPMBR1400 std.rasoc

Log Message:
Localize the bsentry ubootimage kludge needed for the CPMBR1400
doesn't spread beyong the CPMBR1400.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbmips/conf/CPMBR1400
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/std.rasoc

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



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

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 01:01:04 UTC 2014

Added Files:
src/sys/arch/evbmips/conf: INSTALL_ZYXELKX ZYXELKX

Log Message:
Add configs for the Zyxel Keenetic Extra.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbmips/conf/INSTALL_ZYXELKX \
src/sys/arch/evbmips/conf/ZYXELKX

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



CVS commit: src/sys/arch/evbmips/rasoc

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 01:01:47 UTC 2014

Modified Files:
src/sys/arch/evbmips/rasoc: machdep.c

Log Message:
Add some MT7620 support.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbmips/rasoc/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/evbmips/rasoc

2014-04-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Apr 30 01:02:40 UTC 2014

Modified Files:
src/sys/arch/evbmips/rasoc: autoconf.c

Log Message:
Add common support for bringing devices out of reset or enabling their clocks
to device_register.  Add code to switch USB to host mode.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/rasoc/autoconf.c

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



CVS commit: src/sbin/mount_tmpfs

2014-04-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 30 01:33:11 UTC 2014

Modified Files:
src/sbin/mount_tmpfs: mount_tmpfs.c

Log Message:
allow update


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/mount_tmpfs/mount_tmpfs.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/tmpfs

2014-04-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 30 01:33:51 UTC 2014

Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_mem.c tmpfs_vfsops.c

Log Message:
handle MNT_UPDATE


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/tmpfs/tmpfs_mem.c
cvs rdiff -u -r1.59 -r1.60 src/sys/fs/tmpfs/tmpfs_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/fs/tmpfs

2014-04-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 30 01:59:30 UTC 2014

Modified Files:
src/sys/fs/tmpfs: tmpfs_vfsops.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/fs/tmpfs/tmpfs_vfsops.c

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



CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2014-04-29 Thread Tom Spindler
Module Name:src
Committed By:   dogcow
Date:   Wed Apr 30 02:04:11 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: arm.h

Log Message:
fix munged patch: xcompilation on linux/non-arm systems -> netbsd/arm works 
again.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/gcc/config/arm/arm.h

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



CVS commit: [netbsd-6] src/doc

2014-04-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Apr 30 05:38:32 UTC 2014

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Add missing newlines.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-6.2

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



CVS commit: [netbsd-5] src/doc

2014-04-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Apr 30 05:41:30 UTC 2014

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Add missing newlines.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-5.3

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