CVS commit: src/lib/libm/arch/i387

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 08:00:50 UTC 2014 Modified Files: src/lib/libm/arch/i387: e_acos.S Log Message: Drop in a fabs() after the fsqrt(). While it may seem pointless, it the rouding mode is set to round towards minus infinity then acos(-1)

CVS commit: src/sys/arch/arm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:15:36 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c cpu.c src/sys/arch/arm/include: locore.h Log Message: Add most of the cpu_* variables to arm/locore.h Add and initialize

CVS commit: src/sys/arch/arm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:45:18 UTC 2014 Modified Files: src/sys/arch/arm/arm32: sys_machdep.c src/sys/arch/arm/vfp: vfp_init.c Log Message: Query the media and vfp feature registers to determine what our default mode should be and

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:50:48 UTC 2014 Modified Files: src/sys/arch/arm/pic: pic.c picvar.h Log Message: Add a mpsafe flag to the intrsource To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/pic/pic.c cvs rdiff

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:51:39 UTC 2014 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add more instructions including ldrex/strex variants To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:52:30 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Further cpu_info inits in cpu_hatch To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm32/arm32_boot.c

CVS commit: src/share/man/man4

2014-03-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 3 09:10:00 UTC 2014 Modified Files: src/share/man/man4: mii.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/mii.4 Please note that diffs are not

CVS commit: src/share/man/man4

2014-03-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 3 09:10:46 UTC 2014 Modified Files: src/share/man/man4: micphy.4 Log Message: Prefix link to cpsw with 'evbarm'. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/micphy.4 Please note that

CVS commit: src/tests/lib/libm

2014-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 3 10:38:36 UTC 2014 Modified Files: src/tests/lib/libm: t_acos.c Log Message: Fix build for platforms w/o fenv.h. Remove some bogus #ifdef __vax__ (and add a few, hopefully non-bogus, new ones). To generate a diff of

CVS commit: src/sbin/fsdb

2014-03-03 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Mar 3 12:12:19 UTC 2014 Modified Files: src/sbin/fsdb: fsdb.8 Log Message: Correct usage of clri. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sbin/fsdb/fsdb.8 Please note that diffs are not public

CVS commit: src/tests/lib/libm

2014-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 3 12:15:27 UTC 2014 Modified Files: src/tests/lib/libm: Makefile Log Message: Define HAVE_FENV_H on architectures that support it. What a mess, we need a central place for this! To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/man

2014-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 3 13:54:43 UTC 2014 Modified Files: src/distrib/sets/lists/man: mi Log Message: Restore the hp700 file entries and mark them obsolete. Don't mark any hppa files obsolete - delete them. To generate a diff of this

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 13:56:41 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c if_virt.h rumpcomp_user.c rumpcomp_user.h Log Message: Pull in the changes from the dpdk, netmap and snabb switch repos. There are

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 14:01:30 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: For now, make it possible to not specify -D_NPF_TESTING by compiling with RUMP_NPF_TESTING_=no. This in turn makes it possible to use

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 14:03:14 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: If we are going to map all of physical memory, we don't need to allocate l2 page tables for the kernel. To generate a diff of this

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 14:26:32 UTC 2014 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: More control bits. SYNCHPRIM defines. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/include/armreg.h

CVS commit: src/common/lib/libc/arch/powerpc/string

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 15:30:31 UTC 2014 Modified Files: src/common/lib/libc/arch/powerpc/string: memcpy.S Log Message: on ppc601 do byte-wise copies when in _KERNEL from scole_mail, ok matt@ To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/powerpc

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 15:36:36 UTC 2014 Modified Files: src/sys/arch/powerpc/include: cpu.h trap.h src/sys/arch/powerpc/oea: oea_machdep.c ofwoea_machdep.c pmap.c src/sys/arch/powerpc/powerpc: clock.c fixup.c trap.c Log

CVS commit: src/sys/arch/macppc/conf

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 16:09:43 UTC 2014 Added Files: src/sys/arch/macppc/conf: GENERIC_601 std.macppc.601 Log Message: config goop for ppc601 support GENERIC_601 more or less resembles a Power Macintosh 7200 with a few drivers thrown in

