CVS commit: src
Module Name:src Committed By: ozaki-r Date: Tue Mar 25 09:52:56 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/etc: Makefile.params src/external/cddl: Makefile src/external/cddl/osnet/lib: Makefile src/external/cddl/osnet/usr.bin: Makefile src/share/man/man5: mk.conf.5 src/share/mk: bsd.README bsd.own.mk bsd.prog.mk src/tools: Makefile Log Message: Add MKCTF This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now). This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again. To generate a diff of this commit: cvs rdiff -u -r1.1886 -r1.1887 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.1465 -r1.1466 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.10 -r1.11 src/etc/Makefile.params cvs rdiff -u -r1.2 -r1.3 src/external/cddl/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/lib/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/usr.bin/Makefile cvs rdiff -u -r1.67 -r1.68 src/share/man/man5/mk.conf.5 cvs rdiff -u -r1.328 -r1.329 src/share/mk/bsd.README cvs rdiff -u -r1.791 -r1.792 src/share/mk/bsd.own.mk cvs rdiff -u -r1.289 -r1.290 src/share/mk/bsd.prog.mk cvs rdiff -u -r1.171 -r1.172 src/tools/Makefile 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/libgcc
Module Name:src Committed By: joerg Date: Tue Mar 25 10:03:51 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libgcc: unwind-sjlj.c Log Message: Cast to _Unwind_Ptr here as well. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man5
Module Name:src Committed By: wiz Date: Tue Mar 25 10:23:26 UTC 2014 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/share/man/man5/mk.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbmips/alchemy
Module Name:src Committed By: martin Date: Tue Mar 25 10:44:12 UTC 2014 Modified Files: src/sys/arch/evbmips/alchemy: machdep.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/evbmips/alchemy/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/kern
Module Name:src Committed By: macallan Date: Tue Mar 25 12:50:53 UTC 2014 Modified Files: src/sys/kern: kern_cpu.c Log Message: snprintf -> vsnprintf in cpu_setmodel() now this can actually work hi christos To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_cpu.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/hpcmips/hpcmips
Module Name:src Committed By: christos Date: Tue Mar 25 13:38:25 UTC 2014 Modified Files: src/sys/arch/hpcmips/hpcmips: machdep.c Log Message: add missing include To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/arch/hpcmips/hpcmips/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/lgpl3
Module Name:src Committed By: joerg Date: Tue Mar 25 15:28:15 UTC 2014 Modified Files: src/external/lgpl3/gmp/dist: longlong.h src/external/lgpl3/mpfr/dist/src: mpfr-longlong.h Log Message: Use C version of umul_ppmm for Clang on MIPS. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/lgpl3/gmp/dist/longlong.h cvs rdiff -u -r1.1.1.1 -r1.2 src/external/lgpl3/mpfr/dist/src/mpfr-longlong.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd
Module Name:src Committed By: christos Date: Tue Mar 25 15:33:22 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/libdrm: xf86drm.c xf86drmMode.c src/sys/external/bsd/drm/dist/libdrm/nouveau: nouveau_dma.h src/sys/external/bsd/drm/dist/tests: dristat.c drmstat.c src/sys/external/bsd/drm2/dist/drm: drm_debugfs.c drm_pci.c drm_platform.c drm_proc.c src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_arm.c vchiq_proc.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm/dist/libdrm/xf86drm.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm/dist/libdrm/xf86drmMode.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm/dist/libdrm/nouveau/nouveau_dma.h cvs rdiff -u -r1.1.1.2 -r1.2 src/sys/external/bsd/drm/dist/tests/dristat.c cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/external/bsd/drm/dist/tests/drmstat.c cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/external/bsd/drm2/dist/drm/drm_debugfs.c \ src/sys/external/bsd/drm2/dist/drm/drm_pci.c \ src/sys/external/bsd/drm2/dist/drm/drm_platform.c \ src/sys/external/bsd/drm2/dist/drm/drm_proc.c cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c cvs rdiff -u -r1.1 -r1.2 \ src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_proc.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/ic
Module Name:src Committed By: christos Date: Tue Mar 25 15:51:58 UTC 2014 Modified Files: src/sys/dev/ic: clmpcc.c Log Message: fix unused/uninitialized To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/ic/clmpcc.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/mvme
Module Name:src Committed By: christos Date: Tue Mar 25 15:52:17 UTC 2014 Modified Files: src/sys/dev/mvme: clmpcc_pcctwo.c Log Message: fix unused To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mvme/clmpcc_pcctwo.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/mvme
Module Name:src Committed By: christos Date: Tue Mar 25 15:52:33 UTC 2014 Modified Files: src/sys/dev/mvme: if_ie_mvme.c Log Message: fix unused To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mvme/if_ie_mvme.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils/dist/gas/config
Module Name:src Committed By: matt Date: Tue Mar 25 16:17:33 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/gas/config: tc-vax.c Log Message: Bias the cfi pc expr by nbytes since vax pcrel are relative to end of the relocation, not the beginning. By adding the size of relocation, it will become relative to the start of the relocation. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/dist/gas/config/tc-vax.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
Module Name:src Committed By: christos Date: Tue Mar 25 16:19:14 UTC 2014 Modified Files: src/sys/dev: firmload.c src/sys/dev/ata: ata_raid_intel.c ata_raid_jmicron.c ata_raid_nvidia.c ata_raid_via.c src/sys/dev/ic: ncr53c9xvar.h sunscpal.c src/sys/dev/pci: if_kse.c if_wm.c src/sys/dev/pci/cxgb: cxgb_l2t.c cxgb_offload.c src/sys/dev/pci/hdaudio: hdafg.c src/sys/dev/pci/ixgbe: ixv.c src/sys/dev/pci/n8/common/api: n8_callback.c n8_daemon_sks.c n8_sks.c n8_system.c src/sys/dev/pci/n8/include_public: n8_pub_service.h n8_pub_sks.h src/sys/dev/raidframe: rf_disks.c rf_general.h Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/firmload.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ata/ata_raid_intel.c \ src/sys/dev/ata/ata_raid_via.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ata/ata_raid_jmicron.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ata/ata_raid_nvidia.c cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/ncr53c9xvar.h cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/sunscpal.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/if_kse.c cvs rdiff -u -r1.266 -r1.267 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/cxgb/cxgb_l2t.c \ src/sys/dev/pci/cxgb/cxgb_offload.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/hdaudio/hdafg.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/ixgbe/ixv.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/common/api/n8_callback.c \ src/sys/dev/pci/n8/common/api/n8_daemon_sks.c \ src/sys/dev/pci/n8/common/api/n8_system.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/n8/common/api/n8_sks.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/include_public/n8_pub_service.h \ src/sys/dev/pci/n8/include_public/n8_pub_sks.h cvs rdiff -u -r1.84 -r1.85 src/sys/dev/raidframe/rf_disks.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/raidframe/rf_general.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [yamt-pagecache] src/common/lib/libc/gen
Module Name:src Committed By: yamt Date: Tue Mar 25 16:21:08 UTC 2014 Modified Files: src/common/lib/libc/gen [yamt-pagecache]: radixtree.c Log Message: comments. some ascii arts to explain memory consumption. To generate a diff of this commit: cvs rdiff -u -r1.17.2.4 -r1.17.2.5 src/common/lib/libc/gen/radixtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/ndis
Module Name:src Committed By: christos Date: Tue Mar 25 16:23:58 UTC 2014 Modified Files: src/sys/compat/ndis: kern_ndis.c subr_ndis.c subr_ntoskrnl.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/compat/ndis/kern_ndis.c cvs rdiff -u -r1.27 -r1.28 src/sys/compat/ndis/subr_ndis.c cvs rdiff -u -r1.23 -r1.24 src/sys/compat/ndis/subr_ntoskrnl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/crypto/des
Module Name:src Committed By: christos Date: Tue Mar 25 16:28:16 UTC 2014 Modified Files: src/sys/crypto/des: des_ecb.c Log Message: fix sprintf. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/crypto/des/des_ecb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/nfs
Module Name:src Committed By: christos Date: Tue Mar 25 16:30:28 UTC 2014 Modified Files: src/sys/fs/nfs/client: nfs_clvnops.c src/sys/fs/nfs/server: nfs_nfsdkrpc.c nfs_nfsdserv.c Log Message: kill sprintf. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/fs/nfs/client/nfs_clvnops.c cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/fs/nfs/server/nfs_nfsdkrpc.c \ src/sys/fs/nfs/server/nfs_nfsdserv.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/powerpc/pci
Module Name:src Committed By: matt Date: Tue Mar 25 16:39:27 UTC 2014 Modified Files: src/sys/arch/powerpc/pci: pci_machdep_ofw.c Log Message: sprintf -> snprintf To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/powerpc/pci/pci_machdep_ofw.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/powerpc/pci
Module Name:src Committed By: matt Date: Tue Mar 25 16:40:28 UTC 2014 Modified Files: src/sys/arch/powerpc/pci: pci_machdep_common.c Log Message: sprintf -> snprintf To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/pci/pci_machdep_common.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/powerpc/oea
Module Name:src Committed By: matt Date: Tue Mar 25 16:41:37 UTC 2014 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: sprintf -> snprintf To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/powerpc/oea/ofwoea_machdep.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/rtsold
Module Name:src Committed By: joerg Date: Tue Mar 25 17:17:44 UTC 2014 Modified Files: src/usr.sbin/rtsold: rtsold.c Log Message: Don't cast to time_t just to implicitly cast to uint32_t next. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/rtsold/rtsold.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ed
Module Name:src Committed By: joerg Date: Tue Mar 25 17:23:37 UTC 2014 Modified Files: src/bin/ed: ed.h Log Message: Use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/ed/ed.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libm
Module Name:src Committed By: joerg Date: Tue Mar 25 17:30:15 UTC 2014 Modified Files: src/tests/lib/libm: t_libm.h Log Message: Consistently use long double. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libm/t_libm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/multigest/dist
Module Name:othersrc Committed By: agc Date: Tue Mar 25 17:44:34 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: multigest.c Log Message: Minor change to multigest + avoid advancing the pointer in multigest_format_hex to include a NUL byte - unintended side effects in callers To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 othersrc/external/bsd/multigest/dist/multigest.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
Module Name:src Committed By: christos Date: Tue Mar 25 18:35:33 UTC 2014 Modified Files: src/sys/arch/ia64/disasm: disasm_format.c src/sys/arch/ia64/stand/common: boot.c bootstrap.h commands.c dev_net.c fileload.c interp.c ls.c misc.c src/sys/arch/ia64/stand/efi/libefi: devicename.c efifs.c src/sys/arch/ia64/stand/ia64/efi: main.c src/sys/arch/ia64/stand/ia64/ski: devicename.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/disasm/disasm_format.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/stand/common/boot.c \ src/sys/arch/ia64/stand/common/interp.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/stand/common/bootstrap.h \ src/sys/arch/ia64/stand/common/dev_net.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/stand/common/commands.c \ src/sys/arch/ia64/stand/common/ls.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/stand/common/fileload.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ia64/stand/common/misc.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/stand/efi/libefi/devicename.c \ src/sys/arch/ia64/stand/efi/libefi/efifs.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/stand/ia64/efi/main.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/stand/ia64/ski/devicename.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/next68k/dev
Module Name:src Committed By: christos Date: Tue Mar 25 19:41:32 UTC 2014 Modified Files: src/sys/arch/next68k/dev: esp.c if_xe.c nextdma.c nextdmavar.h Log Message: fix sprintf debugging mess. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/next68k/dev/esp.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/next68k/dev/if_xe.c cvs rdiff -u -r1.48 -r1.49 src/sys/arch/next68k/dev/nextdma.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/next68k/dev/nextdmavar.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/next68k/stand/boot
Module Name:src Committed By: christos Date: Tue Mar 25 19:43:49 UTC 2014 Modified Files: src/sys/arch/next68k/stand/boot: boot.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/next68k/stand/boot/boot.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/rtsold
Module Name:src Committed By: joerg Date: Tue Mar 25 21:07:59 UTC 2014 Modified Files: src/usr.sbin/rtsold: rtsold.c Log Message: Don't modify format string, use asprintf to format the original msg and syslog the result. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/rtsold/rtsold.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: Wed Mar 26 01:14:52 UTC 2014 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add NSACR To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 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: [matt-nb5-mips64] src/sys/arch/arm/include
Module Name:src Committed By: matt Date: Wed Mar 26 01:15:48 UTC 2014 Modified Files: src/sys/arch/arm/include [matt-nb5-mips64]: armreg.h Log Message: sync with HEAD To generate a diff of this commit: cvs rdiff -u -r1.41.12.2 -r1.41.12.3 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: othersrc/external/bsd/multigest
Module Name:othersrc Committed By: agc Date: Wed Mar 26 01:20:34 UTC 2014 Modified Files: othersrc/external/bsd/multigest/bin: Makefile othersrc/external/bsd/multigest/dist: multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/bin: 24.expected 25.expected 26.expected Log Message: Update multigest to version 20140325 + add digest combiners to the finalisation part of multigest. 4 combiners are provided: + concat (the default, where output is appended) collision resistance is needed, but NOT pre-image-resistance, second pre-image resistance, PRF + comb4p (see "On the Security of Hash function Combiners", Ph.D. thesis by Anja Lehmann) http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.187.4611&rep=rep1&type=pdf collision-resistant, PRF, target-collision-resistant, and MAC not as efficient as other combiners + xor (result is final-digest1 ^ final-digest2) where PRF needed, but NOT collision resistance + hash (finalisation part does is update-digest1(final-digest2())) where pre-image-resistance needed, but NOT collision resistance these are specified as pseudo-digests in the algorithm specification For a discussion of digest combiners, please see: https://tahoe-lafs.org/pipermail/tahoe-dev/2010-June/004575.html + modify rawsize calculation to only require as many bytes as will appear in the resulting hash To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/24.expected \ othersrc/external/bsd/multigest/bin/25.expected \ othersrc/external/bsd/multigest/bin/26.expected cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/multigest/bin/Makefile cvs rdiff -u -r1.10 -r1.11 othersrc/external/bsd/multigest/dist/multigest.c cvs rdiff -u -r1.8 -r1.9 othersrc/external/bsd/multigest/dist/multigest.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/dev/pci
Module Name:src Committed By: matt Date: Wed Mar 26 01:57:04 UTC 2014 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ahcisata_pci.c Log Message: Use ahci_resume To generate a diff of this commit: cvs rdiff -u -r1.12.4.2.4.1 -r1.12.4.2.4.2 src/sys/dev/pci/ahcisata_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/cortex
Module Name:src Committed By: matt Date: Wed Mar 26 01:59:08 UTC 2014 Modified Files: src/sys/arch/arm/cortex [matt-nb5-mips64]: gic.c Log Message: Let bus_space so the endian conversion if needed To generate a diff of this commit: cvs rdiff -u -r1.5.2.2 -r1.5.2.3 src/sys/arch/arm/cortex/gic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/arm
Module Name:src Committed By: matt Date: Wed Mar 26 02:00:46 UTC 2014 Modified Files: src/sys/arch/arm/arm [matt-nb5-mips64]: cpufunc.c Log Message: For armv7, enable BE properly. Make sure UNAL is always set. To generate a diff of this commit: cvs rdiff -u -r1.89.10.1 -r1.89.10.2 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/arm
Module Name:src Committed By: matt Date: Wed Mar 26 02:01:10 UTC 2014 Modified Files: src/sys/arch/arm/arm [matt-nb5-mips64]: arm_machdep.c Log Message: If BE on armv7, set PSR_E_BIT To generate a diff of this commit: cvs rdiff -u -r1.21.8.1 -r1.21.8.2 src/sys/arch/arm/arm/arm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/broadcom
Module Name:src Committed By: matt Date: Wed Mar 26 02:02:29 UTC 2014 Modified Files: src/sys/arch/arm/broadcom [matt-nb5-mips64]: bcm53xx_cca.c Log Message: For non-BCM5301X, set frequency to 1/4 of the apb clock. To generate a diff of this commit: cvs rdiff -u -r1.1.16.2 -r1.1.16.3 src/sys/arch/arm/broadcom/bcm53xx_cca.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/cortex
Module Name:src Committed By: matt Date: Wed Mar 26 02:13:54 UTC 2014 Modified Files: src/sys/arch/arm/cortex [matt-nb5-mips64]: a9_mpsubr.S Log Message: flush the icache after enabling the SCU To generate a diff of this commit: cvs rdiff -u -r1.12.2.4 -r1.12.2.5 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: [matt-nb5-mips64] src/sys/arch/evbarm/bcm53xx
Module Name:src Committed By: matt Date: Wed Mar 26 02:15:02 UTC 2014 Modified Files: src/sys/arch/evbarm/bcm53xx [matt-nb5-mips64]: bcm53xx_machdep.c Log Message: Use apb/4 for the com freq on !BCM5301X To generate a diff of this commit: cvs rdiff -u -r1.7.4.2 -r1.7.4.3 \ src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbarm/bcm53xx
Module Name:src Committed By: matt Date: Wed Mar 26 02:16:05 UTC 2014 Modified Files: src/sys/arch/evbarm/bcm53xx [matt-nb5-mips64]: bcm53xx_start.S Log Message: Use adr/bfi to access kernel variables. To generate a diff of this commit: cvs rdiff -u -r1.10.2.2 -r1.10.2.3 \ 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/arch/arm/broadcom
Module Name:src Committed By: matt Date: Wed Mar 26 02:39:58 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_reg.h Log Message: Be consistent and use #define To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/broadcom/bcm53xx_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: Wed Mar 26 03:19:11 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_board.c bcm53xx_ccb.c Log Message: Allow SRAB to be optional. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/broadcom/bcm53xx_board.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/broadcom/bcm53xx_ccb.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/broadcom
Module Name:src Committed By: matt Date: Wed Mar 26 03:18:56 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_reg.h Log Message: Correct BCM563XX values. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/broadcom/bcm53xx_reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/broadcom
Module Name:src Committed By: matt Date: Wed Mar 26 03:19:32 UTC 2014 Modified Files: src/sys/arch/arm/broadcom [matt-nb5-mips64]: bcm53xx_board.c bcm53xx_ccb.c Log Message: Allow SRAB to be optional To generate a diff of this commit: cvs rdiff -u -r1.17.2.3 -r1.17.2.4 src/sys/arch/arm/broadcom/bcm53xx_board.c cvs rdiff -u -r1.5.2.2 -r1.5.2.3 src/sys/arch/arm/broadcom/bcm53xx_ccb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/arm/broadcom
Module Name:src Committed By: matt Date: Wed Mar 26 03:20:18 UTC 2014 Modified Files: src/sys/arch/arm/broadcom [matt-nb5-mips64]: bcm53xx_reg.h Log Message: Sync with HEAD. To generate a diff of this commit: cvs rdiff -u -r1.14.2.2 -r1.14.2.3 src/sys/arch/arm/broadcom/bcm53xx_reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/multigest/dist
Module Name:othersrc Committed By: agc Date: Wed Mar 26 06:22:16 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: multigest.c multigest.h Log Message: group all the functions for each digest together - makes it easier to see what is going on in the wrapper section, and to add new digest algorithms just use the first two algorithms when calculating comb4p, xor and hash combiners. ride the previous version bump. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 othersrc/external/bsd/multigest/dist/multigest.c cvs rdiff -u -r1.9 -r1.10 othersrc/external/bsd/multigest/dist/multigest.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/multigest
Module Name:othersrc Committed By: agc Date: Wed Mar 26 06:43:01 UTC 2014 Modified Files: othersrc/external/bsd/multigest/bin: Makefile othersrc/external/bsd/multigest/dist: multigest.c Added Files: othersrc/external/bsd/multigest/bin: 27.expected Log Message: allow the hash combiners to be specified anywhere in the list of algorithms, not just at the start To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/27.expected cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/multigest/bin/Makefile cvs rdiff -u -r1.12 -r1.13 othersrc/external/bsd/multigest/dist/multigest.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/multigest/dist
Module Name:othersrc Committed By: agc Date: Wed Mar 26 06:58:57 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: libmultigest.3 Log Message: Document the digest combiner functions for libmultigest(3). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 othersrc/external/bsd/multigest/dist/libmultigest.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.