CVS commit: src/external/public-domain/sqlite/dist

2012-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 17 16:26:38 UTC 2012 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.1 Log Message: now that I know how to escape a period, nothing can stop me :-) To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/arch/arm/arm32

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 17 17:10:48 UTC 2012 Modified Files: src/sys/arch/arm/arm32: genassym.cf Log Message: Add CPU_VFP_ID and PCB_VFP_FPEXC To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/arm/arm32/genassym.cf

CVS commit: src/sys/dev/isa

2012-12-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Dec 17 17:44:18 UTC 2012 Modified Files: src/sys/dev/isa: ptcd.c Log Message: Fix the CVS Id marker. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/isa/ptcd.c Please note that diffs are not public

CVS commit: src/sys/arch/arm/arm32

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 17 17:45:01 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Make sure to load the FPEXC context on context switch (if there a VFP) so that the VFP state will be what the LWP expects. (This isn't

CVS commit: src/sys/dev/isa

2012-12-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Dec 17 17:46:27 UTC 2012 Modified Files: src/sys/dev/isa: ptcd.c Log Message: No need to include machine/pio.h now that inb() and outb() are no longer used. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: [netbsd-6-0] src/distrib/notes/common

2012-12-17 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Dec 17 17:52:07 UTC 2012 Modified Files: src/distrib/notes/common [netbsd-6-0]: main Log Message: Update release notes for 6.0.1. To generate a diff of this commit: cvs rdiff -u -r1.484.2.4 -r1.484.2.4.2.1

CVS commit: src

2012-12-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Dec 17 18:17:27 UTC 2012 Modified Files: src/etc: rc.subr src/share/man/man8: rc.subr.8 Log Message: Add shell implementations of basename and dirname to rc.subr. They are supposed to mimic basename(1) and dirname(1),

CVS commit: src/etc/rc.d

2012-12-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Dec 17 18:20:50 UTC 2012 Modified Files: src/etc/rc.d: random_seed Log Message: Reinstate the dirname invocations that were recently removed from rc.d/random_seed. The new dirname shell function provided by rc.subr will be

CVS commit: [netbsd-6-0] src

2012-12-17 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Dec 17 18:49:09 UTC 2012 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.1 LAST_MINUTE README.files src/sys/sys [netbsd-6-0]: param.h Log Message: Welcome to 6.0.1! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/gen

2012-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 18 01:39:56 UTC 2012 Modified Files: src/lib/libc/gen: glob.c Log Message: Do as the man page says, and for GLOB_NOCHECK return the original pattern, not a modified version with the backslash characters removed. To

CVS commit: src/sys/arch/arm/cortex

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 18 06:05:56 UTC 2012 Modified Files: src/sys/arch/arm/cortex: cpu_in_cksum_asm_neon.S Log Message: Tighten up cpu_in_cksum_neon_v4hdr by 3 instructions. Swap the doubles on a partial qword load on BE platforms. To

CVS commit: src/common/lib/libc/arch/arm/gen

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 18 06:14:23 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/gen: neon_mask.S Log Message: Don't need to include assym.h Add a missing comma. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/arm/arm32

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 18 06:30:19 UTC 2012 Modified Files: src/sys/arch/arm/arm32: vm_machdep.c Log Message: Remove unneeded definitions. When forking a LWP, disable the VFP in the new LWP since it isn't the LWP that owns the VFP. To generate

CVS commit: src/sys/arch/arm/arm

2012-12-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 18 06:31:58 UTC 2012 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Start adding support for disassembling some NEON instructions. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20