CVS commit: src/sys/dev/ic
Module Name:src Committed By: martin Date: Wed Feb 27 09:29:21 UTC 2013 Modified Files: src/sys/dev/ic: isp.c Log Message: Disable ICBOPT_FAST_POST for ISP 2100. Fixes PR kern/47302. From Matthew Jacob. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/dev/ic/isp.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/pci
Module Name:src Committed By: msaitoh Date: Wed Feb 27 13:53:51 UTC 2013 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: Fix macro definitions. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_bgevar.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/pci
Module Name:src Committed By: msaitoh Date: Wed Feb 27 13:59:01 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Add APPLE BCM5701 - Add BROADCOM BCM57766 - BCM5719 is not 10G but 1G To generate a diff of this commit: cvs rdiff -u -r1.1148 -r1.1149 src/sys/dev/pci/pcidevs 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: msaitoh Date: Wed Feb 27 13:59:33 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1140 -r1.1141 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1139 -r1.1140 src/sys/dev/pci/pcidevs_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/pci
Module Name:src Committed By: msaitoh Date: Wed Feb 27 14:19:38 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: No functional change: - Fix comments. - Change macro name. - Change sysctl related functions for consistency. To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/if_bgereg.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: Wed Feb 27 16:55:39 UTC 2013 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Add a zero flag to valloc_pages so that we can *not* zero the msgbuf so it will be preserved across boots. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm32/arm32_kvminit.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/arm32
Module Name:src Committed By: matt Date: Wed Feb 27 17:50:07 UTC 2013 Modified Files: src/sys/arch/arm/include/arm32: vmparam.h Log Message: Define PAGESHIFT using PGSHIFT To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/include/arm32/vmparam.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: Wed Feb 27 17:52:44 UTC 2013 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S locore.S Log Message: Don't include since we should be getting that stuff from "assym.h" To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/arm32/cpuswitch.S cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/arm32/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/rpc
Module Name:src Committed By: christos Date: Wed Feb 27 18:39:58 UTC 2013 Modified Files: src/tests/lib/libc/rpc: t_rpc.c Log Message: skip the tests if rpcbind is not responding. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/rpc/t_rpc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vis
Module Name:src Committed By: christos Date: Wed Feb 27 20:12:44 UTC 2013 Modified Files: src/usr.bin/vis: vis.1 Log Message: update dates, version To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/vis/vis.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mbrlabel
Module Name:src Committed By: is Date: Wed Feb 27 20:43:00 UTC 2013 Modified Files: src/sbin/mbrlabel: mbrlabel.8 Log Message: Fix terminology issue brought up by Bug Hunting in PR 47314. The boot records in extended partitions are called "Extended Boot Record" (EBR); use that in the documentation where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/mbrlabel/mbrlabel.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mbrlabel
Module Name:src Committed By: wiz Date: Wed Feb 27 21:21:47 UTC 2013 Modified Files: src/sbin/mbrlabel: mbrlabel.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/mbrlabel/mbrlabel.8 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: joerg Date: Wed Feb 27 21:25:14 UTC 2013 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/comp: mi src/external/bsd/llvm: Makefile Makefile.inc link.mk src/external/bsd/llvm/bin: Makefile src/external/bsd/llvm/lib: Makefile src/share/mk: bsd.own.mk src/tools: Makefile Added Files: src/external/bsd/llvm/bin/llvm-mcld: Makefile src/external/bsd/llvm/config/mclinker/mcld/Config: Config.h Linkers.def Targets.def src/external/bsd/llvm/lib/libMCLinkerADT: Makefile src/external/bsd/llvm/lib/libMCLinkerARMCodeGen: Makefile src/external/bsd/llvm/lib/libMCLinkerARMTargetInfo: Makefile src/external/bsd/llvm/lib/libMCLinkerCodeGen: Makefile src/external/bsd/llvm/lib/libMCLinkerCore: Makefile src/external/bsd/llvm/lib/libMCLinkerFragment: Makefile src/external/bsd/llvm/lib/libMCLinkerLD: Makefile src/external/bsd/llvm/lib/libMCLinkerMC: Makefile src/external/bsd/llvm/lib/libMCLinkerMipsCodeGen: Makefile src/external/bsd/llvm/lib/libMCLinkerMipsTargetInfo: Makefile src/external/bsd/llvm/lib/libMCLinkerObject: Makefile src/external/bsd/llvm/lib/libMCLinkerSupport: Makefile src/external/bsd/llvm/lib/libMCLinkerTarget: Makefile src/external/bsd/llvm/lib/libMCLinkerX86CodeGen: Makefile src/external/bsd/llvm/lib/libMCLinkerX86TargetInfo: Makefile src/tools/llvm-lib/libMCLinkerADT: Makefile src/tools/llvm-lib/libMCLinkerARMCodeGen: Makefile src/tools/llvm-lib/libMCLinkerARMTargetInfo: Makefile src/tools/llvm-lib/libMCLinkerCodeGen: Makefile src/tools/llvm-lib/libMCLinkerCore: Makefile src/tools/llvm-lib/libMCLinkerFragment: Makefile src/tools/llvm-lib/libMCLinkerLD: Makefile src/tools/llvm-lib/libMCLinkerMC: Makefile src/tools/llvm-lib/libMCLinkerMipsCodeGen: Makefile src/tools/llvm-lib/libMCLinkerMipsTargetInfo: Makefile src/tools/llvm-lib/libMCLinkerObject: Makefile src/tools/llvm-lib/libMCLinkerSupport: Makefile src/tools/llvm-lib/libMCLinkerTarget: Makefile src/tools/llvm-lib/libMCLinkerX86CodeGen: Makefile src/tools/llvm-lib/libMCLinkerX86TargetInfo: Makefile src/tools/llvm-mcld: Makefile Log Message: Add infrastructure for building MCLinker. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/distrib/sets/sets.subr cvs rdiff -u -r1.1806 -r1.1807 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/Makefile \ src/external/bsd/llvm/link.mk cvs rdiff -u -r1.46 -r1.47 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/bin/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-mcld/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/config/mclinker/mcld/Config/Config.h \ src/external/bsd/llvm/config/mclinker/mcld/Config/Linkers.def \ src/external/bsd/llvm/config/mclinker/mcld/Config/Targets.def cvs rdiff -u -r1.28 -r1.29 src/external/bsd/llvm/lib/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerADT/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerARMCodeGen/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerARMTargetInfo/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerCodeGen/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerCore/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerFragment/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerLD/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerMC/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerMipsCodeGen/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerMipsTargetInfo/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerObject/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerSupport/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libMCLinkerTarget/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerX86CodeGen/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libMCLinkerX86TargetInfo/Makefile cvs rdiff -u -r1.724 -r1.725 src/share/mk/bsd.own.mk cvs rdiff -u -r1.167 -r1.168 src/tools/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerADT/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerARMCodeGen/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerARMTargetInfo/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerCodeGen/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerCore/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerFragment/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libMCLinkerLD/Makefile cvs rdiff -u -r0 -r1.1
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Wed Feb 27 22:15:46 UTC 2013 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Actually use zero_p now that we pass it in. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/arm32/arm32_kvminit.c 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: christos Date: Thu Feb 28 02:00:03 UTC 2013 Modified Files: src/sys/conf: majors Log Message: add a major for dtrace To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/conf/majors Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: christos Date: Thu Feb 28 02:00:27 UTC 2013 Modified Files: src/etc: MAKEDEV.tmpl Log Message: node for dtrace To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: christos Date: Thu Feb 28 03:04:12 UTC 2013 Modified Files: src/etc: MAKEDEV.tmpl Log Message: missing comment To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.