CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Fri Aug 31 07:00:36 UTC 2012 Modified Files: src/usr.bin/make: main.c Log Message: Cast sizeof() to int, which is sufficent and consistent with other use within make. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/make/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/cpuctl/arch
Module Name:src Committed By: drochner Date: Fri Aug 31 07:27:28 UTC 2012 Modified Files: src/usr.sbin/cpuctl/arch: noarch.c Log Message: fix for archs w/o cpu ucode driver: add dummy definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/cpuctl/arch/noarch.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/include
Module Name:src Committed By: matt Date: Fri Aug 31 11:40:42 UTC 2012 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Don't do inlines if _STANDALONE To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/include/armreg.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: skrll Date: Fri Aug 31 11:45:39 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: DO_AST_AND_RESTORE_ALIGNMENT_FAULTS needs AST_ALIGNMENT_FAULT_LOCALS To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 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
Module Name:src Committed By: skrll Date: Fri Aug 31 11:52:39 UTC 2012 Modified Files: src/sys/arch/arm/arm32: db_machdep.c src/usr.sbin/crash: Makefile Log Message: Don't advertise the svc/und/irq stack pointers as accessible to crash(8) when they're not To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm32/db_machdep.c cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/crash/Makefile 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: Fri Aug 31 12:01:15 UTC 2012 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Use __ASSEMBLER__ to control inline definitions To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/include/armreg.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/powerpc/pic
Module Name:src Committed By: macallan Date: Fri Aug 31 13:12:52 UTC 2012 Modified Files: src/sys/arch/powerpc/pic: intr.c Log Message: when calculating per-IPL virq masks, take into account that shared IRQs may request different IPLs fixes vr(4)-related problems seen on ofppc To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/pic/intr.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/ia64/ia64
Module Name:src Committed By: chs Date: Fri Aug 31 14:31:46 UTC 2012 Modified Files: src/sys/arch/ia64/ia64: pmap.c Log Message: fix some confusion about PG_FAKE. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/ia64/ia64/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs
Module Name:src Committed By: pooka Date: Fri Aug 31 14:46:54 UTC 2012 Modified Files: src/tests/fs/common: Makefile src/tests/fs/vfs: Makefile Log Message: Hook ZFS tests to MKZFS instead of a homegrown variable. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/fs/common/Makefile cvs rdiff -u -r1.17 -r1.18 src/tests/fs/vfs/Makefile 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: Fri Aug 31 17:29:08 UTC 2012 Modified Files: src/sys/arch/arm/include: lock.h Log Message: The arm11 barriers are mcr (write), not mrc (read) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ac
Module Name:src Committed By: wiz Date: Fri Aug 31 19:55:23 UTC 2012 Modified Files: src/usr.sbin/ac: ac.c Log Message: cgd and sjg relicensed this under 2-clause-BSD. Reported by Ed Schouten to tech-userlevel. Adapt license to match FreeBSD's version, leaving Ed out since according to CVS logs, he didn't touch NetBSD's version. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/ac/ac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: is Date: Fri Aug 31 20:23:33 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Note OpenSSH 6.1. Thanks for heads-up to Snader_LB. To generate a diff of this commit: cvs rdiff -u -r1.964 -r1.965 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/i386/gen
Module Name:src Committed By: drochner Date: Fri Aug 31 20:57:24 UTC 2012 Modified Files: src/lib/libc/arch/i386/gen: _lwp.c Log Message: Align the stack to a 16-byte boundary on LWP creation. This is more than required by the ABI, but it makes programs using SSE in a thread work without extra compiler flags or performance hit. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/i386/gen/_lwp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/arch/arm/atomic
Module Name:src Committed By: matt Date: Fri Aug 31 23:41:52 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_add_32.S atomic_and_32.S atomic_cas_32.S atomic_cas_8.S atomic_dec_32.S atomic_inc_32.S atomic_or_32.S atomic_swap.S Log Message: Add dmb/dsb instructions as required by the armv7 arch man. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/arm/atomic/atomic_add_32.S \ src/common/lib/libc/arch/arm/atomic/atomic_and_32.S \ src/common/lib/libc/arch/arm/atomic/atomic_cas_32.S \ src/common/lib/libc/arch/arm/atomic/atomic_cas_8.S \ src/common/lib/libc/arch/arm/atomic/atomic_dec_32.S \ src/common/lib/libc/arch/arm/atomic/atomic_inc_32.S \ src/common/lib/libc/arch/arm/atomic/atomic_or_32.S cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/atomic/atomic_swap.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/arm
Module Name:src Committed By: matt Date: Fri Aug 31 23:42:34 UTC 2012 Modified Files: src/sys/arch/arm/arm: lock_cas.S Log Message: Add ucas32 for SMP. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/lock_cas.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
Module Name:src Committed By: matt Date: Fri Aug 31 23:56:15 UTC 2012 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: Move the __cpu_simple_lock to the last byte so it's easier to read in dumps To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/mutex.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: Fri Aug 31 23:59:52 UTC 2012 Modified Files: src/sys/arch/arm/arm: arm_machdep.c src/sys/arch/arm/arm32: arm32_machdep.c genassym.cf src/sys/arch/arm/include: bootconfig.h src/sys/arch/arm/include/arm32: machdep.h Added Files: src/sys/arch/arm/arm32: arm32_boot.c arm32_kvminit.c arm32_reboot.c Log Message: Make cpu_reset, most of initarm and the kvm init code common. Add MP hooks for cpu_need_resced Add idlestck which is allocated in arm32_kvminit To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/arm_machdep.c cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/arm32/arm32_boot.c \ src/sys/arch/arm/arm32/arm32_kvminit.c \ src/sys/arch/arm/arm32/arm32_reboot.c cvs rdiff -u -r1.82 -r1.83 src/sys/arch/arm/arm32/arm32_machdep.c cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/arm32/genassym.cf cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/bootconfig.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/include/arm32/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/pic
Module Name:src Committed By: matt Date: Sat Sep 1 00:00:42 UTC 2012 Modified Files: src/sys/arch/arm/pic: files.pic pic.c pic_splfuncs.c picvar.h Log Message: Add PIC hooks for MP and for the ARM Generic Interrupt Controller. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/pic/files.pic \ src/sys/arch/arm/pic/pic_splfuncs.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/pic/pic.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/pic/picvar.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/fpe-arm
Module Name:src Committed By: matt Date: Sat Sep 1 00:01:43 UTC 2012 Modified Files: src/sys/arch/arm/fpe-arm: armfpe_init.c Log Message: XXX this can not have worked for a long time. Move this to the world of lwps. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/fpe-arm/armfpe_init.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: Sat Sep 1 00:03:14 UTC 2012 Added Files: src/sys/arch/arm/cortex: a9_mpsubr.S a9tmr.c a9tmr_intr.h a9tmr_reg.h a9tmr_var.h a9wdt.c armperiph.c files.cortex gic.c gic_intr.h gic_reg.h mpcore_var.h scu_reg.h Log Message: Add Cortex-A9 support including the ARM Generic Interrupt Controller and the A9 Global Timer / Watchdog. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/cortex/a9_mpsubr.S \ src/sys/arch/arm/cortex/a9tmr.c src/sys/arch/arm/cortex/a9tmr_intr.h \ src/sys/arch/arm/cortex/a9tmr_reg.h src/sys/arch/arm/cortex/a9tmr_var.h \ src/sys/arch/arm/cortex/a9wdt.c src/sys/arch/arm/cortex/armperiph.c \ src/sys/arch/arm/cortex/files.cortex src/sys/arch/arm/cortex/gic.c \ src/sys/arch/arm/cortex/gic_intr.h src/sys/arch/arm/cortex/gic_reg.h \ src/sys/arch/arm/cortex/mpcore_var.h src/sys/arch/arm/cortex/scu_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/broadcom
Module Name:src Committed By: matt Date: Sat Sep 1 00:04:44 UTC 2012 Added Files: src/sys/arch/arm/broadcom: bcm53xx_board.c bcm53xx_cca.c bcm53xx_ccb.c bcm53xx_eth.c bcm53xx_i2c.c bcm53xx_idm.c bcm53xx_intr.h bcm53xx_mdio.c bcm53xx_pax.c bcm53xx_reg.h bcm53xx_rng.c bcm53xx_sdhc.c bcm53xx_usb.c bcm53xx_var.h bcmgen_space.c files.bcm53xx Log Message: Add initial device support for the Broadcom BCM5301x family. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/broadcom/bcm53xx_board.c \ src/sys/arch/arm/broadcom/bcm53xx_cca.c \ src/sys/arch/arm/broadcom/bcm53xx_ccb.c \ src/sys/arch/arm/broadcom/bcm53xx_eth.c \ src/sys/arch/arm/broadcom/bcm53xx_i2c.c \ src/sys/arch/arm/broadcom/bcm53xx_idm.c \ src/sys/arch/arm/broadcom/bcm53xx_intr.h \ src/sys/arch/arm/broadcom/bcm53xx_mdio.c \ src/sys/arch/arm/broadcom/bcm53xx_pax.c \ src/sys/arch/arm/broadcom/bcm53xx_reg.h \ src/sys/arch/arm/broadcom/bcm53xx_rng.c \ src/sys/arch/arm/broadcom/bcm53xx_sdhc.c \ src/sys/arch/arm/broadcom/bcm53xx_usb.c \ src/sys/arch/arm/broadcom/bcm53xx_var.h \ src/sys/arch/arm/broadcom/bcmgen_space.c \ src/sys/arch/arm/broadcom/files.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/arm/omap
Module Name:src Committed By: matt Date: Sat Sep 1 00:05:36 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap4430_intr.h omap_intr.h Log Message: Initial support for interrupts on the OMAP4430 (which uses the ARMGIC). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/omap4430_intr.h cvs rdiff -u -r1.6 -r1.7 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/arm/imx
Module Name:src Committed By: matt Date: Sat Sep 1 00:06:54 UTC 2012 Modified Files: src/sys/arch/arm/imx: imx_space.c Log Message: Use PMAP_NOCACHE, add stream methods. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/imx_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/imx
Module Name:src Committed By: matt Date: Sat Sep 1 00:07:32 UTC 2012 Modified Files: src/sys/arch/arm/imx: imx51_ccm.c imx51_ccmreg.h Added Files: src/sys/arch/arm/imx: files.imx6 imx6_intr.h imx6_reg.h Log Message: Some initial iMX.6 support To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/imx/files.imx6 \ src/sys/arch/arm/imx/imx6_intr.h src/sys/arch/arm/imx/imx6_reg.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx51_ccm.c \ src/sys/arch/arm/imx/imx51_ccmreg.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
Module Name:src Committed By: matt Date: Sat Sep 1 00:15:11 UTC 2012 Added Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c bcm53xx_start.S genassym.cf platform.h src/sys/arch/evbarm/conf: BCM5301X files.bcm53xx mk.bcm53xx std.bcm53xx Log Message: Add support for the BCM95301X development board To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c \ src/sys/arch/evbarm/bcm53xx/bcm53xx_start.S \ src/sys/arch/evbarm/bcm53xx/genassym.cf \ src/sys/arch/evbarm/bcm53xx/platform.h cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/BCM5301X \ src/sys/arch/evbarm/conf/files.bcm53xx \ src/sys/arch/evbarm/conf/mk.bcm53xx 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
Module Name:src Committed By: matt Date: Sat Sep 1 00:20:49 UTC 2012 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c src/sys/arch/evbarm/conf: files.beagle files.marvell src/sys/arch/evbarm/marvell: marvell_machdep.c Log Message: Switch beagle and marvell to use the new boot/init code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/beagle/beagle_machdep.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/files.beagle \ src/sys/arch/evbarm/conf/files.marvell cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/marvell/marvell_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: matt Date: Sat Sep 1 00:21:39 UTC 2012 Added Files: src/sys/arch/evbarm/conf: BCM5301X_INSTALL Log Message: Add INSTALL variant for BCM5301X To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/BCM5301X_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/evbarm/conf
Module Name:src Committed By: matt Date: Sat Sep 1 00:22:13 UTC 2012 Added Files: src/sys/arch/evbarm/conf: PANDABOARD Log Message: Initial config for PANDABOARD (doesn't quite work yet). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/PANDABOARD 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: matt Date: Sat Sep 1 00:24:44 UTC 2012 Modified Files: src/sys/kern: kern_cpu.c src/sys/sys: cpu_data.h Log Message: Add a kcpuset_t which just includes ourself. Add a ci_cpuname for convenience To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.34 -r1.35 src/sys/sys/cpu_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
Module Name:src Committed By: matt Date: Sat Sep 1 00:26:38 UTC 2012 Modified Files: src/sys/kern: kern_kthread.c src/sys/uvm: uvm_extern.h uvm_glue.c Log Message: Add a __HAVE_CPU_UAREA_IDLELWP hook so that the MD code can allocate special UAREAs for idle lwp's. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_kthread.c cvs rdiff -u -r1.183 -r1.184 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.159 -r1.160 src/sys/uvm/uvm_glue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Sat Sep 1 00:27:12 UTC 2012 Modified Files: src/sys/sys: param.h Log Message: Welcome to 6.99.11! To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ddb
Module Name:src Committed By: matt Date: Sat Sep 1 00:28:12 UTC 2012 Modified Files: src/sys/ddb: db_output.c files.ddb Log Message: Make DB_MAX_LINES a kernel option To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/ddb/db_output.c cvs rdiff -u -r1.7 -r1.8 src/sys/ddb/files.ddb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/bebox/stand/boot
Module Name:src Committed By: matt Date: Sat Sep 1 00:29:01 UTC 2012 Modified Files: src/sys/arch/bebox/stand/boot: Makefile Log Message: Add ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/bebox/stand/boot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: matt Date: Sat Sep 1 00:49:03 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Note new ARM changes. To generate a diff of this commit: cvs rdiff -u -r1.1740 -r1.1741 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/ddb
Module Name:src Committed By: matt Date: Sat Sep 1 01:13:52 UTC 2012 Modified Files: src/sys/ddb: db_output.c Log Message: Use _KERNEL_OPT To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/ddb/db_output.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/pic
Module Name:src Committed By: matt Date: Sat Sep 1 01:44:17 UTC 2012 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Add #ifdef DIAGNOSTIC / #endif To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 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: src/etc/etc.evbarm
Module Name:src Committed By: matt Date: Sat Sep 1 01:45:17 UTC 2012 Modified Files: src/etc/etc.evbarm: MAKEDEV.conf Log Message: Add lots more ldN dkN Add drvctl to md To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbarm/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.evbarm
Module Name:src Committed By: matt Date: Sat Sep 1 02:03:35 UTC 2012 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Add BCM5301X To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/instkernel
Module Name:src Committed By: matt Date: Sat Sep 1 02:05:02 UTC 2012 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: Add BCM5301X_INSTALL To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/evbarm/instkernel/instkernel/Makefile 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: Sat Sep 1 02:08:28 UTC 2012 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Shut up gcc about some uninitialized variables. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.