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/atomic/membar_ops.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 \
src/common/lib/libc/arch/mips/atomic/membar_ops.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/machfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 link
- fix writing to coda files. this is probably not the right way to do
  this, but it satisfies the locking protocol:
1. Sometimes coda_open() is called with an unlocked vnode which
   does not satisfy the locking protocol. Lock it for now. We
   need to find out why this happens
2. VFS_VGET sometimes returns the container vnode unlocked. What
   is the locking protocol for VFS_VGET? We also lock it here.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/coda/coda_namecache.c
cvs rdiff -u -r1.26 -r1.27 src/sys/coda/coda_subr.c
cvs rdiff -u -r1.8 -r1.9 src/sys/coda/coda_subr.h
cvs rdiff -u -r1.73 -r1.74 src/sys/coda/coda_vfsops.c
cvs rdiff -u -r1.89 -r1.90 src/sys/coda/coda_vnops.c
cvs rdiff -u -r1.15 -r1.16 src/sys/coda/coda_vnops.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

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.h
src/sys/arch/arm/include/arm32: frame.h
src/sys/arch/arm/ixp12x0: ixp12x0_intr.c
src/sys/arch/arm/xscale: becc_icu.c i80200_icu.c i80200var.h
i80321_icu.c
src/sys/arch/evbarm/iq80310: iq80310_intr.c

Log Message:
Remove irqframe and replace with identical trapframe.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/arm32/genassym.cf
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/at91/at91aic.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91aicvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/at91/at91busvar.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/ep93xx/ep93xx_intr.c
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/arm/include/cpu.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/include/arm32/frame.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/ixp12x0/ixp12x0_intr.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/becc_icu.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/i80200_icu.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/i80200var.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/xscale/i80321_icu.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/iq80310/iq80310_intr.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/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/sys/arch/powerpc/booke/trap.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/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 src/sys/arch/powerpc/powerpc/trap.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/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 commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/vax/vax/trap.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/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 from libcrypto when it probes for capabilities).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/booke/trap.c
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/powerpc/powerpc/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.