CVS commit: src/doc

2014-03-03 Thread Michael Lorenz
: Switch to X11FLAVOUR=Xorg, including X68k monolithic server. [tsutsui 20140301] + macppc: add support for ppc601-based machines + from scole_mail via PR48600 [macallan 20140303]

CVS commit: src/sys/rump/librump/rumpkern

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 16:50:28 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Fix the memory limiter to work for non-pagedaemon threads again reported by njoly To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libm

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 18:21:33 UTC 2014 Modified Files: src/tests/lib/libm: t_acos.c Log Message: Remove the print of the rounding mode. It was added in case it was non-zero - which it isn't. It still isn't clear why acos(-1) gives the wrong

CVS commit: src/sys/arch/evbppc

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 18:25:14 UTC 2014 Modified Files: src/sys/arch/evbppc/compile: walnut-mkimg.sh src/sys/arch/evbppc/conf: Makefile.ev64260.inc Makefile.obs405.inc Makefile.walnut.inc Log Message: Use nbstat when

CVS commit: src

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 18:27:20 UTC 2014 Modified Files: src/distrib/sets/lists/man: mi src/lib/librumpvfs: Makefile Added Files: src/lib/librumpvfs: rumpfs.4 Log Message: add man page for rumpfs To generate a diff of this

CVS commit: src/common/lib/libc/arch/powerpc/string

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 18:55:02 UTC 2014 Modified Files: src/common/lib/libc/arch/powerpc/string: memcpy.S Log Message: Use _KERNEL_OPT around #include opt_ppcarch.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/evbppc/conf

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 19:08:46 UTC 2014 Modified Files: src/sys/arch/evbppc/conf: Makefile.ev64260.inc Makefile.obs405.inc Makefile.walnut.inc Log Message: Spell it TOOL_STAT. To generate a diff of this commit: cvs rdiff -u

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 19:09:52 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/distrib/evbppc/md-kernel

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 19:14:00 UTC 2014 Modified Files: src/distrib/evbppc/md-kernel: Makefile Log Message: Pass down TOOL_STAT here as well. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/evbppc/md-kernel/Makefile

CVS commit: src/external/bsd/atf/tests/atf/atf-sh

2014-03-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Mar 3 19:56:32 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/atf-sh: Makefile Added Files: src/external/bsd/atf/tests/atf/atf-sh: Atffile Kyuafile Log Message: Avoid running a helper program for atf-sh as a

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

2014-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 3 21:01:40 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: t-mips Log Message: apply netbsd not rebuilding to mips-tables.opt; fixes r/o src builds. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/xen/x86

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 22:09:32 UTC 2014 Modified Files: src/sys/arch/xen/x86: mainbus.c Log Message: Use the global pci_mode to avoid 'set but not used' warnings from gcc 4.8.3. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/modules/iic

2014-03-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 4 00:54:55 UTC 2014 Modified Files: src/sys/modules/iic: iic.ioconf Log Message: Remove unnecessary files.i2c inclusion files.i2c is already included in conf/files. So we don't need to include it in this file. This

CVS commit: othersrc/external/bsd/multigest/dist

2014-03-03 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Mar 4 02:12:58 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: blake2.c libmultigest.3 multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/dist: Makefile.in configure Log

CVS commit: othersrc/external/bsd/transit

2014-03-03 Thread Alistair G. Crooks
-#define TRANSIT_H_ 20140223 +#define TRANSIT_H_ 20140303 #include sys/types.h Added files: Index: othersrc/external/bsd/transit/dist/Makefile.in diff -u /dev/null othersrc/external/bsd/transit/dist/Makefile.in:1.1 --- /dev/null Tue Mar 4 02:14:15 2014 +++ othersrc/external/bsd/transit/dist

CVS commit: src/external/cddl/osnet/dev/dtrace

2014-03-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 4 03:20:49 UTC 2014 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_debug.c Log Message: Fix wrong conditional statement in dtrace_debug_output Reported in PR kern/48547 by ozaki-r. To generate a diff of

