CVS commit: src/sbin
Module Name:src Committed By: jnemeth Date: Wed Aug 22 07:47:20 UTC 2012 Modified Files: src/sbin/modload: Makefile src/sbin/modunload: Makefile Log Message: Set WARNS=5. No warnings/errors were found with a test compile. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/modload/Makefile cvs rdiff -u -r1.14 -r1.15 src/sbin/modunload/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/chfs
Module Name:src Committed By: ttoth Date: Wed Aug 22 09:20:13 UTC 2012 Modified Files: src/sys/ufs/chfs: chfs_readinode.c chfs_subr.c Log Message: chfs: fixed truncating To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/chfs/chfs_readinode.c cvs rdiff -u -r1.6 -r1.7 src/sys/ufs/chfs/chfs_subr.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
Module Name:src Committed By: jakllsch Date: Wed Aug 22 12:36:35 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c src/sys/arch/evbarm/rpi: rpi_machdep.c rpi_start.S Log Message: ... and remove inclusion of defparam-created header. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm2835_obio.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/rpi/rpi_machdep.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/rpi/rpi_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: jakllsch Date: Wed Aug 22 13:19:48 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm2835_mbox.c bcm2835_mbox.h files.bcm2835 Added Files: src/sys/arch/arm/broadcom: bcm2835_mbox_subr.c Log Message: As we'll soon get boot-time information via the mailbox method, seperate the actual access code into a seperate file that can be used by itself. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_mbox.c \ src/sys/arch/arm/broadcom/bcm2835_mbox.h cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/broadcom/bcm2835_mbox_subr.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/files.bcm2835 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: jakllsch Date: Wed Aug 22 13:21:31 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: files.bcm2835 Log Message: Fix typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/files.bcm2835 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4] src/gnu/dist/postfix
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:43:38 UTC 2012 Modified Files: src/gnu/dist/postfix/README_FILES [netbsd-4]: RELEASE_NOTES src/gnu/dist/postfix/src/smtpd [netbsd-4]: smtpd_sasl_proto.c Log Message: Apply patch, requested by reed in ticket #1452: src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.c: patch src/gnu/dist/postfix/README_FILES/RELEASE_NOTES:patch Apply patch from upstream, fixing CVE-2011-1720 To generate a diff of this commit: cvs rdiff -u -r1.9.2.2 -r1.9.2.3 \ src/gnu/dist/postfix/README_FILES/RELEASE_NOTES cvs rdiff -u -r1.1.1.5 -r1.1.1.5.4.1 \ src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4-0] src/gnu/dist/postfix
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:43:49 UTC 2012 Modified Files: src/gnu/dist/postfix/README_FILES [netbsd-4-0]: RELEASE_NOTES src/gnu/dist/postfix/src/smtpd [netbsd-4-0]: smtpd_sasl_proto.c Log Message: Apply patch, requested by reed in ticket #1452: src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.c: patch src/gnu/dist/postfix/README_FILES/RELEASE_NOTES:patch Apply patch from upstream, fixing CVE-2011-1720 To generate a diff of this commit: cvs rdiff -u -r1.9.2.2 -r1.9.2.2.2.1 \ src/gnu/dist/postfix/README_FILES/RELEASE_NOTES cvs rdiff -u -r1.1.1.5 -r1.1.1.5.14.1 \ src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4-0] src/usr.bin/cksum
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:49:30 UTC 2012 Modified Files: src/usr.bin/cksum [netbsd-4-0]: cksum.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1453): usr.bin/cksum/cksum.1: revision 1.44 via patch Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong place to explain cryptographic hash functions and give security advice. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.12.1 src/usr.bin/cksum/cksum.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4] src/usr.bin/cksum
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:49:40 UTC 2012 Modified Files: src/usr.bin/cksum [netbsd-4]: cksum.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1453): usr.bin/cksum/cksum.1: revision 1.44 via patch Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong place to explain cryptographic hash functions and give security advice. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.2.1 src/usr.bin/cksum/cksum.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4] src/sys/arch/amd64/amd64
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:52:22 UTC 2012 Modified Files: src/sys/arch/amd64/amd64 [netbsd-4]: trap.c Log Message: Apply patch, requested by spz in ticket #1454: sys/arch/amd64/amd64/trap.c:patch Fix potential stack frame corruption To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.8.1 src/sys/arch/amd64/amd64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4-0] src/sys/arch/amd64/amd64
Module Name:src Committed By: bouyer Date: Wed Aug 22 19:52:40 UTC 2012 Modified Files: src/sys/arch/amd64/amd64 [netbsd-4-0]: trap.c Log Message: Apply patch, requested by spz in ticket #1454: sys/arch/amd64/amd64/trap.c:patch Fix potential stack frame corruption To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.14.1 src/sys/arch/amd64/amd64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4-0] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:02:18 UTC 2012 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: tickets 1452, 1453, 1454 To generate a diff of this commit: cvs rdiff -u -r1.1.2.104 -r1.1.2.105 src/doc/CHANGES-4.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-4] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:02:25 UTC 2012 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: tickets 1452, 1453, 1454 To generate a diff of this commit: cvs rdiff -u -r1.1.2.245 -r1.1.2.246 src/doc/CHANGES-4.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/sys
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:21:27 UTC 2012 Modified Files: src/sys/sys [netbsd-5]: sysctl.h Log Message: Apply patch, requested by dsl in ticket 1769: sys/sys/sysctl.hpatch define CTLTYPE_LONG, needed for ticket 1770 To generate a diff of this commit: cvs rdiff -u -r1.177.4.1 -r1.177.4.2 src/sys/sys/sysctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/kern
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:25:57 UTC 2012 Modified Files: src/sys/kern [netbsd-5]: vfs_bio.c Log Message: Pull up following revision(s) (requested by dsl in ticket #1770): sys/kern/vfs_bio.c: revision 1.239 Fix processing of vm.bufmem_lowater and vm.bufmem_hiwater on 64bit systems. Use CTLTYPE_LONG for bufmem_lowater and bufmem_hiwater. Use separate temporaries for the 'int' percentage and the 'long' water marks. Shows up on amd64 now that the sysctl values are marked as 64bit. sparc64 has been badly broken for ages. Fix part of PR kern/46536 To generate a diff of this commit: cvs rdiff -u -r1.210.4.1 -r1.210.4.2 src/sys/kern/vfs_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:29:21 UTC 2012 Modified Files: src/sys/dev [netbsd-5]: vnd.c Log Message: Apply patch, requested by buhrow in ticket 1771 sys/dev/vnd.c: patch Implement wedge ioctls and wedge autodiscovery for vnd(4) To generate a diff of this commit: cvs rdiff -u -r1.187.4.5 -r1.187.4.6 src/sys/dev/vnd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/netinet
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:32:21 UTC 2012 Modified Files: src/sys/netinet [netbsd-5]: in.c Log Message: Pull up following revision(s) (requested by gdt in ticket #1776): sys/netinet/in.c: revision 1.143 Simply use the ifa_addr pointer, rather than taking its address. Resolves failure to match addresses in SIOC[GD]LIFADDR calls. Diagnosis and fix is due to Mark Keaton of BBN. To generate a diff of this commit: cvs rdiff -u -r1.127.4.3 -r1.127.4.4 src/sys/netinet/in.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/usr.sbin/rpc.lockd
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:34:10 UTC 2012 Modified Files: src/usr.sbin/rpc.lockd [netbsd-5]: lock_proc.c Log Message: Pull up following revision(s) (requested by tron in ticket #1777): usr.sbin/rpc.lockd/lock_proc.c: revision 1.10 Fix broken IPv6 support. My Mac OS X Lion NFS client now happily talks to my NetBSD 6.0_BETA2 NFS server over IPv6. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.12.1 src/usr.sbin/rpc.lockd/lock_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/usr.bin/cksum
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:36:25 UTC 2012 Modified Files: src/usr.bin/cksum [netbsd-5-0]: cksum.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1778): usr.bin/cksum/cksum.1: revision 1.44 via patch Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong place to explain cryptographic hash functions and give security advice. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.26.1 src/usr.bin/cksum/cksum.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/usr.bin/cksum
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:36:28 UTC 2012 Modified Files: src/usr.bin/cksum [netbsd-5-1]: cksum.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1778): usr.bin/cksum/cksum.1: revision 1.44 via patch Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong place to explain cryptographic hash functions and give security advice. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.30.1 src/usr.bin/cksum/cksum.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/usr.bin/cksum
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:36:40 UTC 2012 Modified Files: src/usr.bin/cksum [netbsd-5]: cksum.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1778): usr.bin/cksum/cksum.1: revision 1.44 via patch Omit outdated cryptographic claims as noted in PR 44160. Interested readers can follow the references or read Wikipedia; this is the wrong place to explain cryptographic hash functions and give security advice. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.24.1 src/usr.bin/cksum/cksum.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/gnu/usr.sbin/postfix
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:41:02 UTC 2012 Modified Files: src/gnu/usr.sbin/postfix [netbsd-5-0]: Makefile.inc Log Message: gnu/usr.sbin/postfix/Makefile.inc patch insert comment warning about postfix vulnerability CVE-2011-1720 in Cyrus SASL support, which is not compiled in netbsd-5-0 [spz, ticket 1779] To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.8.1 src/gnu/usr.sbin/postfix/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/external/ibm-public/postfix
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:41:57 UTC 2012 Modified Files: src/external/ibm-public/postfix [netbsd-5-1]: Makefile.inc Log Message: external/ibm-public/postfix/Makefile.incpatch insert comment warning about postfix vulnerability CVE-2011-1720 in Cyrus SASL support, which is not compiled in netbsd-5-1 [spz, ticket 1779] To generate a diff of this commit: cvs rdiff -u -r1.2.2.2 -r1.2.2.2.2.1 \ src/external/ibm-public/postfix/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:42:55 UTC 2012 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.3 Log Message: tickets 1778, 1779 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-5.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:42:57 UTC 2012 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.3 Log Message: tickets 1778, 1779 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-5.1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:43:35 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1769, 1770, 1771, 1776, 1777, 1778 To generate a diff of this commit: cvs rdiff -u -r1.1.2.177 -r1.1.2.178 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/arch/vax/include
Module Name:src Committed By: bouyer Date: Wed Aug 22 20:59:47 UTC 2012 Modified Files: src/sys/arch/vax/include [netbsd-5]: cpu.h Log Message: Pull up following revision(s) (requested by abs in ticket #1780): sys/arch/vax/include/cpu.h: revision 1.94 via patch Change cpu_idle to be an inline which sets IPL to 1 and then back to 0 so simh can recognize the kernel is idle. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.85.14.1 src/sys/arch/vax/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/distrib/sets/lists/comp
Module Name:src Committed By: bouyer Date: Wed Aug 22 21:03:19 UTC 2012 Modified Files: src/distrib/sets/lists/comp [netbsd-5]: mi Log Message: Apply patch, requested by matt in ticket 1781: distrib/sets/lists/comp/mi patch Fix set lists for MKDEBUG builds To generate a diff of this commit: cvs rdiff -u -r1.1201.2.18 -r1.1201.2.19 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/shark/ofw
Module Name:src Committed By: macallan Date: Wed Aug 22 21:15:18 UTC 2012 Modified Files: src/sys/arch/shark/ofw: chipsfb_ofbus.c Log Message: actually pass a working IO tag to the rest of the driver To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/shark/ofw/chipsfb_ofbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/net
Module Name:src Committed By: bouyer Date: Wed Aug 22 21:16:33 UTC 2012 Modified Files: src/sys/net [netbsd-5]: if_types.h Log Message: Pull up following revision(s) (requested by wiz in ticket #1786): sys/net/if_types.h: revision 1.26 Avoid ambiguity by having only one comment close mark. PR 46771 by bsiegert. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.74.1 src/sys/net/if_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/dev/ic
Module Name:src Committed By: macallan Date: Wed Aug 22 21:17:58 UTC 2012 Modified Files: src/sys/dev/ic: ct65550.c Log Message: - use R3G3B2 palette - don't muck around in config registers that don't really concern us To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/ct65550.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/arch/x86/x86
Module Name:src Committed By: bouyer Date: Wed Aug 22 21:18:20 UTC 2012 Modified Files: src/sys/arch/x86/x86 [netbsd-5]: intel_busclock.c Log Message: sys/arch/x86/x86/intel_busclock.c patch Add support for Xeon E5 [sborrill, ticket #1787] To generate a diff of this commit: cvs rdiff -u -r1.5.10.4 -r1.5.10.5 src/sys/arch/x86/x86/intel_busclock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/uvm
Module Name:src Committed By: bouyer Date: Wed Aug 22 21:33:57 UTC 2012 Modified Files: src/sys/uvm [netbsd-5]: uvm_map.c Log Message: Pull up following revision(s) (requested by chs in ticket #1790): sys/uvm/uvm_map.c: revision 1.319 avoid leaking a uvm_object reference when merging a new map entry with the entries on both sides. fixes PR 46807. To generate a diff of this commit: cvs rdiff -u -r1.263.4.4 -r1.263.4.5 src/sys/uvm/uvm_map.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: bouyer Date: Wed Aug 22 21:35:43 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1780, 1781, 1786, 1787, 1790 To generate a diff of this commit: cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-5.2 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: Wed Aug 22 22:18:22 UTC 2012 Modified Files: src/sys/arch/arm/omap: files.omap2 omap2_gpio.c omap2_gpmcreg.h omap2_obioreg.h omap2_reg.h src/sys/arch/evbarm/beagle: beagle.h beagle_machdep.c beagle_start.S Added Files: src/sys/arch/evbarm/conf: BEAGLEBOARDXM Log Message: First pass as supporting the TI DM37XX which is used in the BeagleBoard-XM. (compile tested but hasn't been run on an actual board). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/omap/files.omap2 cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/omap/omap2_gpio.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/omap/omap2_gpmcreg.h \ src/sys/arch/arm/omap/omap2_reg.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/omap2_obioreg.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/beagle/beagle.h cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/beagle/beagle_machdep.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/beagle/beagle_start.S cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/BEAGLEBOARDXM 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: Wed Aug 22 22:34:30 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: mk.beagle Log Message: If building for a PANDABOARD use -mcpu=cortex-a9 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/mk.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/evbarm/conf
Module Name:src Committed By: matt Date: Wed Aug 22 22:56:21 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARDXM Log Message: Fix console address To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/BEAGLEBOARDXM 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: Wed Aug 22 23:00:49 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARDXM Log Message: Remove NAND since it isn't present on the board. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/BEAGLEBOARDXM 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: kiyohara Date: Thu Aug 23 00:20:16 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: HPT5325 IGEPV2 MINI2440 NETWALKER OPENBLOCKS_A6 SHEEVAPLUG Log Message: Remove obsolated file-system PORTAL. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/HPT5325 cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/IGEPV2 cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/MINI2440 cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/NETWALKER cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OPENBLOCKS_A6 cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/SHEEVAPLUG 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 Aug 23 01:27:25 UTC 2012 Modified Files: src/sys/arch/arm/omap: obio_mputmr.c omap2_reg.h src/sys/arch/evbarm/beagle: beagle.h src/sys/arch/evbarm/conf: BEAGLEBOARDXM Added Files: src/sys/arch/evbarm/conf: BEAGLEBOARDXM_INSTALL Log Message: More changes for BEAGLEBOARDXM. The kernel gets all the way to usermode and the installer will run (nothing to install to but ...) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/omap/obio_mputmr.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/omap/omap2_reg.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/beagle/beagle.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/BEAGLEBOARDXM cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/BEAGLEBOARDXM_INSTALL 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: Thu Aug 23 01:30:55 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Note BEAGLEBOARDXM support. To generate a diff of this commit: cvs rdiff -u -r1.1733 -r1.1734 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.