CVS commit: src/sys/sys

2010-12-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 27 10:58:27 UTC 2010

Modified Files:
src/sys/sys: param.h

Log Message:
Belatedly bump version to 5.99.42 - cpu_info changed (at least on sparc64)


To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net/npf

2010-12-27 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Dec 27 14:58:55 UTC 2010

Modified Files:
src/sys/net/npf: npf_ruleset.c

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/net/npf/npf_ruleset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc

2010-12-27 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Mon Dec 27 15:10:33 UTC 2010

Modified Files:
src/tests/lib/libc: Makefile

Log Message:
Don't try to build the SSP tests if the target doesn't have SSP.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp300

2010-12-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Dec 27 15:23:37 UTC 2010

Modified Files:
src/sys/arch/hp300/hp300: genassym.cf locore.s
src/sys/arch/hp300/stand/common: srt0.S

Log Message:
With a quick test, HP9000/362 doesn't seem to have frodo utility chip,
so probe code to identify HP362 taken from OpenBSD has never worked.

Identify HP362 by probing device IDs of the on-board framebuffer instead.

---

>> NetBSD/hp300 Primary Boot, Revision 1.16 (from NetBSD 5.99.41)
>> HP 9000/362 SPU
>> Enter "reset" to reset system.
Boot: [[[sd0a:]netbsd][-a][-c][-d][-s][-v][-q]] :-
2836828+148212 [343504+216292]=0x361b24
Start @ 0xff003400 [1=0xff2dac50-0x361b24]...
Entry point: 0xff003400
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010
The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.

NetBSD 5.99.41 (GENERIC) #135: Mon Dec 27 23:30:21 JST 2010
tsut...@mirage:/usr/src/sys/arch/hp300/compile/GENERIC
HP 9000/362 (25MHz MC68030 CPU+MMU, 25MHz MC68882 FPU)
total memory = 16372 KB
avail memory = 11480 KB
 :


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/hp300/hp300/genassym.cf
cvs rdiff -u -r1.155 -r1.156 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp300/stand/common/srt0.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-12-27 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Dec 27 15:24:13 UTC 2010

Modified Files:
src/tests/lib/libc/gen: t_siginfo.c

Log Message:
Do use integer arithmetics to generate FPE_INTDIV in sigfpe_int testcase.

Ok pgoyette.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_siginfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-12-27 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Dec 27 15:31:23 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Remove unneeded t_ssp.debug entry.


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2010-12-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Dec 27 15:39:07 UTC 2010

Modified Files:
src/sys/arch/cesfic/cesfic: locore.s
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/next68k/next68k: locore.s
src/sys/arch/x68k/x68k: locore.s

Log Message:
Fix typo (and pasted lines). From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/cesfic/cesfic/locore.s
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/next68k/next68k/locore.s
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/x68k/x68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-12-27 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon Dec 27 15:40:21 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src: i965_render.c

Log Message:
XXX: Fix crash with Firefox, where drawable is NULL.
There must be a better fix for this.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-intel/dist/src/i965_render.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 15:42:11 UTC 2010

Added Files:
src/sys/dev/i2c: au8522.c au8522reg.h au8522var.h xc5k.c xc5kreg.h
xc5kvar.h
src/sys/dev/usb: auvitek.c auvitek_audio.c auvitek_board.c
auvitek_i2c.c auvitek_video.c auvitekreg.h auvitekvar.h

