CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Sep 1 11:04:19 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BCM5301X std.bcm53xx Log Message: Add DKWEDGE support Add __HAVE_CPU_COUNTER To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/BCM5301X \ src/sys/arch/evbarm/conf/std.bcm53xx 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: Sat Sep 1 11:11:31 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: README.evbarm Log Message: Add some more kernels To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/README.evbarm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: matt Date: Sat Sep 1 11:19:59 UTC 2012 Modified Files: src/sys/dev: DEVNAMES Log Message: More devnames from BCM5301X work To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/sys/dev/DEVNAMES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: matt Date: Sat Sep 1 11:21:22 UTC 2012 Modified Files: src/sys/conf: files Log Message: Add xhci placeholder To generate a diff of this commit: cvs rdiff -u -r1.1056 -r1.1057 src/sys/conf/files Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libkern/arch/arm
Module Name:src Committed By: matt Date: Sat Sep 1 11:24:37 UTC 2012 Modified Files: src/sys/lib/libkern/arch/arm: clzsi2.S Log Message: Add ARMv5 support the clz instruction To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/lib/libkern/arch/arm/clzsi2.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/include/arm32
Module Name:src Committed By: martin Date: Sat Sep 1 12:05:09 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: machdep.h pmap.h Log Message: Move struct pv_addr next to struct bootmem_info into machdep.h and have pmap.h include that. Seems to be the least intrusive build fix; Matt: feel free to revamp. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/arm32/machdep.h cvs rdiff -u -r1.104 -r1.105 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
Module Name:src Committed By: matt Date: Sat Sep 1 12:15:40 UTC 2012 Modified Files: src/sys/arch/arm/arm32: intr.c src/sys/arch/shark/shark: autoconf.c Log Message: Rework includes and include for pmap.h To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/arm32/intr.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/shark/shark/autoconf.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/conf
Module Name:src Committed By: matt Date: Sat Sep 1 12:17:04 UTC 2012 Modified Files: src/sys/arch/arm/conf: kern.ldscript.head Log Message: Add missing ; To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/conf/kern.ldscript.head 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/arm32
Module Name:src Committed By: martin Date: Sat Sep 1 12:19:32 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: machdep.h pmap.h Log Message: Backout previous, Matt fixed it differently To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/arm32/machdep.h cvs rdiff -u -r1.105 -r1.106 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/kern
Module Name:src Committed By: para Date: Sat Sep 1 12:28:59 UTC 2012 Modified Files: src/sys/kern: subr_vmem.c Log Message: rework boundary-tag reserve calculation, make it more precise. add comment about the rational behind the sizing of certain vars used by allocation and bootstrap. as requested by yamt@ To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/kern/subr_vmem.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
Module Name:src Committed By: matt Date: Sat Sep 1 14:44:43 UTC 2012 Modified Files: src/sys/arch/arm/imx: imx_space.c src/sys/arch/arm/omap: omap_space.c Log Message: Use PMAP_NOCACHE To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx_space.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/omap/omap_space.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
Module Name:src Committed By: matt Date: Sat Sep 1 14:46:25 UTC 2012 Modified Files: src/sys/arch/arm/arm32: genassym.cf src/sys/arch/arm/imx: imxuartreg.h src/sys/arch/arm/include: asm.h src/sys/arch/arm/omap: omap_start.S Log Message: Add __BITS to asm.h (remove from imxuartreg.h) Add L1_S_AP_KR to genassym.h Use L1_S_AP_* in omap_start.S and don't include pmap.h To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm32/genassym.cf cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imxuartreg.h cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/asm.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/omap_start.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/arm32
Module Name:src Committed By: matt Date: Sat Sep 1 14:46:51 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: blx reg is V5, not V4T To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/arm32/cpuswitch.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
Module Name:src Committed By: matt Date: Sat Sep 1 14:48:06 UTC 2012 Modified Files: src/sys/arch/arm/at91: at91bus.c src/sys/arch/arm/sa11x0: sa11x0_irqhandler.c src/sys/arch/hpcarm/hpcarm: autoconf.c Log Message: Move things around for To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/at91/at91bus.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sa11x0/sa11x0_irqhandler.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcarm/hpcarm/autoconf.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/omap
Module Name:src Committed By: matt Date: Sat Sep 1 14:48:29 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap_intr.h Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/omap/omap_intr.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/conf
Module Name:src Committed By: matt Date: Sat Sep 1 14:50:12 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: ADI_BRH ARMADILLO210 ARMADILLO9 CP3100 HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IXDP425 IXM1200 NAPPI NSLU2 OPENRD RPI TEAMASA_NPWR TS7200 VIPER ZAO425 Log Message: Bump up SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/ADI_BRH \ src/sys/arch/evbarm/conf/IQ31244 cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/ARMADILLO210 cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/ARMADILLO9 cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/CP3100 cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/HDL_G cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/IMX31LITE cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/INTEGRATOR cvs rdiff -u -r1.75 -r1.76 src/sys/arch/evbarm/conf/IQ80310 cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/conf/IXDP425 cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/IXM1200 cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/NAPPI cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/NSLU2 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OPENRD cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/RPI cvs rdiff -u -r1.72 -r1.73 src/sys/arch/evbarm/conf/TEAMASA_NPWR cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/conf/TS7200 cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/VIPER cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/ZAO425 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: Sat Sep 1 14:51:22 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: OVERO Log Message: Bump SYMTAB_SPACE Use cortex-a8 since it is a OMAP3530 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/OVERO 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/gumstix
Module Name:src Committed By: matt Date: Sat Sep 1 14:52:35 UTC 2012 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_start.S Log Message: Don't shift VA in table since that generates errors To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/gumstix/gumstix_start.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/evbarm/beagle
Module Name:src Committed By: matt Date: Sat Sep 1 14:54:59 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_start.S Log Message: shrink a little To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/beagle/beagle_start.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/i2c
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:06:57 UTC 2012 Removed Files: src/sys/dev/i2c: pic16lcreg.h Log Message: pic16lcreg.h has been unused since removal of Xbox support, remove. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/sys/dev/i2c/pic16lcreg.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/conf
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:25:33 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: back out unintentional change in 1.352. To generate a diff of this commit: cvs rdiff -u -r1.361 -r1.362 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: chs Date: Sat Sep 1 15:46:11 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: when failing a mount due to unsupported features, print which features are involved. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/ufs/ext2fs/ext2fs_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/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: pooka Date: Sat Sep 1 16:19:01 UTC 2012 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: For now, make vop_islocked more like vop_lock and vop_unlock (i.e. don't even attempt to do anything). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: christos Date: Sat Sep 1 17:01:24 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs.h ext2fs_vfsops.c Log Message: really print the incompatible bits. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/ufs/ext2fs/ext2fs.h cvs rdiff -u -r1.165 -r1.166 src/sys/ufs/ext2fs/ext2fs_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/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Sat Sep 1 17:11:56 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: std.rpi Log Message: Define __HAVE_CPU_UAREA_ALLOC_IDLELWP and TPIDRPRW_IS_CURCPU To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.rpi 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/rpi
Module Name:src Committed By: skrll Date: Sat Sep 1 17:14:56 UTC 2012 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Switch RaspberryPI to use the new boot/init code. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/rpi/rpi_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
Module Name:src Committed By: skrll Date: Sat Sep 1 17:15:43 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: files.rpi Log Message: Switch RaspberryPI to use the new boot/init code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/files.rpi 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
Module Name:src Committed By: jakllsch Date: Sat Sep 1 17:36:07 UTC 2012 Modified Files: src/sys/dev/usb: usbdevices.config Log Message: Add urtw(4) and cir* at emdtv? bringing this up to speed with x86 GENERIC To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/usbdevices.config Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jakllsch Date: Sat Sep 1 18:17:51 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 src/sys/arch/evbarm/conf: HDL_G HPT5325 MMNET_GENERIC MPCSA_GENERIC NSLU2 OPENBLOCKS_A6 SHEEVAPLUG src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT src/sys/arch/hp700/conf: GENERIC src/sys/arch/hpcarm/conf: WZERO3 src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0 src/sys/arch/iyonix/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/macppc/conf: GENERIC src/sys/arch/ofppc/conf: GENERIC src/sys/arch/sparc64/conf: GENERIC src/sys/dev/usb: files.usb usbdevices.config Log Message: Rename RT2500USB driver to ural(4) as it was originally in OpenBSD, as ural(4) and ral(4) do not actually share any code. Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build. Fixes PR#43520. To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.85 -r1.86 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/HDL_G \ src/sys/arch/evbarm/conf/MPCSA_GENERIC cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/HPT5325 \ src/sys/arch/evbarm/conf/OPENBLOCKS_A6 cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/MMNET_GENERIC cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/NSLU2 cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/SHEEVAPLUG cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT cvs rdiff -u -r1.115 -r1.116 src/sys/arch/hp700/conf/GENERIC cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hpcarm/conf/WZERO3 cvs rdiff -u -r1.342 -r1.343 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1078 -r1.1079 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.67 -r1.68 src/sys/arch/i386/conf/XEN3_DOM0 cvs rdiff -u -r1.71 -r1.72 src/sys/arch/iyonix/conf/GENERIC cvs rdiff -u -r1.31 -r1.32 src/sys/arch/landisk/conf/GENERIC cvs rdiff -u -r1.302 -r1.303 src/sys/arch/macppc/conf/GENERIC cvs rdiff -u -r1.142 -r1.143 src/sys/arch/ofppc/conf/GENERIC cvs rdiff -u -r1.151 -r1.152 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.124 -r1.125 src/sys/dev/usb/files.usb cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/usbdevices.config 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: jakllsch Date: Sat Sep 1 19:05:46 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: When we do get a working and stable USB HCD, we'll want to use usbdevices.config. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/RPI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: rmind Date: Sat Sep 1 19:08:01 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: npfctl usage: minor formatting fix. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npfctl/npfctl.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
Module Name:src Committed By: matt Date: Sat Sep 1 22:20:52 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Need to do a GET_CURCPU(r4) before invoking DO_AST_AND_RESTORE_ALIGNMENT_FAULTS To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm32/cpuswitch.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/i386/i386
Module Name:src Committed By: cherry Date: Sat Sep 1 23:19:47 UTC 2012 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: Restrict export of the tmpgdt symbol to XEN kernels Spotted by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/arch/i386/i386/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/cortex
Module Name:src Committed By: matt Date: Sun Sep 2 05:01:54 UTC 2012 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Cleanup and bring forwards from bcm53xx_start.S Use more symbolic names ... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/cortex/a9_mpsubr.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/evbarm/bcm53xx
Module Name:src Committed By: matt Date: Sun Sep 2 05:02:36 UTC 2012 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_start.S Log Message: Use the common code in To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/bcm53xx/bcm53xx_start.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/pci
Module Name:src Committed By: matt Date: Sun Sep 2 06:29:56 UTC 2012 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Finish devices the bits in PCIE capability LCSR field. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.