CVS commit: src/sys/dev/pci

2012-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 13 02:09:00 UTC 2012 Modified Files: src/sys/dev/pci: pm2fb.c Log Message: add mode setting support While there, don't pretend to support the Permedia2 non-V - I don't have the hardware and it has never been tested in th

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

2012-09-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 13 00:36:12 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_add_64.S atomic_and_64.S atomic_dec_64.S atomic_inc_64.S atomic_or_64.S atomic_swap_64.S Log Message: Correct copyright/fix comment

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

2012-09-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 12 23:06:16 UTC 2012 Modified Files: src/sys/arch/arm/arm32: exception.S Log Message: Make sure the handler addresses are 32-bit aligned. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/arm32

CVS commit: src

2012-09-12 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Wed Sep 12 19:20:38 UTC 2012 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/tests: mi src/usr.sbin/npf: Makefile Log Message: Allow build with MKRUMP=no. To generate a diff of this commit: cv

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

2012-09-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 12 18:23:33 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_add_64.S Log Message: Fix bas code, use ldr To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/atomic/a

CVS commit: src/usr.sbin/npf/npftest

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 16:26:02 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npfstream.c Log Message: Fix printf format To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npftest/npfstream.c Please note that

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

2012-09-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 12 15:09:49 UTC 2012 Modified Files: src/sys/arch/mips/include: mcontext.h Log Message: N32 uses dadd instructions to manipulate stack (actually, all ABIs except O32 use dadd). To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libpthread

2012-09-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 12 14:55:48 UTC 2012 Modified Files: src/lib/libpthread: pthread_specific.c Log Message: Only copy the ucontext_t in pthread_setcontext if _UC_TLSBASE is set. Conditionalize the test on _UC_TLSBASE being defined. To genera

CVS commit: src/lib/libc/arch/alpha/gen

2012-09-12 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Sep 12 14:13:44 UTC 2012 Modified Files: src/lib/libc/arch/alpha/gen: _lwp.c Log Message: Fix the build, _UC_UNIQUE has been renamed _UC_TLSBASE To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/alp

CVS commit: src/distrib/sets/lists

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 14:07:52 UTC 2012 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/tests: mi Log Message: Set list changes for npftest binary and npf tests To gene

CVS commit: src/etc/mtree

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 14:07:10 UTC 2012 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: New test directory for npf To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/etc/mtree/NetBSD.dist.tests Please note tha

CVS commit: src/tests/net

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 14:06:31 UTC 2012 Modified Files: src/tests/net: Makefile Added Files: src/tests/net/npf: Makefile t_npf.sh Log Message: ATF wrapping of the npf tests To generate a diff of this commit: cvs rdiff -u -r1.12 -r1

CVS commit: src/usr.sbin/npf

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 14:06:02 UTC 2012 Modified Files: src/usr.sbin/npf: Makefile Log Message: Install the npftest binary To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/Makefile Please note that diffs are no

CVS commit: src/lib/librumpclient

2012-09-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Sep 12 12:38:17 UTC 2012 Modified Files: src/lib/librumpclient: rumpclient.c Log Message: attempt to inform user of what the error means To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/librumpclient/rump

CVS commit: src/sys/dev/pci

2012-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 12 12:07:04 UTC 2012 Modified Files: src/sys/dev/pci: pm2fb.c pm2reg.h Log Message: support anti-aliased fonts in 8 bit while there, fix pm2fb_bitblt() packed mode, for real this time TODO: - use packed mode when uploadi

CVS commit: src/lib/librumphijack

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 10:35:10 UTC 2012 Modified Files: src/lib/librumphijack: hijack.c Log Message: When emulating poll/select better tell the events of the host kernel apart from those received from the rump kernel. Also handle timeout. Pa

CVS commit: src/usr.sbin/npf/npftest

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 08:47:14 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npftest.c Log Message: Add two new command line options to help integration into ATF: -L lists the available test cases, -T executes a single named test. To