CVS commit: src/sys/arch/arm

2012-07-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 16 06:26:43 UTC 2012 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c src/sys/arch/arm/include: cpu.h Log Message: Fix racy softint dispatch that lead to KASSERT(si-si_active) in softint_execute Discussed

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

2012-07-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 16 06:33:05 UTC 2012 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Make the result from SOFTIPLMASK match the comment. Wouldn't hurt from matt@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/tftp

2012-07-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jul 16 09:20:26 UTC 2012 Modified Files: src/usr.bin/tftp: main.c tftp.c Log Message: Undo the non-sharing of the toplevel jmp_buf between main.c and tftp.c, so that we don't get a core dump if a transfer time-out is experienced.

CVS commit: src/sys/arch/sparc/stand/ofwboot

2012-07-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 16 11:26:28 UTC 2012 Modified Files: src/sys/arch/sparc/stand/ofwboot: net.c net.h ofdev.c Log Message: Fix tftpboot which was broken by my botched WARNSfy in last year. Also add comments that mention libsa tftp requires

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

2012-07-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 16 11:31:13 UTC 2012 Modified Files: src/sys/arch/luna68k/dev: lunaws.c Log Message: Use not to mask bits. From OpenBSD/luna88k To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2012-07-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 16 11:41:06 UTC 2012 Modified Files: src/sys/arch/luna68k/dev: omrasops.c Log Message: Fix typo in comment. From OpenBSD/luna88k. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2012-07-16 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon Jul 16 12:48:43 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile Log Message: Add vax to DEFAULT_TO_WSKBD To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-07-16 Thread David Brownlee
Module Name:xsrc Committed By: abs Date: Mon Jul 16 12:49:42 UTC 2012 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c Log Message: Add a basic map for an LK201 keyboard To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-07-16 Thread David Brownlee
Module Name:xsrc Committed By: abs Date: Mon Jul 16 12:50:25 UTC 2012 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c Log Message: Add WSKBD_TYPE_LK201 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \

CVS commit: src/sys/dev/dec

2012-07-16 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon Jul 16 12:52:47 UTC 2012 Modified Files: src/sys/dev/dec: dzkbd.c Log Message: Allow WSKBDIO_SETMODE To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/dec/dzkbd.c Please note that diffs are not public

CVS commit: src/sys/dev/dec

2012-07-16 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon Jul 16 12:55:36 UTC 2012 Modified Files: src/sys/dev/dec: dzkbd.c Log Message: revert last To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/dec/dzkbd.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/sysmon

2012-07-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jul 16 13:55:01 UTC 2012 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c sysmonvar.h Log Message: Extend previous changes so that even sensors which don't use a refresh() callback to update the

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-07-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 16 17:39:29 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: builtins.md vax.md Log Message: Fix ffssi2 again. Use a UNSPEC for the internal ffs. use (match_dup 1) since Z will be set if it is 0 just as if tst:SI

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

2012-07-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 16 18:19:04 UTC 2012 Added Files: src/distrib/sets/lists/xcomp: md.vax Log Message: MKDEBUG fallout for vax. To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 src/distrib/sets/lists/xcomp/md.vax Please note that

CVS commit: [netbsd-6] src/sys/dev

2012-07-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jul 16 22:04:46 UTC 2012 Modified Files: src/sys/dev [netbsd-6]: ldvar.h Log Message: Pull up following revision(s) (requested by nonaka in ticket #418): sys/dev/ldvar.h: revision 1.21 use uint64_t for sc_disksize512.

CVS commit: [netbsd-6] src/usr.sbin/postinstall

2012-07-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jul 16 22:08:03 UTC 2012 Modified Files: src/usr.sbin/postinstall [netbsd-6]: postinstall Log Message: Pull up following revision(s) (requested by jmmv in ticket #419): usr.sbin/postinstall/postinstall: revision 1.136

CVS commit: [netbsd-6] src

2012-07-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jul 16 22:10:47 UTC 2012 Modified Files: src/common/lib/libc/gen [netbsd-6]: ptree.c src/sys/sys [netbsd-6]: ptree.h Log Message: Pull up following revision(s) (requested by rmind in ticket #420):

CVS commit: [netbsd-6] src/doc

2012-07-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Jul 16 22:14:19 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 416, 418-421. To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-6.0 Please note that diffs

CVS commit: src/sys/arch

2012-07-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 17 01:36:14 UTC 2012 Modified Files: src/sys/arch/evbppc/conf: TWRP1025 src/sys/arch/evbppc/mpc85xx: machdep.c src/sys/arch/powerpc/booke/dev: pq3etsec.c src/sys/arch/powerpc/include/booke: e500reg.h

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

2012-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 17 03:13:31 UTC 2012 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: OF_finddevice returns -1 on error, not an arbitrary negative number. Make conditional explicit so that model_name gets a chance

CVS commit: src/lib/libc

2012-07-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 17 05:41:30 UTC 2012 Modified Files: src/lib/libc: shlib_version Log Message: Note that when the mythical libc bump comes, one of the things we should do is punt ruserok() and its related apparatus out to libcompat. (Or

CVS commit: src/sys/dev/sdmmc

2012-07-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 17 05:47:07 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sdmmc/sdmmc.c Please note that diffs are not public

CVS commit: src/sys/dev/sdmmc

2012-07-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 17 05:57:49 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Handle interrupt acknowledgement in the SDHC_FLAG_32BIT_ACCESS case in the same way as non-SDHC_FLAG_32BIT_ACCESS case. To generate a diff of