CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sun Sep 2 13:34:50 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: std.marvell Log Message: Add __HAVE_CPU_UAREA_ALLOC_IDLELWP since it's using the new boot/kvminit code To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.marvell 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
Module Name:src Committed By: matt Date: Sun Sep 2 13:57:19 UTC 2012 Modified Files: src/sys/arch/arm/include: pci_machdep.h Log Message: Use device_t To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/include/pci_machdep.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
Module Name:src Committed By: matt Date: Sun Sep 2 14:43:21 UTC 2012 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/arm/include/arm32: pmap.h Log Message: Make bus_dma understand supersections. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.106 -r1.107 src/sys/arch/arm/include/arm32/pmap.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/arm32
Module Name:src Committed By: matt Date: Sun Sep 2 14:46:38 UTC 2012 Modified Files: src/sys/arch/arm/arm32: bus_dma.c pmap.c Log Message: Supersections are on armv6 too. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.235 -r1.236 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/kern
Module Name:src Committed By: mlelstv Date: Sun Sep 2 16:00:01 UTC 2012 Modified Files: src/sys/kern: kern_synch.c Log Message: The field ci_curlwp is only defined for MULTIPROCESSOR kernels. To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/kern/kern_synch.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/cortex
Module Name:src Committed By: matt Date: Sun Sep 2 16:55:10 UTC 2012 Modified Files: src/sys/arch/arm/cortex: armperiph.c files.cortex Added Files: src/sys/arch/arm/cortex: pl310.c pl310_reg.h Log Message: Add driver to attach ARM PL210 L2 Cache Controller arml2cc0 at armperiph0: ARM PL310 L2 r3p2 Cache Controller arml2cc0: 256KB/32B 16-way L2 Unified cache To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/cortex/armperiph.c \ src/sys/arch/arm/cortex/files.cortex cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/cortex/pl310.c \ src/sys/arch/arm/cortex/pl310_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/arm/cortex
Module Name:src Committed By: matt Date: Sun Sep 2 16:56:41 UTC 2012 Modified Files: src/sys/arch/arm/cortex: pl310.c Log Message: Add "write-back" before Unified To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/cortex/pl310.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
Module Name:src Committed By: matt Date: Sun Sep 2 16:57:06 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BCM5301X Log Message: Add ppb/pci Add arml2cc To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/BCM5301X 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
Module Name:src Committed By: martin Date: Sun Sep 2 20:58:44 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: builtins.c Log Message: Make can_trust_pointer_alignment() always return false on STRICT_ALIGNMENT archs - gcc 4.5 is not able to properly track alignment and backporting the fix from 4.6/4.7 is not feasible (according to upstream). See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46483 for details. Fixes PR toolchain/46865. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/builtins.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/adb
Module Name:src Committed By: he Date: Sun Sep 2 21:06:54 UTC 2012 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: Move adbkbd_setup_sysctl() declaration to outside NWSMOUSE > 0, to match the rest of the code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/adb/adb_kbd.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
Module Name:src Committed By: he Date: Sun Sep 2 21:14:56 UTC 2012 Modified Files: src/sys/dev/wscons: wskbdvar.h Log Message: Now that we use keysym_t, make sure is included. Fixes the kernel build for next68k's nextcons.c and mac68k's maccons.c. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/wscons/wskbdvar.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/amd64/amd64
Module Name:src Committed By: cherry Date: Mon Sep 3 05:01:45 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Revert to unmanaged x86 memory mapped isa and pci space. This is a revert of commit r1.169: http://mail-index.netbsd.org/source-changes/2011/11/06/msg028702.html This should allow X to run on NetBSD/xen amd64 dom0, and fixes PR #46634 To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/sys/arch/amd64/amd64/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.