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

2011-05-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon May 2 06:29:24 UTC 2011 Modified Files: src/sys/arch/powerpc/include: altivec.h Log Message: Fix cut/paste error. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/powerpc/include/altivec.h Please

CVS commit: src/sys/kern

2011-05-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon May 2 06:33:16 UTC 2011 Modified Files: src/sys/kern: subr_pcu.c Log Message: Don't call pcu_do_op in pcu_load to save current context, use pcu_cpu_op instead (since it will deal with ci-ci_pcu_curlwp[id] being NULL). To

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

2011-05-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon May 2 06:37:47 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: trap_subr.S Log Message: Fix broken stack. The r1 is stack pointer. Not cpu_info pointer. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/sys/arch/powerpc

2011-05-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon May 2 06:43:16 UTC 2011 Modified Files: src/sys/arch/powerpc/booke: spe.c src/sys/arch/powerpc/oea: altivec.c Log Message: Make sure to enable the vector unit in the PSL when returning to userland. To generate a diff

CVS commit: othersrc/external/bsd/iscsi

2011-05-02 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon May 2 07:01:15 UTC 2011 Update of /cvsroot/othersrc/external/bsd/iscsi In directory ivanova.netbsd.org:/tmp/cvs-serv28163 Log Message: Initial import of the in-kernel iSCSI initiator, kindly contributed by Wasabi Systems under a

CVS commit: src/tests/syscall

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 07:02:09 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Verify that nanosleep(2) can suspend for one nanosecond (or longer). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/raidframe

2011-05-02 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 2 07:29:19 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_raid1.c rf_reconbuffer.c rf_reconstruct.c rf_reconstruct.h rf_reconutil.c Log Message: convert rb_mutex to a kmutex/cv. To generate a diff of this

CVS commit: src/etc/mtree

2011-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 2 08:11:41 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Get this right. It was not the debugdata directory that was missing... To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/sys

2011-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 2 08:26:32 UTC 2011 Modified Files: src/sys/sys: pcu.h Log Message: Make it self-contained (add missing stdbool.h include when used for libkvm) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/util/awk

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 08:30:21 UTC 2011 Modified Files: src/tests/util/awk: t_awk.sh Log Message: Use the standard PR foo/1234 notation such that the PR number is parsed correctly for the atf(7) HTML reports. To generate a diff of this

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

2011-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 2 08:32:21 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Also add the Atffile to the sets list To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/distrib/sets/lists/tests/mi

CVS commit: src/sys/dev

2011-05-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 2 09:03:10 UTC 2011 Modified Files: src/sys/dev/mii: brgphy.c src/sys/dev/pci: if_bge.c if_bnx.c if_bnxreg.h Log Message: Fix BCM5709 PHY detection for ethernet PHYs (the SerDes case being already handled): - export

CVS commit: src/tests/syscall

2011-05-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon May 2 11:14:29 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Don't print a time_t with %lu To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_nanosleep.c Please note

CVS commit: src/etc/mtree

2011-05-02 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon May 2 11:55:15 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add back usr/libdata/debug/usr/tests/lib/libc/termios, needed for debug builds. To generate a diff of this commit: cvs rdiff -u -r1.40

CVS commit: src/sys/dev/pci

2011-05-02 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon May 2 14:00:09 UTC 2011 Modified Files: src/sys/dev/pci: pcidevs pucdata.c Log Message: Add new PCI vendor Id for Sunix, and the corresponding device Id. To generate a diff of this commit: cvs rdiff -u -r1.1071 -r1.1072

CVS commit: src/sys/dev/pci

2011-05-02 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon May 2 14:06:50 UTC 2011 Modified Files: src/sys/dev/pci: pcidevs Log Message: Don't conflict SUNIX new vendor Id with the previous one To generate a diff of this commit: cvs rdiff -u -r1.1072 -r1.1073 src/sys/dev/pci/pcidevs

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

2011-05-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 2 15:31:01 UTC 2011 Modified Files: src/sys/arch/mips/mips: pmap.c Log Message: Fix removing options MIPS3 cause DS5000 to loop during boot (i.e. no options MIPS3 kernel doesn't work on MIPS1) problem. Reported and

CVS commit: src/lib/libc/sys

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:01:52 UTC 2011 Modified Files: src/lib/libc/sys: getitimer.2 Log Message: Remove NOTES as it is documented in itimerval(3). Remove #ifdefs from SYNOPSIS (these are visible enough in the body of the text). Use a list

CVS commit: src/lib/libc/sys

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:14:20 UTC 2011 Modified Files: src/lib/libc/sys: getitimer.2 Log Message: Note also that the interaction between setitimer(2) and alarm(3) or sleep(3) is unspecified. To generate a diff of this commit: cvs rdiff

CVS commit: src

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:26:23 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/syscall: Makefile Added Files: src/tests/syscall: t_itimer.c Log Message: Few basic tests for getitimer(2) and setitimer(2).

CVS commit: src/lib/libc/gen

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:34:06 UTC 2011 Modified Files: src/lib/libc/gen: ualarm.3 Log Message: Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/external/bsd/bind

2011-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 2 19:04:55 UTC 2011 Modified Files: src/external/bsd/bind: Makefile.inc Log Message: PR/44928: Henning Petersen: Remove missing include dirs in Makefile.inc To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/doc

2011-05-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 2 20:48:28 UTC 2011 Modified Files: src/doc: BRANCHES Log Message: Update description of rmind-uvmplock branch. To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306 src/doc/BRANCHES Please note that diffs

CVS commit: src/doc

2011-05-02 Thread Mindaugas Rasiukevicius
: Converted PowerPC to use PCU to manage FPU/AltiVec/SPE. + [matt 20110502]

CVS commit: src/sys/sys

2011-05-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 2 22:27:53 UTC 2011 Modified Files: src/sys/sys: proc.h Log Message: Update few comments. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/sys/proc.h Please note that diffs are not public domain;

CVS commit: src/sys/fs/tmpfs

2011-05-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 2 23:42:10 UTC 2011 Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: Constify, update some comments, use memset() to clear pgs. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/lib/libc/net

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 04:07:39 UTC 2011 Modified Files: src/lib/libc/net: byteorder.3 Log Message: Xref bswap(3). Simplify STANDARDS. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/net/byteorder.3 Please note

CVS commit: src/sys/dev/isa

2011-05-02 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 3 04:27:13 UTC 2011 Modified Files: src/sys/dev/isa: pcppi.c pcppivar.h Log Message: convert a lockless + spltty() combo to a IPL_VM mutex and cv. hopefully this will avoid the beep-didn't-stop problem i had recently that

CVS commit: src

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 04:50:31 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/include: Makefile Added Files: src/tests/include: t_bswap.c Log Message: Some naive tests for the bswap(3) family. To