CVS commit: src/sys/sys

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:24:03 UTC 2014 Modified Files: src/sys/sys: syscallvar.h Log Message: Reformat a little. Add m68k quirk To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/syscallvar.h Please note that diffs

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:34:22 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fetch value from correct stack location. Push an even number of registers so ldrd won't fail. To generate a diff of

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:36:24 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_up.S Log Message: Load new value from correct stack location in _atomic_cas_64_up To generate a diff of this commit: cvs rdiff -u -r1.6

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:49:07 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: Add atomic_sub_64.S To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:50:37 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fix non-EABI loading of argument. Deal with endian issues. Fixes PR/48635 To generate a diff of this commit: cvs

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 04:03:49 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/gen: modsi3.S Log Message: Make this coldfire compatible To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/uvm/pmap

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:14:53 UTC 2014 Modified Files: src/sys/uvm/pmap: vmpagemd.h Log Message: use _KERNEL_OPT around #include To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/uvm/pmap/vmpagemd.h Please note that

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:15:33 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/gen: umodsi3.S Log Message: Make this work with coldfire. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/compat/arch/m68k/gen

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:27:00 UTC 2014 Modified Files: src/lib/libc/compat/arch/m68k/gen: compat_setjmp.S Log Message: Avoid a warning and just do the trap #1 instead of calling sigreturn inline. If it fails, it'll fall into the botch case

CVS commit: src/lib/libc/arch/m68k

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:30:40 UTC 2014 Modified Files: src/lib/libc/arch/m68k: Makefile.inc Log Message: The fixuns* come from compiler_rt so softfloat doesn't need to provide them. To generate a diff of this commit: cvs rdiff -u -r1.16

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:36:41 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/common/lib/libc/arch/arm/atomic/Makefile.inc

CVS commit: src/lib/libkvm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:38:08 UTC 2014 Modified Files: src/lib/libkvm: kvm_m68k_cmn.c Log Message: #include m68k/m68k.h To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libkvm/kvm_m68k_cmn.c Please note that diffs are

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 07:01:26 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fix #if/#endif nesting To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libm/arch/i387

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 08:00:50 UTC 2014 Modified Files: src/lib/libm/arch/i387: e_acos.S Log Message: Drop in a fabs() after the fsqrt(). While it may seem pointless, it the rouding mode is set to round towards minus infinity then acos(-1)

CVS commit: src/sys/arch/arm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:15:36 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c cpu.c src/sys/arch/arm/include: locore.h Log Message: Add most of the cpu_* variables to arm/locore.h Add and initialize

CVS commit: src/sys/arch/arm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:45:18 UTC 2014 Modified Files: src/sys/arch/arm/arm32: sys_machdep.c src/sys/arch/arm/vfp: vfp_init.c Log Message: Query the media and vfp feature registers to determine what our default mode should be and

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:50:48 UTC 2014 Modified Files: src/sys/arch/arm/pic: pic.c picvar.h Log Message: Add a mpsafe flag to the intrsource To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/pic/pic.c cvs rdiff

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:51:39 UTC 2014 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add more instructions including ldrex/strex variants To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 08:52:30 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Further cpu_info inits in cpu_hatch To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm32/arm32_boot.c

CVS commit: src/share/man/man4

2014-03-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 3 09:10:00 UTC 2014 Modified Files: src/share/man/man4: mii.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/mii.4 Please note that diffs are not

CVS commit: src/share/man/man4

2014-03-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 3 09:10:46 UTC 2014 Modified Files: src/share/man/man4: micphy.4 Log Message: Prefix link to cpsw with 'evbarm'. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/micphy.4 Please note that

CVS commit: src/tests/lib/libm

2014-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 3 10:38:36 UTC 2014 Modified Files: src/tests/lib/libm: t_acos.c Log Message: Fix build for platforms w/o fenv.h. Remove some bogus #ifdef __vax__ (and add a few, hopefully non-bogus, new ones). To generate a diff of

CVS commit: src/tests/lib/libm

2014-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 3 10:39:08 UTC 2014 Modified Files: src/tests/lib/libm: t_asin.c t_atan.c t_cbrt.c t_ceil.c t_cos.c t_cosh.c t_erf.c t_exp.c t_ldexp.c t_log.c t_pow.c t_scalbn.c t_sin.c t_sinh.c t_sqrt.c t_tan.c

