CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Sat Feb 2 14:00:37 UTC 2013 Modified Files: src/sys/sys: types.h Log Message: Don't define bool/true/false in the kernel if __cplusplus is defined. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/sys/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
Module Name:src Committed By: matt Date: Sat Feb 2 14:02:09 UTC 2013 Modified Files: src/sys/kern: init_sysctl.c kern_sysctl.c src/sys/sys: sysctl.h Log Message: Make the inclusion of a private matter for sysctl. No reason to expose the rest of the kernel to it. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/kern/init_sysctl.c cvs rdiff -u -r1.238 -r1.239 src/sys/kern/kern_sysctl.c cvs rdiff -u -r1.206 -r1.207 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: src/sys/sys
Module Name:src Committed By: matt Date: Sat Feb 2 14:03:38 UTC 2013 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Add an explicit (void *) cast to __link_set_make_entry* (these probably should have ptype added to them). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/sys/cdefs_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: matt Date: Sat Feb 2 14:06:58 UTC 2013 Modified Files: src/sys/uvm: uvm_pmap.h Log Message: Remove __BEGIN_DECLS/__END_DECLS Allow pmap_kenter_pa to be a macro. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/uvm/uvm_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/dev/ic
Module Name:src Committed By: matt Date: Sat Feb 2 14:11:38 UTC 2013 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use __SHIFTOUT to simplify an expression. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ic/ahcisata_core.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/usb
Module Name:src Committed By: matt Date: Sat Feb 2 14:15:56 UTC 2013 Modified Files: src/sys/dev/usb: ehcivar.h Log Message: Use CACHE_LINE_SIZE for EHCI_SQTD_ALIGN to make sure the sqtd fully consume a cacheline. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/ehcivar.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: christos Date: Sat Feb 2 15:11:49 UTC 2013 Modified Files: src/usr.bin/make: job.c Log Message: Don't wait forever for output from a child job. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/usr.bin/make/job.c 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: christos Date: Sat Feb 2 15:12:25 UTC 2013 Modified Files: src/usr.bin/make: job.c Log Message: avoid the long shadow of i To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/job.c 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: christos Date: Sat Feb 2 15:24:09 UTC 2013 Modified Files: src/usr.bin/make: job.c Log Message: tools build is non-c-99 To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/bin/sh
Module Name:src Committed By: sborrill Date: Sat Feb 2 15:43:27 UTC 2013 Modified Files: src/bin/sh [netbsd-6]: expand.c expand.h Log Message: Pull up the following revisions(s) (requested by dsl in ticket #773): bin/sh/expand.c:revision 1.88 bin/sh/expand.h:revision 1.19 Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when expanding $bar. Should fix PR bin/47361 To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.86.4.1 src/bin/sh/expand.c cvs rdiff -u -r1.18 -r1.18.4.1 src/bin/sh/expand.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: sborrill Date: Sat Feb 2 15:44:21 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 773 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-6.1 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 Feb 2 17:58:12 UTC 2013 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Use const void * To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/sys/cdefs_elf.h 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/debug
Module Name:src Committed By: christos Date: Sat Feb 2 18:19:38 UTC 2013 Modified Files: src/distrib/sets/lists/debug: ad.arm ad.armeb Log Message: someone forgot the debuglibs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/debug/ad.arm \ src/distrib/sets/lists/debug/ad.armeb 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/gumstix
Module Name:src Committed By: christos Date: Sat Feb 2 20:06:48 UTC 2013 Modified Files: src/sys/arch/evbarm/gumstix: gxpcic.c Log Message: static inline so that the kernel links. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/gumstix/gxpcic.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: Sat Feb 2 20:42:02 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c makefs.h src/usr.sbin/makefs/ffs: buf.c Log Message: add and document offset. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/makefs/makefs.8 cvs rdiff -u -r1.47 -r1.48 src/usr.sbin/makefs/makefs.c cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/makefs/makefs.h cvs rdiff -u -r1.19 -r1.20 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/sys/arch/arm/omap
Module Name:src Committed By: christos Date: Sat Feb 2 21:02:06 UTC 2013 Modified Files: src/sys/arch/arm/omap: omapfb.c Log Message: fix compilation To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/omap/omapfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: christos Date: Sat Feb 2 21:06:31 UTC 2013 Modified Files: src/sys/opencrypto: cryptosoft_xform.c Log Message: fix compilation To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/opencrypto/cryptosoft_xform.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: christos Date: Sat Feb 2 21:38:24 UTC 2013 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: fix compilation To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/opencrypto/cryptosoft.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/sparc64/dev
Module Name:src Committed By: jdc Date: Sat Feb 2 21:54:51 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: tda.c Log Message: Add sysmon support to display the fan-speed related values for the CPU and system fans. Fix a bug where the system fan was always set to full speed (63), which was noticed when viewing the values reported by `envstat`. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc64/dev/tda.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/man4/man4.sparc64
Module Name:src Committed By: jdc Date: Sat Feb 2 21:55:28 UTC 2013 Added Files: src/share/man/man4/man4.sparc64: tda.4 Log Message: Add a manual page for tda. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.sparc64/tda.4 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/conf
Module Name:src Committed By: matt Date: Sun Feb 3 00:43:15 UTC 2013 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: Always compile the kernel with -mfloat=soft To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/conf/Makefile.arm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/quad
Module Name:src Committed By: matt Date: Sun Feb 3 01:48:53 UTC 2013 Modified Files: src/lib/libc/quad: Makefile.inc fixdfdi.c fixsfdi.c fixunsdfdi.c fixunssfdi.c floatdidf.c floatdisf.c floatundidf.c floatundisf.c Log Message: Adapt to earm hard float by including softfloat-for-gcc.h even if __ARM_EABI__ so we can get the __aeabi aliases. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/quad/Makefile.inc cvs rdiff -u -r1.6 -r1.7 src/lib/libc/quad/fixdfdi.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/quad/fixsfdi.c cvs rdiff -u -r1.10 -r1.11 src/lib/libc/quad/fixunsdfdi.c cvs rdiff -u -r1.8 -r1.9 src/lib/libc/quad/fixunssfdi.c cvs rdiff -u -r1.9 -r1.10 src/lib/libc/quad/floatdidf.c \ src/lib/libc/quad/floatdisf.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/quad/floatundidf.c \ src/lib/libc/quad/floatundisf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm/hardfloat
Module Name:src Committed By: matt Date: Sun Feb 3 01:50:54 UTC 2013 Modified Files: src/lib/libc/arch/arm/hardfloat: fpsetround.c Log Message: include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/hardfloat/fpsetround.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm
Module Name:src Committed By: matt Date: Sun Feb 3 01:55:19 UTC 2013 Modified Files: src/lib/libc/arch/arm: Makefile.inc Log Message: Add support for earmhf and earmhfeb and add SRCS.hardfloat. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/arch/arm/Makefile.inc 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
Module Name:src Committed By: matt Date: Sun Feb 3 01:58:15 UTC 2013 Added Files: src/external/gpl3/binutils/lib/libbfd/arch/earmhf: bfd.h bfd_stdint.h bfdver.h config.h defs.mk src/external/gpl3/binutils/lib/libiberty/arch/earmhf: config.h defs.mk src/external/gpl3/binutils/lib/libopcodes/arch/earmhf: config.h defs.mk src/external/gpl3/binutils/usr.bin/common/arch/earmhf: config.h defs.mk src/external/gpl3/binutils/usr.bin/gas/arch/earmhf: config.h defs.mk itbl-cpu.h obj-format.h targ-cpu.h targ-env.h src/external/gpl3/binutils/usr.bin/gprof/arch/earmhf: defs.mk gconfig.h src/external/gpl3/binutils/usr.bin/ld/arch/earmhf: config.h defs.mk ldemul-list.h Log Message: binutils mknative for earmhf To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfd.h \ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfd_stdint.h \ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/bfdver.h \ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/config.h \ src/external/gpl3/binutils/lib/libbfd/arch/earmhf/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/lib/libiberty/arch/earmhf/config.h \ src/external/gpl3/binutils/lib/libiberty/arch/earmhf/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/lib/libopcodes/arch/earmhf/config.h \ src/external/gpl3/binutils/lib/libopcodes/arch/earmhf/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/usr.bin/common/arch/earmhf/config.h \ src/external/gpl3/binutils/usr.bin/common/arch/earmhf/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/defs.mk \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/itbl-cpu.h \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/obj-format.h \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-cpu.h \ src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/targ-env.h cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/usr.bin/gprof/arch/earmhf/defs.mk \ src/external/gpl3/binutils/usr.bin/gprof/arch/earmhf/gconfig.h cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/config.h \ src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/defs.mk \ src/external/gpl3/binutils/usr.bin/ld/arch/earmhf/ldemul-list.h 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/libgcc
Module Name:src Committed By: matt Date: Sun Feb 3 01:59:55 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: Use MACHINE_CPU for arm instead of MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gcc/lib/libgcc/Makefile.inc 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/libgcc
Module Name:src Committed By: matt Date: Sun Feb 3 02:01:19 UTC 2013 Added Files: src/external/gpl3/gcc/lib/libgcc/arch: earmhf.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf: defs.mk gcov-iov.h Log Message: earmhf mknative for libgcc To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libgcc/arch/earmhf.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/defs.mk \ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/gcov-iov.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 Feb 3 03:21:21 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c msdos.c src/usr.sbin/makefs/ffs: buf.c mkfs.c Log Message: - more changes to make -O work - fix err* calls. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/makefs/msdos.c cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/makefs/ffs/buf.c cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/makefs/ffs/mkfs.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 Feb 3 03:21:42 UTC 2013 Modified Files: src/sbin/newfs_msdos: mkfs_msdos.c Log Message: don't truncate the file if an offset is given. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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/external/gpl3/gcc/usr.bin/gcc/arch/earm
Module Name:src Committed By: matt Date: Sun Feb 3 05:34:50 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/earm: insn-modes.h Log Message: mknative for earmhf To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: matt Date: Sun Feb 3 05:35:26 UTC 2013 Modified Files: src/share/mk: bsd.endian.mk Log Message: add earmhf To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/mk/bsd.endian.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: matt Date: Sun Feb 3 05:36:36 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Add support for MACHINE_ARCH earmhf and earmhfeb To generate a diff of this commit: cvs rdiff -u -r1.721 -r1.722 src/share/mk/bsd.own.mk 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: Sun Feb 3 05:37:44 UTC 2013 Modified Files: src: build.sh Log Message: Add MACHINE=evbarm MACHINE_ARCH=earmhf ALIAS=evbearmhf-el MACHINE=evbarm MACHINE_ARCH=earmhfeb ALIAS=evbearmhf-eb To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/build.sh 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 Feb 3 06:16:53 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c makefs.h walk.c Log Message: add a replace flag so we can overlay exiting files when we merge directories. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makefs/makefs.8 cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/makefs/makefs.c cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/makefs/makefs.h cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/makefs/walk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm
Module Name:src Committed By: matt Date: Sun Feb 3 07:13:07 UTC 2013 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/arm: e_sqrt.S e_sqrtf.S s_fabsf.S Log Message: Add support for the ARM hardfloat instructions vsqrt and vabs. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/lib/libm/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/arm/e_sqrt.S \ src/lib/libm/arch/arm/e_sqrtf.S src/lib/libm/arch/arm/s_fabsf.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm/hardfloat
Module Name:src Committed By: matt Date: Sun Feb 3 07:14:41 UTC 2013 Added Files: src/lib/libc/arch/arm/hardfloat: fabs.S Log Message: Add hardfloat version of fabs using the vabs.f64 instruction To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/arm/hardfloat/fabs.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.