CVS commit: src/sys/dev/pci

2012-01-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 18 08:04:19 UTC 2012 Modified Files: src/sys/dev/pci: voodoofb.c voodoofbreg.h Log Message: do some mode validation - for now reject everything above 1680x1200 until I find out why these don't work ( 1680x1200 works but

CVS commit: src

2012-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 18 09:35:48 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: db_disasm.c db_interface.c db_machdep.c db_trace.c src/sys/arch/hppa/include: db_machdep.h types.h src/usr.sbin/crash: Makefile Log

CVS commit: src/sys/arch/usermode/usermode

2012-01-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Jan 18 12:39:45 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Another step towards unification of the signal handers: separate the printing of details usefull for debugging / porting from the

CVS commit: src/lib/libc/locale

2012-01-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 18 14:22:28 UTC 2012 Modified Files: src/lib/libc/locale: runetype_misc.h Log Message: _runetype_from_ctype is unused To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/runetype_misc.h

CVS commit: src/external/bsd/llvm/bin/clang

2012-01-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 18 16:53:09 UTC 2012 Modified Files: src/external/bsd/llvm/bin/clang: Makefile Log Message: Make sure to link the MIPS assembler parser in. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2012-01-18 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 18 17:32:43 UTC 2012 Modified Files: src/distrib/sets/lists/comp: md.amd64 mi Log Message: Setlist fix for MKDEBUGLIB=yes on amd64. Probably needs a similar fix on sparc64. To generate a diff of this commit: cvs rdiff -u

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

2012-01-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Jan 18 19:17:02 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Create an atomic switchto() that has SIGALRM and SIGIO signals blocked that might otherwise disrupt the setting of curlwp to match the

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2012-01-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 18 20:08:50 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: d1_pkt.c Log Message: pull in rev.22050 from upstream CVS, following secadv_20120118.txt: Fix for DTLS DoS issue introduced by fix for

CVS commit: src/sys/conf

2012-01-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 18 20:37:20 UTC 2012 Modified Files: src/sys/conf: files Log Message: get the logics straight: CPU_UCODE requires firmload as a dependency To generate a diff of this commit: cvs rdiff -u -r1.1036 -r1.1037

CVS commit: src

2012-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 18 20:51:23 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/tests/fs/ffs: Makefile quotas_common.sh t_clearquota.sh t_getquota.sh t_miscquota.sh t_quotalimit.sh t_setquota.sh Added Files:

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

2012-01-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 18 21:34:38 UTC 2012 Modified Files: src/sys/arch/i386/i386: mainbus.c Log Message: revert previous, the assumption all buses 1 and up must be subordinate to pci0 doesn't even hold on i386 -- there are server-class

CVS commit: src/sys/arch/zaurus/stand/zboot

2012-01-18 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Jan 18 23:12:22 UTC 2012 Modified Files: src/sys/arch/zaurus/stand/zboot: Makefile boot.c boot.h bootmenu.c conf.c devopen.c diskprobe.c pathnames.h unixdev.c unixdev.h version Added Files:

CVS commit: src/sys/arch/amiga

2012-01-18 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jan 19 00:14:08 UTC 2012 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL files.amiga src/sys/arch/amiga/dev: p5bus.c zbus.c src/sys/arch/amiga/include: pci_machdep.h

CVS commit: src/doc

2012-01-18 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jan 19 00:41:33 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Mention support for G-REX 1200 and G-REX 4000 in p5pb(4). To generate a diff of this commit: cvs rdiff -u -r1.1647 -r1.1648 src/doc/CHANGES Please

CVS commit: src/bin/csh

2012-01-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 19 02:42:53 UTC 2012 Modified Files: src/bin/csh: char.c char.h Log Message: PR/45856: Bernhard Burnhard Riedel: Infinite loop on nbsp; input. Sending char 160 in the input to csh, lead it to an infinite loop, because

CVS commit: src/sys/arch/sandpoint

2012-01-18 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 19 07:38:06 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: autoconf.c src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Change BTINFO_ROOTDEV to include boot device partition number in its

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2012-01-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 19 07:58:58 UTC 2012 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c Log Message: Add missing arg. To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14