CVS commit: src/sbin/fsdb

2014-03-03 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Mar 3 12:12:19 UTC 2014 Modified Files: src/sbin/fsdb: fsdb.8 Log Message: Correct usage of clri. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sbin/fsdb/fsdb.8 Please note that diffs are not public

CVS commit: src/tests/lib/libm

2014-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 3 12:15:27 UTC 2014 Modified Files: src/tests/lib/libm: Makefile Log Message: Define HAVE_FENV_H on architectures that support it. What a mess, we need a central place for this! To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/man

2014-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 3 13:54:43 UTC 2014 Modified Files: src/distrib/sets/lists/man: mi Log Message: Restore the hp700 file entries and mark them obsolete. Don't mark any hppa files obsolete - delete them. To generate a diff of this

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 13:56:41 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c if_virt.h rumpcomp_user.c rumpcomp_user.h Log Message: Pull in the changes from the dpdk, netmap and snabb switch repos. There are

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 14:01:30 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: For now, make it possible to not specify -D_NPF_TESTING by compiling with RUMP_NPF_TESTING_=no. This in turn makes it possible to use

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 14:03:14 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: If we are going to map all of physical memory, we don't need to allocate l2 page tables for the kernel. To generate a diff of this

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 14:26:32 UTC 2014 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: More control bits. SYNCHPRIM defines. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/arm/include/armreg.h

CVS commit: src/common/lib/libc/arch/powerpc/string

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 15:30:31 UTC 2014 Modified Files: src/common/lib/libc/arch/powerpc/string: memcpy.S Log Message: on ppc601 do byte-wise copies when in _KERNEL from scole_mail, ok matt@ To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/powerpc

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 15:36:36 UTC 2014 Modified Files: src/sys/arch/powerpc/include: cpu.h trap.h src/sys/arch/powerpc/oea: oea_machdep.c ofwoea_machdep.c pmap.c src/sys/arch/powerpc/powerpc: clock.c fixup.c trap.c Log

CVS commit: src/sys/arch/macppc/conf

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 16:09:43 UTC 2014 Added Files: src/sys/arch/macppc/conf: GENERIC_601 std.macppc.601 Log Message: config goop for ppc601 support GENERIC_601 more or less resembles a Power Macintosh 7200 with a few drivers thrown in

CVS commit: src/doc

2014-03-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 3 16:22:57 UTC 2014 Modified Files: src/doc: CHANGES Log Message: mention ppc601 support To generate a diff of this commit: cvs rdiff -u -r1.1896 -r1.1897 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/sys/rump/librump/rumpkern

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 16:50:28 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Fix the memory limiter to work for non-pagedaemon threads again reported by njoly To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libm

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 18:21:33 UTC 2014 Modified Files: src/tests/lib/libm: t_acos.c Log Message: Remove the print of the rounding mode. It was added in case it was non-zero - which it isn't. It still isn't clear why acos(-1) gives the wrong

CVS commit: src/sys/arch/evbppc

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 18:25:14 UTC 2014 Modified Files: src/sys/arch/evbppc/compile: walnut-mkimg.sh src/sys/arch/evbppc/conf: Makefile.ev64260.inc Makefile.obs405.inc Makefile.walnut.inc Log Message: Use nbstat when

CVS commit: src

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 18:27:20 UTC 2014 Modified Files: src/distrib/sets/lists/man: mi src/lib/librumpvfs: Makefile Added Files: src/lib/librumpvfs: rumpfs.4 Log Message: add man page for rumpfs To generate a diff of this

CVS commit: src/common/lib/libc/arch/powerpc/string

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 3 18:55:02 UTC 2014 Modified Files: src/common/lib/libc/arch/powerpc/string: memcpy.S Log Message: Use _KERNEL_OPT around #include opt_ppcarch.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/evbppc/conf

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 19:08:46 UTC 2014 Modified Files: src/sys/arch/evbppc/conf: Makefile.ev64260.inc Makefile.obs405.inc Makefile.walnut.inc Log Message: Spell it TOOL_STAT. To generate a diff of this commit: cvs rdiff -u

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 19:09:52 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/distrib/evbppc/md-kernel

