CVS commit: src/sys/dev/pci

2012-12-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 12 09:20:35 UTC 2012 Modified Files: src/sys/dev/pci: if_wm.c Log Message: - 82578DC is not PCH2 but PCH. 82579V is not PCH but PCH2. This bug was introduced in rev. 1.221. Reported by FUKAUMI Naoki. - Fix comment.

CVS commit: src/sys/kern

2012-12-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 12 11:10:56 UTC 2012 Modified Files: src/sys/kern: kern_rate.c Log Message: Signed overflow is undefined behavior, and one version of gcc clearly tells us: kern_rate.c:98: warning: assuming signed overflow does

CVS commit: src/usr.bin/chflags

2012-12-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 12 13:28:06 UTC 2012 Modified Files: src/usr.bin/chflags: chflags.1 Log Message: - Remove incorrect use of `.Em' (this is a presentation term and should not be used for stylistically decorating technical terms); - remove

CVS commit: src/usr.bin/chflags

2012-12-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 12 13:30:06 UTC 2012 Modified Files: src/usr.bin/chflags: chflags.1 Log Message: - Sort option list; - create separate section, use `.Ex' macro for, and put in the correct location exit status information; - bump date.

CVS commit: src/sys/arch/sh3/dev

2012-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 12 13:32:37 UTC 2012 Modified Files: src/sys/arch/sh3/dev: sci.c Log Message: Fix one more device/softc split error: - set sc-sc_dev properly To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/sh3/sh3

2012-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 12 13:34:49 UTC 2012 Modified Files: src/sys/arch/sh3/sh3: cache_sh4.c Log Message: Fix fallouts in rev 1.19: http://www.nerv.org/~ryo/netbsd/netbsd/?q=id:20080316T191753Z.1654448ada03ce3c4668f3fe472796d0b771e147 -

CVS commit: src/sys/kern

2012-12-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Dec 12 14:53:02 UTC 2012 Modified Files: src/sys/kern: kern_rwlock.c Log Message: rw_vector_enter: reload owner in the case of no hand-off. this fixes crashes in rw_oncpu(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:00:06 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: Makefile Log Message: Don't allow CPUFLAGS to be overridden. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/evbarm/stand/gzboot

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:08:45 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x0014: Makefile src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x0160: Makefile

CVS commit: src/sys/arch/arm/include/arm32

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:09:37 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Protect more definitions with #ifndef _LOCORE To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/lib/libkern

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:10:27 UTC 2012 Modified Files: src/sys/lib/libkern: Makefile.inc Log Message: Don't pass down CPUFLAGS since its value is already in CFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/lib

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:12:11 UTC 2012 Modified Files: src/sys/lib/libsa: Makefile.inc src/sys/lib/libz: Makefile.inc Log Message: Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS. To generate a diff of this

CVS commit: src/sys/dev/sdmmc

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:15:31 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add sc_vendor_bus_clock hook From jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sdmmc/sdhc.c cvs

CVS commit: src/sys/arch/arm/omap

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:19:53 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c omap3_sdmmcreg.h Log Message: Improved SDHC support for OMAP3. From jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/evbarm/beagle

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:20:44 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Set clkmask for sdhc to 0. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/sh3/sh3

2012-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 12 15:43:44 UTC 2012 Modified Files: src/sys/arch/sh3/sh3: cache_sh4.c Log Message: Revert part of the previous (reverting RUN_P1 - PAD_P1_SWITCH again). We can assume all icache ops are called from (and will return to)

CVS commit: src/common/lib/libc/arch/arm/string

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:46:05 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/string: memset.S Log Message: Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with strd can use it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:50:35 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: -n is incorrectly supressing the .. lines. (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:51:04 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c Log Message: - two entries for rmd160digest in misc.c (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/common/lib/libc/arch/arm/string

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 12 15:51:09 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/string: memcpy.S Log Message: Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with dword load/store can use it. To generate a diff of this commit:

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:51:41 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: - No j in the getopt string. (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/mtree/mtree.c

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:52:11 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: - No mention of -t in the usage message or the manpage SYNOPSIS (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.63

CVS commit: src/sys/arch/sh3/sh3

2012-12-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 12 16:24:49 UTC 2012 Modified Files: src/sys/arch/sh3/sh3: cache_sh4.c Log Message: Sprinkle redundant comments about PAD_P1_SWITCH to avoid stupid confusion. To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/crypto/external/bsd/openssh/dist

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 16:52:32 UTC 2012 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18236 Log Message: From ftp.openbsd.org Status: Vendor Tag: OPENSSH Release Tags: v61-20120828

CVS commit: src/doc

2012-12-12 Thread Christos Zoulas
. @@ -153,3 +153,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0: arm: fix EHCI support for OMAP3. [jmcneill 20121211] arm: enable direct-mapped poolpage support. [matt 20121211] arm: enable VFP-based pmap page zero/copy ops. [matt 20121211] + openssh: Import 6.1. [christos 20121212] + +

CVS commit: src/distrib/sets/lists

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 17:47:59 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64

CVS commit: src/doc

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 18:21:08 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: update hpn info To generate a diff of this commit: cvs rdiff -u -r1.987 -r1.988 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/share/man/man4

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 18:58:06 UTC 2012 Modified Files: src/share/man/man4: ddb.4 Log Message: mention what sync does. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/share/man/man4/ddb.4 Please note that diffs are

CVS commit: src/sys/arch/x86/x86

2012-12-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Dec 12 22:43:35 UTC 2012 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: With recent introduction of conditionals for the various MP options, we broke the build for x86 systems that have MULTIPROCESSOR but which do

CVS commit: src/sys/arch/arm/omap

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 01:15:50 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap2_reg.h Log Message: Add SDRC and I2C bases for OMAP3xxx To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/omap/omap2_reg.h

CVS commit: src/sys/arch/evbarm/beagle

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 01:16:39 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle.h beagle_machdep.c beagle_start.S Log Message: Add SDRC to devmap. Use SDRC to determine RAM size on OMAP3xxx. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbarm/beagle

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 01:23:16 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Allow MEMSIZE to only lower the amount of memory probed, not increase it. To generate a diff of this commit: cvs rdiff -u

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

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 01:24:11 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: MEMSIZE is now optional on BEAGLEBOARD. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/common/lib/libc/arch/arm/string

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 01:41:59 UTC 2012 Added Files: src/common/lib/libc/arch/arm/string: memset_neon.S Log Message: Add a NEON(only) implementation of memset. This is a work in progress. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/arch

2012-12-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 13 02:12:16 UTC 2012 Modified Files: src/sys/arch/arm/omap: am335x_prcm.h src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: software-initiated-reset glue for AM335x on BeagleBone To generate a diff of

CVS commit: src/sbin/sysctl

2012-12-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 13 05:27:02 UTC 2012 Modified Files: src/sbin/sysctl: sysctl.c Log Message: Add missing free() in error path. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sbin/sysctl/sysctl.c Please note that

CVS commit: src/sys/arch/evbarm/beagle

2012-12-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 13 05:58:14 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Add default boot args and support parsing of u-boot bootargs. Fix problem when MEMSIZE was not defined. To generate a diff of

CVS commit: src/sys

2012-12-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 13 06:43:38 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Implement TI AM335x's SDHC reset quirk. Beaglebone SDHC works now! On the AM335x, we