CVS commit: src/usr.sbin/makefs/msdos
Module Name:src Committed By: mbalmer Date: Sun Jan 27 10:07:23 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Allow this to compile on 32bit architectures. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/makefs/msdos
Module Name:src Committed By: martin Date: Sun Jan 27 12:25:13 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Make it compile on 32bit AND 64bit archs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makefs/msdos/msdosfs_vnops.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: jmcneill Date: Sun Jan 27 12:48:57 UTC 2013 Modified Files: src/sys/dev/ic: ath.c ath_netbsd.h athvar.h Log Message: don't transmit while in a key change is in progress To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/ic/ath.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/ath_netbsd.h cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/athvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Sun Jan 27 14:07:12 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: fix single letter parsing. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/makefs/makefs.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/makefs/ffs
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:04 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Don't print the pointers in debugging, it is not useful. zero all memory To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/makefs/ffs/buf.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/makefs/ffs
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:22 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: zero memory To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/ffs/buf.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: mbalmer Date: Sun Jan 27 14:47:38 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: linux_machdep.c src/sys/dev/stbi: stb_image.c src/tests/lib/libpthread: t_fpu.c Log Message: exitting -> exiting. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/compat/linux/arch/powerpc/linux_machdep.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/stbi/stb_image.c cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/t_fpu.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/man9
Module Name:src Committed By: pgoyette Date: Sun Jan 27 15:21:39 UTC 2013 Modified Files: src/share/man/man9: kcpuset.9 Log Message: Fix indentation of kcpuset_export_u32 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/kcpuset.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Sun Jan 27 15:35:45 UTC 2013 Modified Files: src/usr.sbin/makefs: msdos.c src/usr.sbin/makefs/msdos: msdosfs_vfsops.c msdosfs_vnops.c Log Message: fixed directory entry allocation. Now the file data remains and is currently broken. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/msdos.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makefs/msdos/msdosfs_vfsops.c cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/makefs/msdos
Module Name:src Committed By: christos Date: Sun Jan 27 16:03:16 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: the max msdos file size is less than size_t so don't bother checking against it. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/msdos/msdosfs_vnops.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
Module Name:src Committed By: matt Date: Sun Jan 27 17:38:55 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/arm/broadcom: bcm2835_obio.c src/sys/arch/arm/include: bus_defs.h Log Message: Add a flag to make bus_dmamem_map use the bus/sys transation table when mapping bus addresses. Make bcm2835 obio use it. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/broadcom/bcm2835_obio.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/bus_defs.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 Jan 27 17:43:21 UTC 2013 Modified Files: src/sys/arch/arm/include: ansi.h Log Message: Change _BSD_SSIZE_T_ so it's not dependent of _BSD_PTRDIFF_T_ To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/ansi.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: Sun Jan 27 17:44:39 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c Log Message: Get rid of _BUS_DMAMAP_MEM_XLATE To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/broadcom/bcm2835_obio.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/arm32
Module Name:src Committed By: matt Date: Sun Jan 27 17:48:38 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Make _BUS_DMAMAP_MEM_XLATE supplied by the caller. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/arm/arm32/bus_dma.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
Module Name:src Committed By: matt Date: Sun Jan 27 18:31:32 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/arm/broadcom: bcm2835_obio.c src/sys/arch/arm/include: bus_defs.h Log Message: Add a _BUS_DMAMAP_NOALLOC which tells bus_dmamem_alloc to skip that dmarange when allocating memory. Add a second dmarange to bcm23xx obio to allow it to map coherently mapped memory. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/broadcom/bcm2835_obio.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/include/bus_defs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Sun Jan 27 18:52:02 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: In SHELL COMMANDS section, provide some clues about different behavior in jobs vs non-jobs mode. Move the comment about when shell is skipped to this discussion from COMPATABILITY. Remove the incorrect statement about default mode being somehow neither jobs mode or compat mode (it is compat mode). To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/usr.bin/make/make.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 Jan 27 19:00:08 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c src/sys/arch/arm/include: bus_defs.h Log Message: Get rid of _BUS_DMAMAP_MEM_XLATE To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/include/bus_defs.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: Sun Jan 27 19:06:45 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c Log Message: Revert back to one dmarange To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/broadcom/bcm2835_obio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools
Module Name:src Committed By: riastradh Date: Sun Jan 27 19:21:12 UTC 2013 Modified Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile Log Message: Set NOMAN before including to really fix PR 47500. (Hi, christos.) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tools/ctfconvert/Makefile cvs rdiff -u -r1.3 -r1.4 src/tools/ctfmerge/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/amiga/dev
Module Name:src Committed By: rkujawa Date: Sun Jan 27 19:58:04 UTC 2013 Modified Files: src/sys/arch/amiga/dev: a2kbbc.c Log Message: Remove confusing, leftover comment. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amiga/dev/a2kbbc.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/makefs
Module Name:src Committed By: christos Date: Sun Jan 27 20:05:47 UTC 2013 Modified Files: src/usr.sbin/makefs: Makefile ffs.c msdos.c src/usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c src/usr.sbin/makefs/msdos: msdosfs_vfsops.c msdosfs_vnops.c Log Message: This works well enough to populate plain files in the root dir. creating directories fails. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/makefs/Makefile cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/msdos.c cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/makefs/ffs/buf.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makefs/ffs/buf.h cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/makefs/ffs/ffs_alloc.c cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/makefs/ffs/ffs_balloc.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/msdos/msdosfs_vfsops.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/msdosfs
Module Name:src Committed By: christos Date: Sun Jan 27 20:15:58 UTC 2013 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: tidy up debugging printfs; no functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/fs/msdosfs/msdosfs_fat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_msdos
Module Name:src Committed By: christos Date: Sun Jan 27 21:56:27 UTC 2013 Modified Files: src/sbin/newfs_msdos: mkfs_msdos.c Log Message: nbtool_config.h undefines _NETBSD_SOURCE, and that makes not define cpuid_t, which makes unincludable. Although this is a bug in the build system, it is simpler to fix it here. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/newfs_msdos/mkfs_msdos.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/msdosfs
Module Name:src Committed By: christos Date: Sun Jan 27 22:04:19 UTC 2013 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: don't need sys/mount.h in userland. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/fs/msdosfs/msdosfs_fat.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/makefs/msdos
Module Name:src Committed By: christos Date: Sun Jan 27 22:07:20 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: - some more debugging - use msdosfs_update() -- should not be needed. - remove To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/makefs/msdos
Module Name:src Committed By: christos Date: Sun Jan 27 22:09:25 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: undo c99 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/makefs/msdos
Module Name:src Committed By: christos Date: Sun Jan 27 22:52:19 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: - don't forget to set de_pmp - unexpand inserted tabs to the "." and ".." strings! To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/makefs/msdos
Module Name:src Committed By: christos Date: Sun Jan 27 22:52:38 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_denode.c Log Message: fix root detection (although the code is a noop) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/makefs/msdos/msdosfs_denode.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/makefs
Module Name:src Committed By: christos Date: Sun Jan 27 22:53:03 UTC 2013 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: fix recursion error handling. top level directory works. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makefs/msdos.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/makefs/msdos
Module Name:src Committed By: christos Date: Mon Jan 28 00:16:24 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_denode.c Log Message: don't forget to initialize the cache. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makefs/msdos/msdosfs_denode.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/makefs/msdos
Module Name:src Committed By: christos Date: Mon Jan 28 00:16:48 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: use pcbmap instead of the open coded hack now the pcbmap works. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/makefs/msdos/msdosfs_vnops.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/msdosfs
Module Name:src Committed By: christos Date: Mon Jan 28 00:17:18 UTC 2013 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: A little more debugging. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/fs/msdosfs/msdosfs_fat.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/makefs
Module Name:src Committed By: christos Date: Mon Jan 28 00:23:18 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: now that msdos works, document it. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/makefs/makefs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/secmodel
Module Name:src Committed By: jym Date: Mon Jan 28 00:51:30 UTC 2013 Modified Files: src/sys/secmodel/extensions: secmodel_extensions.c src/sys/secmodel/securelevel: secmodel_securelevel.c Log Message: Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}. They were mistakenly removed when curtain and securelevel moved to secmodel_extensions(9). Reported by tls@ on tech-security@. XXX will ask for pull-up for -6. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/secmodel/extensions/secmodel_extensions.c cvs rdiff -u -r1.28 -r1.29 \ src/sys/secmodel/securelevel/secmodel_securelevel.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
Module Name:src Committed By: matt Date: Mon Jan 28 06:14:45 UTC 2013 Modified Files: src/sys/arch/arm/conf: files.arm src/sys/arch/arm/vfp: vfp_init.c Log Message: Disable bzero_page_vfp and bcopy_page_vfp since it really isn't any faster than memcpy. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/arm/conf/files.arm cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/vfp/vfp_init.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: Mon Jan 28 06:16:05 UTC 2013 Modified Files: src/sys/arch/arm/include: byte_swap.h Log Message: Use uint32_t for __asm to appease clang. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/byte_swap.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: Mon Jan 28 06:17:05 UTC 2013 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Use uint32_t for __asm to appease clang. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 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/lib/csu/common
Module Name:src Committed By: matt Date: Mon Jan 28 06:17:57 UTC 2013 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Make with work with gcc 4.5 or clang. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/csu/common/crt0-common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/arch/arm/atomic
Module Name:src Committed By: matt Date: Mon Jan 28 06:22:34 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_swap.S Log Message: Change movsne to movnes for clang. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/arm/atomic/atomic_swap.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/arch/arm/string
Module Name:src Committed By: matt Date: Mon Jan 28 06:23:15 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: strrchr_arm.S Log Message: Deal with an end-of-string condition properly. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/string/strrchr_arm.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/arch/arm/string
Module Name:src Committed By: matt Date: Mon Jan 28 06:23:44 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: memcpy_arm.S memmove.S memset.S Log Message: Add aeabi strong aliases. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/arm/string/memcpy_arm.S \ src/common/lib/libc/arch/arm/string/memset.S cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/string/memmove.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: matt Date: Mon Jan 28 06:26:20 UTC 2013 Modified Files: src/lib/libm/src: namespace.h Log Message: Add long double aliases To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/src/namespace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: matt Date: Mon Jan 28 06:34:09 UTC 2013 Modified Files: src/lib/libm/src: s_scalbn.c s_scalbnf.c s_scalbnl.c Log Message: Deal with _LP64 properly. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libm/src/s_scalbn.c cvs rdiff -u -r1.9 -r1.10 src/lib/libm/src/s_scalbnf.c cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_scalbnl.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/evbmips/conf
Module Name:src Committed By: matt Date: Mon Jan 28 06:38:50 UTC 2013 Modified Files: src/sys/arch/evbmips/conf: XLSATX Log Message: Enable INET6 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/XLSATX Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.