2014-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 3 19:14:00 UTC 2014 Modified Files: src/distrib/evbppc/md-kernel: Makefile Log Message: Pass down TOOL_STAT here as well. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/evbppc/md-kernel/Makefile

CVS commit: src/external/bsd/atf/tests/atf/atf-sh

2014-03-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Mar 3 19:56:32 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/atf-sh: Makefile Added Files: src/external/bsd/atf/tests/atf/atf-sh: Atffile Kyuafile Log Message: Avoid running a helper program for atf-sh as a

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

2014-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 3 21:01:40 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: t-mips Log Message: apply netbsd not rebuilding to mips-tables.opt; fixes r/o src builds. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/xen/x86

2014-03-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Mar 3 22:09:32 UTC 2014 Modified Files: src/sys/arch/xen/x86: mainbus.c Log Message: Use the global pci_mode to avoid 'set but not used' warnings from gcc 4.8.3. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/modules/iic

2014-03-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 4 00:54:55 UTC 2014 Modified Files: src/sys/modules/iic: iic.ioconf Log Message: Remove unnecessary files.i2c inclusion files.i2c is already included in conf/files. So we don't need to include it in this file. This

CVS commit: othersrc/external/bsd/multigest/dist

2014-03-03 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Mar 4 02:12:58 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: blake2.c libmultigest.3 multigest.c multigest.h Added Files: othersrc/external/bsd/multigest/dist: Makefile.in configure Log

CVS commit: othersrc/external/bsd/transit

2014-03-03 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Mar 4 02:14:15 UTC 2014 Modified Files: othersrc/external/bsd/transit: Makefile othersrc/external/bsd/transit/dist: transit.h Added Files: othersrc/external/bsd/transit/dist: Makefile.in configure Log

CVS commit: src/external/cddl/osnet/dev/dtrace

2014-03-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 4 03:20:49 UTC 2014 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_debug.c Log Message: Fix wrong conditional statement in dtrace_debug_output Reported in PR kern/48547 by ozaki-r. To generate a diff of

CVS commit: src/sys/sys

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:24:03 UTC 2014 Modified Files: src/sys/sys: syscallvar.h Log Message: Reformat a little. Add m68k quirk To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/syscallvar.h Please note that diffs

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:34:22 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fetch value from correct stack location. Push an even number of registers so ldrd won't fail. To generate a diff of

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:36:24 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_up.S Log Message: Load new value from correct stack location in _atomic_cas_64_up To generate a diff of this commit: cvs rdiff -u -r1.6

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:49:07 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: Add atomic_sub_64.S To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 03:50:37 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fix non-EABI loading of argument. Deal with endian issues. Fixes PR/48635 To generate a diff of this commit: cvs

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 04:03:49 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/gen: modsi3.S Log Message: Make this coldfire compatible To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/uvm/pmap

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:14:53 UTC 2014 Modified Files: src/sys/uvm/pmap: vmpagemd.h Log Message: use _KERNEL_OPT around #include To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/uvm/pmap/vmpagemd.h Please note that

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:15:33 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/gen: umodsi3.S Log Message: Make this work with coldfire. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/compat/arch/m68k/gen

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:27:00 UTC 2014 Modified Files: src/lib/libc/compat/arch/m68k/gen: compat_setjmp.S Log Message: Avoid a warning and just do the trap #1 instead of calling sigreturn inline. If it fails, it'll fall into the botch case

CVS commit: src/lib/libc/arch/m68k

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:30:40 UTC 2014 Modified Files: src/lib/libc/arch/m68k: Makefile.inc Log Message: The fixuns* come from compiler_rt so softfloat doesn't need to provide them. To generate a diff of this commit: cvs rdiff -u -r1.16

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:36:41 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/common/lib/libc/arch/arm/atomic/Makefile.inc

CVS commit: src/lib/libkvm

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 06:38:08 UTC 2014 Modified Files: src/lib/libkvm: kvm_m68k_cmn.c Log Message: #include m68k/m68k.h To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libkvm/kvm_m68k_cmn.c Please note that diffs are

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

2014-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 4 07:01:26 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_64.S Log Message: Fix #if/#endif nesting To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8