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

2012-11-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 8 08:19:50 UTC 2012 Modified Files: src/sys/arch/evbarm/include: intr.h Log Message: unifdef __OLD_INTERRUPT_CODE To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/include/intr.h Please

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

2012-11-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 8 08:22:56 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Use ENTRY_NP for lwp_trampoline To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/arm/arm32/cpuswitch.S

CVS commit: src/external/mit/xorg/lib/xcb-util/atom

2012-11-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Nov 8 08:46:26 UTC 2012 Modified Files: src/external/mit/xorg/lib/xcb-util/atom: atoms.c Log Message: Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is

CVS commit: xsrc/external/mit/xcb-util/dist/atom

2012-11-08 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Thu Nov 8 08:51:07 UTC 2012 Modified Files: xsrc/external/mit/xcb-util/dist/atom: atoms.c Log Message: Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is not

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 11:24:01 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_pair.h Log Message: Provide copy constructor and copy assignment operators for C++11. Clang implements the C++11 semantics

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 14:32:02 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Don't use M_HASFCS flag. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/marvell/if_mvgbe.c Please note that

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 14:37:47 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: When an interrput is link change, notify link change to mii layer using mii_pollstat(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2012-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 8 15:24:40 UTC 2012 Modified Files: src/doc: BUILDING.mdoc Log Message: MKCATPAGES defaults to no these days; noted on netbsd-docs by Luc van der Veen. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src

2012-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 8 15:25:01 UTC 2012 Modified Files: src: BUILDING Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/BUILDING Please note that diffs are not public domain; they are subject to the

CVS commit: src/sys/dev/marvell

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 8 15:39:30 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Fix a bug that MVGBE_JLEN is miscalculated. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2012-11-08 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Nov 8 16:30:12 UTC 2012 Modified Files: src/sys/arch/sparc64/include: ctlreg.h psl.h Log Message: Move ASRs macro to more appropriate header. While there remove useless macro. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/gen

2012-11-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 8 16:33:26 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: Provide clear explanation of test-case failures. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/sparc64

2012-11-08 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Nov 8 16:36:53 UTC 2012 Modified Files: src/sys/arch/sparc64/include: ctlreg.h src/sys/arch/sparc64/sparc64: ipifuncs.c Log Message: Rename ASR_IDSR to ASI_IDSR, which is ASI (Address Space Identifier), not ASR

CVS commit: src/sys/kern

2012-11-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 8 17:40:46 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: If you are going to dick around with p_stat, remember to put it back so that spawn processes with attributes don't end up starting up stopped!

CVS commit: src/sys/arch/amiga/dev

2012-11-08 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Nov 8 18:04:56 UTC 2012 Modified Files: src/sys/arch/amiga/dev: grf_cl.c grf_cv.c grf_cv3d.c grf_et.c grf_rh.c grf_rt.c grf_ul.c Log Message: Make Amiga video drivers work again after device/softc changes. Patch

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 18:13:53 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_queue.h Log Message: Merge r163231 from upstream to fix xulrunner build with Clang. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/amiga/clockport

2012-11-08 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Nov 8 18:30:21 UTC 2012 Modified Files: src/sys/arch/amiga/clockport: files.clockport Added Files: src/sys/arch/amiga/clockport: flipper.c flipperreg.h flippervar.h Log Message: Add driver for Delfina 1200 / Delfina

CVS commit: [netbsd-5] src/doc

2012-11-08 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Nov 8 19:14:53 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Correct an entry; 512 byte, not K. To generate a diff of this commit: cvs rdiff -u -r1.1.2.195 -r1.1.2.196 src/doc/CHANGES-5.2 Please note

CVS commit: [netbsd-5] src

2012-11-08 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Nov 8 20:08:19 UTC 2012 Modified Files: src/distrib/sets/lists/base [netbsd-5]: mi src/distrib/sets/lists/comp [netbsd-5]: mi src/distrib/sets/lists/man [netbsd-5]: mi src/usr.sbin [netbsd-5]: Makefile

CVS commit: [netbsd-5] src/doc

2012-11-08 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Nov 8 20:14:47 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1817. To generate a diff of this commit: cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: src/sys/dev/pci

2012-11-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Nov 8 20:36:17 UTC 2012 Modified Files: src/sys/dev/pci: if_et.c Log Message: Use native NetBSD macros instead of compatibility macros. This change compiles, but I don't have an et(4) with which to test. To generate a

CVS commit: src/sys/dev/ic

2012-11-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Nov 8 20:43:55 UTC 2012 Modified Files: src/sys/dev/ic: ath.c ath_netbsd.h athrate-amrr.c athrate-onoe.c athrate-sample.c athrate-sample.h Log Message: Use NetBSD's own KASSERT() and KASSERTMSG() instead of

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

2012-11-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Nov 8 21:32:48 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Reduce burstlen for RCV/XMT from 128bits to 96bits. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/share/man/man4/man4.amiga

2012-11-08 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Nov 8 23:41:39 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: xsurf.4 Log Message: Note that X-Surf's IDE controller is not supported. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/man/man4/man4.amiga

2012-11-08 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Nov 8 23:42:35 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: grfcv.4 grfcv3d.4 Log Message: Bring up to date with reality, add HISTORY and AUTHORS sections. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/tests/lib/libc/gen

2012-11-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Nov 9 04:43:25 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: Remove unnecessary header file and an unused variable. Adjust timing parameters to reduce overall elapsed time, and document the

CVS commit: src/sbin/init

2012-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 9 06:27:17 UTC 2012 Modified Files: src/sbin/init: init.c Log Message: Add missing free() in error path. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sbin/init/init.c Please note that diffs are

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-08 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 07:00:22 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: printf format fix: cast to (long) when printing with %lX format. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4/man4.amiga

2012-11-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 9 07:37:25 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: grfcv.4 Log Message: New sentence, new line. Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/man4.amiga/grfcv.4

CVS commit: src/share/man/man4/man4.amiga

2012-11-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 9 07:37:38 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: grfcv3d.4 Log Message: New sentence, new line. Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8