CVS commit: src/sys/arch/evbarm/dev
Module Name:src Committed By: mlelstv Date: Wed May 1 07:33:24 UTC 2013 Modified Files: src/sys/arch/evbarm/dev: plcomvar.h Log Message: Fix prototype To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/dev/plcomvar.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: mlelstv Date: Wed May 1 07:38:01 UTC 2013 Modified Files: src/sys/arch/arm/imx: imxuart.c src/sys/arch/arm/s3c2xx0: sscom.c src/sys/arch/evbarm/dev: plcom.c src/sys/dev/ic: com.c Log Message: For a polled console incoming characters are buffered on output. The buffer is never passed to the regular tty routines and can survive from early boot to halt where it is read by the "press any continue to reboot" loops. As a workaround, just kill the read-ahead buffer when switching from and to polled mode. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/imx/imxuart.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/s3c2xx0/sscom.c cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/dev/plcom.c cvs rdiff -u -r1.309 -r1.310 src/sys/dev/ic/com.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 May 1 12:00:51 UTC 2013 Modified Files: src/sys/arch/arm/include: Makefile Added Files: src/sys/arch/arm/include: vmparam.h Log Message: Add a default arm32 vmparam.h To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/include/Makefile cvs rdiff -u -r0 -r1.3 src/sys/arch/arm/include/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/include
Module Name:src Committed By: matt Date: Wed May 1 12:01:55 UTC 2013 Added Files: src/sys/arch/arm/include: Makefile.common src/sys/arch/arm/include/common: fenv.h Log Message: Pickup fenv.h from a common location since it's only used from userland and the kernel will never include it. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/Makefile.common cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/common/fenv.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/include
Module Name:src Committed By: matt Date: Wed May 1 12:02:55 UTC 2013 Modified Files: src/sys/arch/evbarm/include: Makefile Log Message: Use the common Makefile to pick up includes needed to be done by every arm port. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/include/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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:17:17 UTC 2013 Added Files: src/sys/dev/marvell: mvspi.c mvspireg.h Log Message: Add support for Marvell's SPI controller as found on Armada XP. Obtained from Semihalf. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/marvell/mvspi.c \ src/sys/dev/marvell/mvspireg.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:19:49 UTC 2013 Modified Files: src/sys/dev/marvell: mvsata_mv.c Log Message: Support SATA on Marvell Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/marvell/mvsata_mv.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:21:47 UTC 2013 Modified Files: src/sys/dev/marvell: mvpex.c Log Message: Avoid configuring root complex on MV78460. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/marvell/mvpex.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:23:24 UTC 2013 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coherency. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/marvell/marvellreg.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:25:31 UTC 2013 Modified Files: src/sys/dev/marvell: gttwsi.c gttwsireg.h Log Message: TWSI controller on Armada XP is a bit different. Support that. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/marvell/gttwsi.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/gttwsireg.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:30:02 UTC 2013 Modified Files: src/sys/dev/marvell: ehci_mv.c Log Message: Support Marvell Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/marvell/ehci_mv.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:32:46 UTC 2013 Modified Files: src/sys/arch/evbarm/marvell: marvellreg.h Log Message: Handle differences for Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/marvell/marvellreg.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/armadaxp
Module Name:src Committed By: rkujawa Date: Wed May 1 12:34:45 UTC 2013 Added Files: src/sys/arch/evbarm/armadaxp: armadaxpreg.h Log Message: Add register definitions for Aramada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/armadaxp/armadaxpreg.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/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:38:06 UTC 2013 Modified Files: src/sys/arch/arm/marvell: pci_machdep.c Log Message: Handle situations where we can have more pexes, like Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/marvell/pci_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/arm/marvell
Module Name:src Committed By: rkujawa Date: Wed May 1 12:45:32 UTC 2013 Modified Files: src/sys/arch/arm/marvell: mvsoctmr.c mvsoctmrreg.h Log Message: Add support for timers on Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/marvell/mvsoctmr.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/marvell/mvsoctmrreg.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: rkujawa Date: Wed May 1 12:51:27 UTC 2013 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add Armada XP specific IDs and registers. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 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
Module Name:src Committed By: kiyohara Date: Wed May 1 13:12:00 UTC 2013 Modified Files: src: build.sh src/etc: MAKEDEV.tmpl src/sys/arch/epoc32/include: vmparam.h src/tools: headerlist Added Files: src/distrib/sets/lists/comp: md.epoc32 src/etc/etc.epoc32: MAKEDEV.conf Makefile.inc ttys src/sys/arch/epoc32: Makefile src/sys/arch/epoc32/include: Makefile float.h ieee.h ieeefp.h math.h profile.h setjmp.h Log Message: Support to build for epoc32 userland. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/build.sh cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/comp/md.epoc32 cvs rdiff -u -r1.167 -r1.168 src/etc/MAKEDEV.tmpl cvs rdiff -u -r0 -r1.1 src/etc/etc.epoc32/MAKEDEV.conf \ src/etc/etc.epoc32/Makefile.inc src/etc/etc.epoc32/ttys cvs rdiff -u -r0 -r1.1 src/sys/arch/epoc32/Makefile cvs rdiff -u -r0 -r1.1 src/sys/arch/epoc32/include/Makefile \ src/sys/arch/epoc32/include/float.h src/sys/arch/epoc32/include/ieee.h \ src/sys/arch/epoc32/include/ieeefp.h src/sys/arch/epoc32/include/math.h \ src/sys/arch/epoc32/include/profile.h \ src/sys/arch/epoc32/include/setjmp.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/include/vmparam.h cvs rdiff -u -r1.6 -r1.7 src/tools/headerlist Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/epoc32/stand/e32boot
Module Name:src Committed By: kiyohara Date: Wed May 1 13:15:26 UTC 2013 Modified Files: src/sys/arch/epoc32/stand/e32boot/exe: Makefile src/sys/arch/epoc32/stand/e32boot/ldd: Makefile Log Message: Support to build for epoc32 userland. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/e32boot/exe/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/e32boot/ldd/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/macppc/pci
Module Name:src Committed By: macallan Date: Wed May 1 14:24:49 UTC 2013 Modified Files: src/sys/arch/macppc/pci: uninorth.c Log Message: add G5 support from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/pci/uninorth.c 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: agc Date: Wed May 1 15:55:53 UTC 2013 Modified Files: src/etc: Makefile Log Message: Install pkgpath.conf in /etc - part of fix for misc PR/47645 To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/etc/Makefile 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: agc Date: Wed May 1 15:57:44 UTC 2013 Modified Files: src/etc: Makefile Log Message: Fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.408 -r1.409 src/etc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: matt Date: Wed May 1 16:18:15 UTC 2013 Modified Files: src/distrib/sets/lists/comp: ad.arm md.evbarm Log Message: Add arm/vmparam.h and evbarm/fenv.h To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/comp/ad.arm cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/comp/md.evbarm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: pooka Date: Wed May 1 17:17:55 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: avoid Wunused on !NetBSD To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/librumpuser/rumpuser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Wed May 1 17:52:34 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Actually, there's no point in unconditionally compiling in weak stubs which will never be used in the NetBSD build. Comment hyperstubs.c out from SRCS, but retain the source module as documentation. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/rump/librump/rumpkern/Makefile.rumpkern Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: riastradh Date: Wed May 1 18:56:49 UTC 2013 Added Files: src/share/man/man9: genfs_rename.9 Log Message: First draft of a long-awaited man page for genfs_rename(9). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man9/genfs_rename.9 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/lib
Module Name:src Committed By: matt Date: Wed May 1 19:56:48 UTC 2013 Modified Files: src/external/gpl3/gcc/lib: Makefile.hacks Log Message: Use MACHINE_CPU instead of MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/Makefile.hacks Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/nl
Module Name:src Committed By: christos Date: Wed May 1 20:54:00 UTC 2013 Modified Files: src/usr.bin/nl: nl.1 Log Message: PR/47789: Eitan Adler: small nits To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/nl/nl.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/zaurus/stand
Module Name:src Committed By: matt Date: Wed May 1 22:16:16 UTC 2013 Modified Files: src/sys/arch/zaurus/stand: Makefile Makefile.inc src/sys/arch/zaurus/stand/zboot: Makefile src/sys/arch/zaurus/stand/zbsdmod: Makefile Log Message: Force abi/float-abi/cpu Only allow to build on little-endian. Force MACHINE to be zaurus. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/zaurus/stand/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/zaurus/stand/Makefile.inc cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/stand/zboot/Makefile cvs rdiff -u -r1.6 -r1.7 src/sys/arch/zaurus/stand/zbsdmod/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/acorn32/stand
Module Name:src Committed By: matt Date: Wed May 1 22:30:39 UTC 2013 Modified Files: src/sys/arch/acorn32/stand: Makefile Makefile.buildboot Log Message: Fix abi/arch/float-abi so can be built from any arm port. Force MACHINE to acorn32 Only build little-endian non-earm. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/acorn32/stand/Makefile cvs rdiff -u -r1.14 -r1.15 src/sys/arch/acorn32/stand/Makefile.buildboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/acorn26/stand
Module Name:src Committed By: matt Date: Wed May 1 22:36:52 UTC 2013 Modified Files: src/sys/arch/acorn26/stand: Makefile Makefile.buildboot Log Message: Fix abi/arch/float-abi for boot code Force machine to be acorn26 Only build when little-endian non-eabi To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/acorn26/stand/Makefile cvs rdiff -u -r1.13 -r1.14 src/sys/arch/acorn26/stand/Makefile.buildboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/epoc32/stand
Module Name:src Committed By: matt Date: Wed May 1 22:57:37 UTC 2013 Modified Files: src/sys/arch/epoc32/stand: Makefile Makefile.inc src/sys/arch/epoc32/stand/e32boot: Makefile.inc src/sys/arch/epoc32/stand/e32boot/exe: Makefile src/sys/arch/epoc32/stand/e32boot/ldd: Makefile Log Message: Cleanup. bsd.init.mk include ../Machine.inc so don't do it again. For now, restrict this to epoc32 because of the external tools needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/Makefile \ src/sys/arch/epoc32/stand/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/e32boot/Makefile.inc cvs rdiff -u -r1.2 -r1.3 src/sys/arch/epoc32/stand/e32boot/exe/Makefile cvs rdiff -u -r1.2 -r1.3 src/sys/arch/epoc32/stand/e32boot/ldd/Makefile 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: matt Date: Thu May 2 03:56:43 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm md.acorn32 md.hpcarm md.shark src/distrib/sets/lists/comp: ad.arm src/distrib/sets/lists/debug: ad.arm src/external/bsd/elftosb/lib: Makefile src/external/bsd/elftosb/usr.sbin/elftosb: Makefile src/external/bsd/elftosb/usr.sbin/sbkeygen: Makefile src/external/bsd/elftosb/usr.sbin/sbtool: Makefile src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c src/sys/arch: Makefile src/sys/arch/acorn26/include: Makefile src/sys/arch/acorn32/include: Makefile src/sys/arch/arm/include: Makefile Makefile.common src/sys/arch/cats/include: Makefile src/sys/arch/epoc32/include: Makefile disklabel.h types.h src/sys/arch/evbarm/include: Makefile src/sys/arch/evbarm/stand: Makefile.inc src/sys/arch/evbarm/stand/gzboot: Makefile src/sys/arch/hpcarm/include: Makefile src/sys/arch/iyonix/include: Makefile src/sys/arch/netwinder/include: Makefile src/sys/arch/shark/include: Makefile src/sys/arch/zaurus/include: Makefile src/sys/arch/zaurus/stand/zboot: Makefile src/sys/lib/libkern/arch/arm: Makefile.inc src/usr.sbin/apm: Makefile src/usr.sbin/apmd: Makefile src/usr.sbin/eeprom: Makefile src/usr.sbin/ofctl: Makefile src/usr.sbin/tpctl: Makefile Added Files: src/sys/arch/arm/include: apmvar.h joystick.h Removed Files: src/distrib/sets/lists/base: md.acorn26 md.evbarm md.evbarm.armeb md.zaurus src/distrib/sets/lists/comp: md.acorn26 md.acorn32 md.cats md.epoc32 md.evbarm md.evbarm.armeb md.hpcarm md.iyonix md.netwinder md.shark md.zaurus src/distrib/sets/lists/debug: md.hpcarm md.shark md.zaurus Log Message: This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets. usr/include/machine now points to usr/include/arm To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/base/ad.arm cvs rdiff -u -r1.6 -r0 src/distrib/sets/lists/base/md.acorn26 cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/base/md.acorn32 cvs rdiff -u -r1.12 -r0 src/distrib/sets/lists/base/md.evbarm cvs rdiff -u -r1.4 -r0 src/distrib/sets/lists/base/md.evbarm.armeb cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/base/md.hpcarm cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/base/md.shark cvs rdiff -u -r1.7 -r0 src/distrib/sets/lists/base/md.zaurus cvs rdiff -u -r1.48 -r1.49 src/distrib/sets/lists/comp/ad.arm cvs rdiff -u -r1.15 -r0 src/distrib/sets/lists/comp/md.acorn26 \ src/distrib/sets/lists/comp/md.netwinder cvs rdiff -u -r1.28 -r0 src/distrib/sets/lists/comp/md.acorn32 cvs rdiff -u -r1.18 -r0 src/distrib/sets/lists/comp/md.cats cvs rdiff -u -r1.1 -r0 src/distrib/sets/lists/comp/md.epoc32 \ src/distrib/sets/lists/comp/md.evbarm.armeb cvs rdiff -u -r1.19 -r0 src/distrib/sets/lists/comp/md.evbarm \ src/distrib/sets/lists/comp/md.hpcarm cvs rdiff -u -r1.8 -r0 src/distrib/sets/lists/comp/md.iyonix cvs rdiff -u -r1.22 -r0 src/distrib/sets/lists/comp/md.shark cvs rdiff -u -r1.11 -r0 src/distrib/sets/lists/comp/md.zaurus cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/debug/ad.arm cvs rdiff -u -r1.2 -r0 src/distrib/sets/lists/debug/md.hpcarm \ src/distrib/sets/lists/debug/md.shark \ src/distrib/sets/lists/debug/md.zaurus cvs rdiff -u -r1.6 -r1.7 src/external/bsd/elftosb/lib/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/elftosb/usr.sbin/elftosb/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/elftosb/usr.sbin/sbkeygen/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/elftosb/usr.sbin/sbtool/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/Makefile cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn26/include/Makefile cvs rdiff -u -r1.28 -r1.29 src/sys/arch/acorn32/include/Makefile cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/include/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/include/Makefile.common cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/include/apmvar.h \ src/sys/arch/arm/include/joystick.h cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cats/include/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/include/Makefile \ src/sys/arch/epoc32/include/disklabel.h \ src/sys/arch/epoc32/include/types.h cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/include/Makefile cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/stand/gzboot/Makefile cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hpcarm/include/Makefile cvs rdiff -u -r1.8 -r1.9 src/sys/arch/iyonix/include/Makefile cvs rdiff -u -r1.24 -r1.25 src/sys/arch/netwinder/include/Makefile cvs rdiff -u -r1.13 -r1.1
CVS commit: src/share/mk
Module Name:src Committed By: matt Date: Thu May 2 04:14:28 UTC 2013 Modified Files: src/share/mk: bsd.klinks.mk Log Message: Allow use of a different by using KLINK_MACHINE instead. If it's not set, KLINK_MACHINE is set to ${MACHINE} To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/mk/bsd.klinks.mk 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: Thu May 2 04:22:45 UTC 2013 Modified Files: src/sys/arch/acorn26/stand: Makefile.buildboot src/sys/arch/acorn32/stand: Makefile.buildboot src/sys/arch/evbarm/stand: Makefile.inc src/sys/arch/zaurus/stand: Makefile.inc Log Message: use KLINK_MACHINE To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/acorn26/stand/Makefile.buildboot cvs rdiff -u -r1.15 -r1.16 src/sys/arch/acorn32/stand/Makefile.buildboot cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/stand/Makefile.inc cvs rdiff -u -r1.2 -r1.3 src/sys/arch/zaurus/stand/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.