CVS commit: src
Module Name:src Committed By: jmcneill Date: Sat Aug 17 13:08:16 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: beagleboard.conf src/etc/etc.evbarm: Makefile.inc Log Message: Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/utils/embedded/conf/beagleboard.conf cvs rdiff -u -r1.56 -r1.57 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/sys/dev/pci
Module Name:src Committed By: jakllsch Date: Sat Aug 17 14:39:54 UTC 2013 Modified Files: src/sys/dev/pci: siisata_pci.c Log Message: Revert previous; the SiI3114 is not even BAR/register compatible with siisata(4). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/siisata_pci.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
Module Name:othersrc Committed By: agc Date: Sat Aug 17 18:29:35 UTC 2013 Modified Files: othersrc/external/bsd/multigest/bin: 10.expected 11.expected 12.expected 19.expected 2.expected 20.expected 4.expected 5.expected 6.expected 7.expected 9.expected Makefile othersrc/external/bsd/multigest/dist: blake2.c blake2.h keccak.c keccak.h main.c multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/dist: Makefile Log Message: multigest changes: + fix a bug whereby large multiple digests overflowed the context space because they weren't taking into account the current algorithm's context space needs + add my own copyright where substantial work has been done + move to a portable, lightweight RFC1738-inspired encoding for VCS identifiers (we can't be assured that any of the vis(3) routines are going to be available) + re-do all the regression test results to avoid the RCS Ids being expanded in checked-in regression tests + make keccak sources thread-safe by moving the initialisation space into the keccak context space + print details of expected and calculated digests during check if the digests do NOT match (from Thomas Klausner, the original behaviour was from debugging tests - thanks!) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/multigest/bin/10.expected \ othersrc/external/bsd/multigest/bin/11.expected \ othersrc/external/bsd/multigest/bin/12.expected \ othersrc/external/bsd/multigest/bin/19.expected \ othersrc/external/bsd/multigest/bin/2.expected \ othersrc/external/bsd/multigest/bin/20.expected \ othersrc/external/bsd/multigest/bin/4.expected \ othersrc/external/bsd/multigest/bin/5.expected \ othersrc/external/bsd/multigest/bin/6.expected \ othersrc/external/bsd/multigest/bin/7.expected \ othersrc/external/bsd/multigest/bin/9.expected \ othersrc/external/bsd/multigest/bin/Makefile cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/dist/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/multigest/dist/blake2.c \ othersrc/external/bsd/multigest/dist/blake2.h \ othersrc/external/bsd/multigest/dist/keccak.c \ othersrc/external/bsd/multigest/dist/keccak.h \ othersrc/external/bsd/multigest/dist/main.c \ othersrc/external/bsd/multigest/dist/multigest.c \ 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/bin
Module Name:othersrc Committed By: agc Date: Sat Aug 17 18:30:22 UTC 2013 Added Files: othersrc/external/bsd/multigest/bin: 3.expected Log Message: + fix a bug whereby large multiple digests overflowed the context space because they weren't taking into account the current algorithms context space needs + add my own copyright where substantial work has been done + move to a portable, lightweight RFC1738-inspired encoding for VCS identifiers (we can't be assured that any of the vis(3) routines are going to be available) + re-do all the regression test results to avoid the RCS Ids being expanded in checked-in regression tests + make keccak sources thread-safe by moving the initialisation space into the keccak context space + print details of expected and calculated digests during check if the digests do NOT match (from Thomas Klausner, the original behaviour was from debugging tests - thanks!) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/3.expected Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/locale
Module Name:src Committed By: joerg Date: Sat Aug 17 18:48:01 UTC 2013 Removed Files: src/lib/libc/locale: runetype_misc.h Log Message: Remove empty file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/lib/libc/locale/runetype_misc.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: Sat Aug 17 18:49:46 UTC 2013 Modified Files: othersrc/external/bsd/multigest/dist: multigest.1 Log Message: Explain command line options. Thanks to wiz for the nudge! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/multigest/dist/multigest.1 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: wiz Date: Sat Aug 17 18:56:59 UTC 2013 Modified Files: othersrc/external/bsd/multigest/dist: multigest.1 Log Message: Drop trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/multigest/dist/multigest.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/cats/conf
Module Name:src Committed By: skrll Date: Sat Aug 17 19:57:10 UTC 2013 Modified Files: src/sys/arch/cats/conf: Makefile.cats.inc Log Message: Use -fno-unwind-tables when creating a.out kernels. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/cats/conf/Makefile.cats.inc 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: Sat Aug 17 20:13:48 UTC 2013 Modified Files: othersrc/external/bsd/multigest/dist: main.c multigest.c multigest.h Log Message: adapt the signature of the multigest_file() and multigests_data() functions to return the output digest (albeit in raw format), and to take the algorithm list as the first argument. this makes it mirror the normal digest *Data() and *File() functions signatures. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/multigest/dist/main.c \ othersrc/external/bsd/multigest/dist/multigest.c \ 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/dist
Module Name:othersrc Committed By: agc Date: Sat Aug 17 20:15:35 UTC 2013 Modified Files: othersrc/external/bsd/multigest/dist: libmultigest.3 Log Message: document the changes to multigest_data() and multigest_file() signatures To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.
CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Sat Aug 17 20:20:18 UTC 2013 Modified Files: src/sys/sys: intr.h Log Message: Since nothing in depends on , include the latter last so SOFTINT_COUNT and friends are defined before including it. Since may need to include which might need SOFTINT_COUNT. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/sys/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/cats/include
Module Name:src Committed By: matt Date: Sat Aug 17 20:21:38 UTC 2013 Modified Files: src/sys/arch/cats/include: types.h Log Message: #define __HAVE_FAST_SOFTINT To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cats/include/types.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: Sat Aug 17 22:21:02 UTC 2013 Modified Files: src/sys/arch/arm/conf: files.arm Removed Files: src/sys/arch/arm/arm32: atomic.S Log Message: Nuke atomic.S since we have MI defined atomic ops To generate a diff of this commit: cvs rdiff -u -r1.5 -r0 src/sys/arch/arm/arm32/atomic.S cvs rdiff -u -r1.121 -r1.122 src/sys/arch/arm/conf/files.arm 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 Aug 18 04:31:09 UTC 2013 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Support thumb1 indirectly and thumb2 directly To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 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/sys/arch/arm/include
Module Name:src Committed By: matt Date: Sun Aug 18 04:32:40 UTC 2013 Added Files: src/sys/arch/arm/include: locore.h Log Message: Move the MD parts of to here. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/locore.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: Sun Aug 18 04:45:26 UTC 2013 Modified Files: othersrc/external/bsd/multigest/bin: Makefile othersrc/external/bsd/multigest/dist: libmultigest.3 main.c multigest.1 multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/bin: 21.expected Log Message: introduce an output separator to multigest(1), suggested by Thomas Klausner. Use the output separator to separate the individual digests in the output. The output separator defaults to the null string, i.e. no output separator. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/21.expected cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/multigest/bin/Makefile cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/multigest/dist/libmultigest.3 \ othersrc/external/bsd/multigest/dist/main.c \ othersrc/external/bsd/multigest/dist/multigest.c \ othersrc/external/bsd/multigest/dist/multigest.h cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/multigest/dist/multigest.1 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 Aug 18 04:52:19 UTC 2013 Modified Files: src/sys/arch/arm/arm32: genassym.cf Log Message: Add more TF_* symbols To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arm/arm32/genassym.cf 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: Sun Aug 18 05:01:47 UTC 2013 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: struct pcb; for a function prototype. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 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/include
Module Name:src Committed By: matt Date: Sun Aug 18 05:06:49 UTC 2013 Modified Files: src/sys/arch/arm/include: asm.h Log Message: remove __thumb__ PIC specifics. no different from ARM except being pc+4 not pc+8 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/asm.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/include
Module Name:src Committed By: matt Date: Sun Aug 18 05:07:19 UTC 2013 Modified Files: src/sys/arch/arm/include: frame.h Log Message: fix comment. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/include/frame.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: Sun Aug 18 05:20:47 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: std.beagle Log Message: Add options MODULAR To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.beagle 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: Sun Aug 18 05:54:16 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Fix local symbol to be local use END/ASEND To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/cpu_in_cksum.S 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: Sun Aug 18 06:03:14 UTC 2013 Modified Files: othersrc/external/bsd/multigest/bin: Makefile othersrc/external/bsd/multigest/dist: libmultigest.3 main.c multigest.1 multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/bin: 22.expected 23.expected Log Message: Also add an output format argument to multigest(1). This can take one of three values: + digest (meaning print output in digest(1) format) i.e. "ALG (file) = digest" + openssl (meaning print output in openssl(1) format), or i.e. "ALG(file)= digest" + multigest (meaning output is in multigest format) i.e. "ALG (file) (substition) = digest" The default is multigest format. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/22.expected \ othersrc/external/bsd/multigest/bin/23.expected cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/multigest/bin/Makefile cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/multigest/dist/libmultigest.3 \ othersrc/external/bsd/multigest/dist/main.c \ othersrc/external/bsd/multigest/dist/multigest.c \ othersrc/external/bsd/multigest/dist/multigest.h cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/multigest/dist/multigest.1 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 Aug 18 06:28:18 UTC 2013 Modified Files: src/sys/arch/arm/arm: arm_machdep.c ast.c bcopyinout.S bcopyinout_xscale.S bus_space_a2x.S bus_space_a4x.S copystr.S cpufunc_asm.S cpufunc_asm_arm10.S cpufunc_asm_arm11.S cpufunc_asm_arm1136.S cpufunc_asm_arm11x6.S cpufunc_asm_arm3.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S cpufunc_asm_arm8.S cpufunc_asm_arm9.S cpufunc_asm_armv4.S cpufunc_asm_armv5.S cpufunc_asm_armv5_ec.S cpufunc_asm_armv6.S cpufunc_asm_armv7.S cpufunc_asm_fa526.S cpufunc_asm_ixp12x0.S cpufunc_asm_pj4b.S cpufunc_asm_sa1.S cpufunc_asm_sa11x0.S cpufunc_asm_sheeva.S cpufunc_asm_xscale.S fiq_subr.S fusu.S idle_machdep.c lock_cas.S process_machdep.c sig_machdep.c syscall.c undefined.c src/sys/arch/arm/arm32: arm32_boot.c arm32_machdep.c arm32_reboot.c cpu.c cpuswitch.S exception.S fault.c irq_dispatch.S locore.S spl.S sys_machdep.c src/sys/arch/arm/include: cpu.h src/sys/arch/arm/iomd: iomd_fiq.S iomd_irq.S src/sys/arch/arm/ofw: ofw_irq.S src/sys/arch/arm/omap: omap_nobyteacc_io.S src/sys/arch/arm/sa11x0: sa11x0_irq.S src/sys/arch/arm/vfp: vfp_init.c src/sys/arch/arm/xscale: i80200_irq.S pxa2x0_apm_asm.S Log Message: Move parts of cpu.h that are not needed by MI code in Don't include or , use Use instead of To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/arm/arm_machdep.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/arm/ast.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/arm/bcopyinout.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/bcopyinout_xscale.S \ src/sys/arch/arm/arm/cpufunc_asm_arm10.S \ src/sys/arch/arm/arm/cpufunc_asm_arm11.S \ src/sys/arch/arm/arm/cpufunc_asm_arm9.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/bus_space_a2x.S \ src/sys/arch/arm/arm/bus_space_a4x.S \ src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S \ src/sys/arch/arm/arm/cpufunc_asm_arm3.S \ src/sys/arch/arm/arm/cpufunc_asm_armv4.S \ src/sys/arch/arm/arm/cpufunc_asm_ixp12x0.S \ src/sys/arch/arm/arm/cpufunc_asm_pj4b.S src/sys/arch/arm/arm/fusu.S cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm/copystr.S \ src/sys/arch/arm/arm/lock_cas.S cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/arm/cpufunc_asm.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/cpufunc_asm_arm1136.S \ src/sys/arch/arm/arm/cpufunc_asm_armv5_ec.S \ src/sys/arch/arm/arm/cpufunc_asm_sa11x0.S \ src/sys/arch/arm/arm/cpufunc_asm_sheeva.S cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/cpufunc_asm_arm67.S \ src/sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S \ src/sys/arch/arm/arm/cpufunc_asm_armv5.S \ src/sys/arch/arm/arm/cpufunc_asm_armv6.S \ src/sys/arch/arm/arm/cpufunc_asm_fa526.S cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_arm8.S cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/arm/cpufunc_asm_armv7.S cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/cpufunc_asm_sa1.S cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/cpufunc_asm_xscale.S cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/fiq_subr.S \ src/sys/arch/arm/arm/idle_machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm/process_machdep.c cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/arm/sig_machdep.c cvs rdiff -u -r1.57 -r1.58 src/sys/arch/arm/arm/syscall.c cvs rdiff -u -r1.48 -r1.49 src/sys/arch/arm/arm/undefined.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm32/arm32_boot.c cvs rdiff -u -r1.95 -r1.96 src/sys/arch/arm/arm32/arm32_machdep.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm32/arm32_reboot.c cvs rdiff -u -r1.96 -r1.97 src/sys/arch/arm/arm32/cpu.c cvs rdiff -u -r1.77 -r1.78 src/sys/arch/arm/arm32/cpuswitch.S cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/arm32/exception.S cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/arm32/fault.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/arm32/irq_dispatch.S cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/arm32/locore.S cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm32/spl.S cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm32/sys_machdep.c cvs rdiff -u -r1.75 -r1.76 src/sys/arch/arm/include/cpu.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/iomd/iomd_fiq.S cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/iomd/iomd_irq.S cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/ofw/ofw_irq.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/omap/omap_nobyteacc_io.S cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/sa11x0/sa11x0_irq.S cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/vfp/vfp_init.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/i80200_irq.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xscale/pxa2x0_apm_asm.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
Module Name:src Committed By: matt Date: Sun Aug 18 06:29:29 UTC 2013 Modified Files: src/sys/arch/arm/arm: blockio.S bus_space_asm_generic.S bus_space_notimpl.S vectors.S src/sys/arch/arm/arm32: bcopy_page.S setcpsr.S setstack.S src/sys/arch/arm/mainbus: mainbus_io_asm.S Log Message: Move parts of cpu.h that are not needed by MI code in Don't include or , use Use instead of To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/blockio.S \ src/sys/arch/arm/arm/vectors.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/bus_space_asm_generic.S cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/bus_space_notimpl.S cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm32/bcopy_page.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm32/setcpsr.S cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm32/setstack.S cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/mainbus/mainbus_io_asm.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: Sun Aug 18 06:32:15 UTC 2013 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Move parts of cpu.h that are not needed by MI code in Don't include or , use Use instead of To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 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/evbarm/beagle
Module Name:src Committed By: matt Date: Sun Aug 18 06:34:02 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_start.S Log Message: Add END(beagle_start) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 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/arch/arm/include/arm32
Module Name:src Committed By: matt Date: Sun Aug 18 06:37:02 UTC 2013 Modified Files: src/sys/arch/arm/include/arm32: frame.h Log Message: Use blx ip if _ARM_ARCH_5 prepare to get of switchframe To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/include/arm32/frame.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/include
Module Name:src Committed By: matt Date: Sun Aug 18 06:46:04 UTC 2013 Modified Files: src/sys/arch/arm/include: cpu.h Log Message: There are only 16 faults. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/include/cpu.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: Sun Aug 18 06:50:31 UTC 2013 Modified Files: src/sys/arch/arm/arm: compat_13_machdep.c compat_16_machdep.c cpufunc.c src/sys/arch/arm/arm32: pmap.c src/sys/arch/cats/cats: cats_machdep.c Log Message: Include To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/arm/compat_13_machdep.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/compat_16_machdep.c cvs rdiff -u -r1.123 -r1.124 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.262 -r1.263 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.76 -r1.77 src/sys/arch/cats/cats/cats_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.