Log Message:
add driver for the Auvitek AU0828 USB video controllers's analog video
capture functions:

 auvitek0 at uhub6 port 2: AU0828
 video0 at auvitek0: WinTV HVR-950Q
 uaudio0 at auvitek0 port 2 configuration 1 interface 1
 uaudio0: vendor 0x2040 product 0x7200, rev 2.00/0.05, addr 2
 uaudio0: audio rev 1.00
 audio1 at uaudio0: full duplex, playback, capture, independent


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/au8522.c src/sys/dev/i2c/au8522reg.h \
src/sys/dev/i2c/au8522var.h src/sys/dev/i2c/xc5k.c \
src/sys/dev/i2c/xc5kreg.h src/sys/dev/i2c/xc5kvar.h
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/auvitek.c \
src/sys/dev/usb/auvitek_audio.c src/sys/dev/usb/auvitek_board.c \
src/sys/dev/usb/auvitek_i2c.c src/sys/dev/usb/auvitek_video.c \
src/sys/dev/usb/auvitekreg.h src/sys/dev/usb/auvitekvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 15:43:41 UTC 2010

Added Files:
src/sys/modules/au8522: Makefile
src/sys/modules/auvitek: Makefile auvitek.ioconf
src/sys/modules/xc5k: Makefile

Log Message:
xc5k, au8522, and auvitek modules


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/modules/au8522/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/auvitek/Makefile \
src/sys/modules/auvitek/auvitek.ioconf
cvs rdiff -u -r0 -r1.1 src/sys/modules/xc5k/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 15:48:29 UTC 2010

Modified Files:
src/distrib/sets/lists/modules: mi
src/sys/modules: Makefile

Log Message:
hook xc5k, au8522, and auvitek into build


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.54 -r1.55 src/sys/modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 15:56:50 UTC 2010

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
add 'uaudio* at usbifif?' so uaudio can attach to something other than
a hub


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1001 -r1.1002 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/find

2010-12-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 27 16:09:46 UTC 2010

Modified Files:
src/usr.bin/find: find.c

Log Message:
The SIGINFO changes made the sigprocmask syscalls dominate all the rest:
- Don't bother dealing with signal masks if we are not connected to a tty.
- Compute the blocking mask only once.
- Only do the block-unblock game only when we are going to do something
  (execute, print a warning, etc.)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/find/find.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 17:26:58 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: auvitek.4

Log Message:
add auvitek(4) man page


To generate a diff of this commit:
cvs rdiff -u -r1.1270 -r1.1271 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.539 -r1.540 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/auvitek.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-12-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 27 18:22:30 UTC 2010

Modified Files:
src/share/man/man4: auvitek.4

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/auvitek.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-12-27 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 27 18:41:07 UTC 2010

Modified Files:
src/sys/dev: fss.c

Log Message:
Remove an always true if-clause.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/fss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2010-12-27 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 27 18:49:42 UTC 2010

Modified Files:
src/sys/fs/msdosfs: msdosfs_vfsops.c
src/sys/miscfs/genfs: genfs_vnops.c
src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Extend the range of fstrans transactions to a sequence of vnode operations
on a locked vnode.  This leaves a suspended file system and therefore a
snapshot with either all or no operations of such a sequence done.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/fs/msdosfs/msdosfs_vfsops.c
cvs rdiff -u -r1.185 -r1.186 src/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -u -r1.262 -r1.263 src/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2010-12-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Dec 27 19:02:33 UTC 2010

Modified Files:
src/sys/dev/pci: pccbb.c

Log Message:
Add TI PCI1510.
Enable TI12XX PCI interrupt in MFUNC when MFUNC pin0 and pin1 are zero.
Ignore the other pins, which may be non-zero (e.g. IRQSER in pin3).


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/dev/pci/pccbb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-12-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Dec 27 19:35:31 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/setjmp: Makefile t_setjmp.c

Log Message:
Move the various setjmp tests from regress to atf


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.8 -r1.9 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/setjmp/Makefile \
src/tests/lib/libc/setjmp/t_setjmp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/regress/lib/libc

2010-12-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Dec 27 19:39:10 UTC 2010

Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/_setjmp: Makefile
src/regress/lib/libc/setjmp: Makefile jmptest.c
src/regress/lib/libc/sigsetjmp: Makefile

