CVS commit: src/common/lib/libc/arch/mips/atomic

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 3 06:06:45 UTC 2012 Modified Files: src/common/lib/libc/arch/mips/atomic: membar_ops.S Log Message: Add a missing .set noreorder To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/mips/at

CVS commit: [matt-nb5-mips64] src/common/lib/libc/arch/mips/atomic

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 3 05:35:14 UTC 2012 Modified Files: src/common/lib/libc/arch/mips/atomic [matt-nb5-mips64]: membar_ops.S Log Message: Add missing .set noreorder To generate a diff of this commit: cvs rdiff -u -r1.3.10.2 -r1.3.10.3 \

CVS commit: src/sys/dev/pci

2012-08-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 3 01:23:33 UTC 2012 Modified Files: src/sys/dev/pci: machfb.c Log Message: machfb's memsize is in MB, glyphcache_init expects bytes. doh. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/m

CVS commit: src/sys/net

2012-08-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Aug 2 20:13:24 UTC 2012 Modified Files: src/sys/net: bpf_filter.c Log Message: bpf_filter: remove unnecessary memset(), add a comment. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/net/bpf_filter.c P

CVS commit: src/sys/coda

2012-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 2 16:06:59 UTC 2012 Modified Files: src/sys/coda: coda_namecache.c coda_subr.c coda_subr.h coda_vfsops.c coda_vnops.c coda_vnops.h Log Message: - move debugging functions to vcoda so modules with -DDEBUG lin

CVS commit: src/sys/arch

2012-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 2 15:56:08 UTC 2012 Modified Files: src/sys/arch/arm/arm32: genassym.cf src/sys/arch/arm/at91: at91aic.c at91aicvar.h at91busvar.h src/sys/arch/arm/ep93xx: ep93xx_intr.c src/sys/arch/arm/include: cpu

CVS commit: src/sys/arch/powerpc/booke

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 2 14:07:47 UTC 2012 Modified Files: src/sys/arch/powerpc/booke: trap.c Log Message: Also supprese printing fatal traps if the process is being debugged. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sy

CVS commit: src/sys/arch/powerpc/powerpc

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 2 14:06:34 UTC 2012 Modified Files: src/sys/arch/powerpc/powerpc: trap.c Log Message: Also supprese printing fatal traps is the process is being debugged. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 sr

CVS commit: src/sys/arch/vax/vax

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 2 14:03:22 UTC 2012 Modified Files: src/sys/arch/vax/vax: trap.c Log Message: Supress print fatal traps if the process is being debugged of it the signal will be caught by a signal handler. To generate a diff of this comm

CVS commit: src/sys/arch/powerpc

2012-08-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 2 13:50:15 UTC 2012 Modified Files: src/sys/arch/powerpc/booke: trap.c src/sys/arch/powerpc/powerpc: trap.c Log Message: Only print fatal trap info if the resulting signal would be uncaught. (this avoid the messages

CVS commit: src/lib/libpthread

2012-08-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Aug 2 12:43:42 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: Prefer sysconf to obtain number of CPUs. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/lib/libpthread/pthread.c Please