CVS commit: src/sys/dev/pci

2014-07-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 28 06:36:09 UTC 2014 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use two different mutexes for tx and rx This change splits the mutex of wm into two: one for tx and the other for rx. By doing so, lock

CVS commit: src/sys/net

2014-07-28 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Mon Jul 28 07:32:46 UTC 2014 Modified Files: src/sys/net: bpf.c Log Message: Enable net.bpf.jit only if MODULAR and BPFJIT. Tweak a warning about postponed jit activation. To generate a diff of this commit: cvs rdiff -u -r1.185

CVS commit: src/lib/libc/sys

2014-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 28 08:10:23 UTC 2014 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: PR/49045: Tetsuya Isaki: remove remaining caddr_t in ptrace(2) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2014-07-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 28 10:01:23 UTC 2014 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zvol.c Log Message: SPEC_MAXOFFSET_T doesn't exist anywhere else, so don't use it here either. To generate a diff of this commit: cvs

CVS commit: src/sys/rump/net/lib/libsockin

2014-07-28 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Mon Jul 28 10:09:51 UTC 2014 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: add missing KASSERT()s at the top of sockin_usrreq(), req shall not be either of these operations. KASSERT(req != PRU_BIND);

CVS commit: src/sys/arch/i386/include

2014-07-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 28 11:22:46 UTC 2014 Modified Files: src/sys/arch/i386/include: int_fmtio.h int_mwgwtypes.h Log Message: GCC sets up u?int_fast8_t to be int, so be consistent with it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2014-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 28 12:59:39 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_fence.c Log Message: Take rdev-fence_lock around the wakeup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/net

2014-07-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 28 14:24:48 UTC 2014 Modified Files: src/sys/net: if.c if_ether.h if_ethersubr.c Log Message: Add a mutex for global variables of if_ethersubr.c To initialize the mutex, we introduce etherinit that is called from

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2014-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 28 17:28:13 UTC 2014 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Fix parenthesis on __ha macro To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/external/gpl3/gcc/dist/gcc

2014-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 28 20:18:54 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: rs6000/sysv.h must be after netbsd.h so we use the ppc CC1_SPEC To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/external/gpl3/gcc

2014-07-28 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 28 22:12:16 UTC 2014 Modified Files: src/external/gpl3/gcc: README.gcc48 Log Message: update for reality. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/README.gcc48 Please note that

CVS commit: src

2014-07-28 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Jul 28 23:09:06 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/sys/dev/microcode/radeon: CEDAR_rlc.bin CYPRESS_rlc.bin JUNIPER_rlc.bin LICENSE.radeon Makefile R700_rlc.bin

CVS commit: src/sys/net

2014-07-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 29 01:35:44 UTC 2014 Modified Files: src/sys/net: if_faith.c Log Message: Use if_free instead of free To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/net/if_faith.c Please note that diffs are not

CVS commit: src/sys/net

2014-07-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 29 05:56:59 UTC 2014 Modified Files: src/sys/net: if.c Log Message: Use IFADDR_FOREACH To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/sys/net/if.c Please note that diffs are not public domain;