Log Message:
The *setjmp tests have moved to atf


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.7 -r0 src/regress/lib/libc/_setjmp/Makefile
cvs rdiff -u -r1.7 -r0 src/regress/lib/libc/setjmp/Makefile
cvs rdiff -u -r1.8 -r0 src/regress/lib/libc/setjmp/jmptest.c
cvs rdiff -u -r1.7 -r0 src/regress/lib/libc/sigsetjmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2010-12-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 27 19:48:02 UTC 2010

Modified Files:
src/doc: 3RDPARTY

Log Message:
byacc-20101226 out.


To generate a diff of this commit:
cvs rdiff -u -r1.798 -r1.799 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-12-27 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Mon Dec 27 20:36:17 UTC 2010

Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-check.cpp

Log Message:
Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream:

Revision: 869e092e4986eb5dce90331ca9a64e125d7796eb
Parent:   cca40eb08e7469dfe9d6ca982613458f24c1de28
Author:   j...@netbsd.org
Date: 12/27/10 21:19:19
Branch:   org.NetBSD.atf.src

Changelog:

Recognize sigabrt in the signal checker

Problem found by Paul Goyette.

Changes against parent cca40eb08e7469dfe9d6ca982613458f24c1de28

  patched  atf-sh/atf-check.cpp


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-sh/atf-check.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 20:42:51 UTC 2010

Modified Files:
src/sys/dev/i2c: files.i2c
src/sys/dev/usb: files.usb

Log Message:
add au8522, xc5k, auvitek config glue


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.103 -r1.104 src/sys/dev/usb/files.usb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 20:45:00 UTC 2010

Modified Files:
src/sys/arch/i386/conf: ALL GENERIC

Log Message:
add auvitek at uhub


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1002 -r1.1003 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 27 21:26:44 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Add a driver for Auvitek AU0828 family USB video capture controllers.


To generate a diff of this commit:
cvs rdiff -u -r1.1481 -r1.1482 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 28 00:11:50 UTC 2010

Modified Files:
src/sys/dev/i2c: au8522.c xc5k.c
src/sys/dev/usb: auvitek.c

Log Message:
don't make module declaration conditional on _MODULE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/au8522.c src/sys/dev/i2c/xc5k.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/auvitek.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 28 00:49:23 UTC 2010

Modified Files:
src/sys/dev/usb: pseye.c
src/sys/modules/pseye: Makefile
Added Files:
src/sys/modules/pseye: pseye.ioconf

Log Message:
use ioconf


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/pseye.c
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/pseye/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/pseye/pseye.ioconf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 28 04:02:33 UTC 2010

Modified Files:
src/sys/dev/usb: auvitek.c auvitek_board.c auvitek_video.c auvitekvar.h

Log Message:
Hauppauge HVR-850 analog should be identical to HVR-950Q, so support it too


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/auvitek.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/auvitek_board.c \
src/sys/dev/usb/auvitek_video.c src/sys/dev/usb/auvitekvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2010-12-27 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 28 04:03:58 UTC 2010

Modified Files:
src/share/man/man4: auvitek.4

Log Message:
add Hauppauge HVR-850 to list of supported cards


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/auvitek.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-12-27 Thread Timo Teräs
Module Name:src
Committed By:   tteras
Date:   Tue Dec 28 06:00:18 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: handler.c

Log Message:
>From Roman Hoog Antink : Fix config reload to not delete
too many phase 2 handles, because wrong chain field is used when
enumerating the handles.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/crypto/dist/ipsec-tools/src/racoon/handler.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src/racoon

2010-12-27 Thread Timo Teräs
Module Name:src
Committed By:   tteras
Date:   Tue Dec 28 06:02:45 UTC 2010

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]:
handler.c

Log Message:
>From Roman Hoog Antink : Fix config reload to not delete too
many phase 2 handles, because wrong chain field is used when enumerating
the handles.


To generate a diff of this commit:
cvs rdiff -u -r1.9.6.8 -r1.9.6.9 \
src/crypto/dist/ipsec-tools/src/racoon/handler.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.