CVS commit: src/external/gpl3/gcc/dist/gcc

2013-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 18 09:11:13 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/dist/gcc/config/arm: t-netbsd-eabi Log Message: Fix up arm*-*-netbsdelf-*eabi*) targets. Remove all (most?) of t

CVS commit: src/sys/dev/pci

2013-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 18 12:35:58 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Fix cut & paste bug in some I210 series. To generate a diff of this commit: cvs rdiff -u -r1.1152 -r1.1153 src/sys/dev/pci/pcidevs Please note

CVS commit: src/sys/dev/pci

2013-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 18 12:36:29 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1144 -r1.1145 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1143 -r1.11

CVS commit: src/sys/dev/pci

2013-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 18 12:42:03 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Add support I21[01]. Only tested with my own I210-T1 Ethernet Server Adapter. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/m68k/fpe

2013-04-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Apr 18 13:40:25 UTC 2013 Modified Files: src/sys/arch/m68k/fpe: fpu_trig.c Log Message: Improve how to use cmp/sub. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/m68k/fpe/fpu_trig.c Please note th

CVS commit: src/distrib/utils/libhack

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 16:25:56 UTC 2013 Modified Files: src/distrib/utils/libhack: localeconv.c Log Message: Override localeconv_l as well, when providing an alternative implementation of localeconv. To generate a diff of this commit: cvs r

CVS commit: src/sys/arch/macppc

2013-04-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 18 16:42:46 UTC 2013 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/arch/macppc/include: intr.h src/sys/arch/macppc/macppc: interrupts.c Added Files: src/sys/arch/macppc/macppc: pic

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

2013-04-18 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Thu Apr 18 21:53:56 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi shl.mi Log Message: Fix build when MKDEBUG=yes and MKRUMP=no. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/debug/

CVS commit: src

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 21:54:11 UTC 2013 Modified Files: src/include: stdlib.h src/lib/libc/gdtoa: _strtof.c gdtoa.h strtod.c strtodg.c strtof.c strtof_vaxf.c strtold_subr.c strtopQ.c strtopx.c strtopxL.c strtord

CVS commit: src

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 22:22:21 UTC 2013 Modified Files: src/include: stdlib.h src/lib/libc/locale: multibyte_c90.c Log Message: Add mblen_l, mbstowcs_l, wctomb_l, mbtowc_l and wcstombs_l. To generate a diff of this commit: cvs rdiff

CVS commit: src

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 22:23:18 UTC 2013 Modified Files: src/include: wchar.h src/lib/libc/include: namespace.h src/lib/libc/locale: _wcstod.h wcstod.c wcstof.c wcstold.c Log Message: Add wcstof_l, wcstod_l and wcstold_l. To

CVS commit: src

2013-04-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 18 23:24:27 UTC 2013 Modified Files: src/include: wchar.h src/lib/libc/include: namespace.h src/lib/libc/locale: multibyte_amd1.c wcscoll.c wcsxfrm.c src/lib/libc/string: wcscasecmp.c wcsncasecmp.c L

CVS commit: src/share/man/man4

2013-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 19 00:40:59 UTC 2013 Modified Files: src/share/man/man4: wm.4 Log Message: Add I21[01]. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/wm.4 Please note that diffs are not public domain

CVS commit: src/doc

2013-04-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 19 00:42:53 UTC 2013 Modified Files: src/doc: CHANGES Log Message: wm(4): Add support for I210 and I211. To generate a diff of this commit: cvs rdiff -u -r1.1815 -r1.1816 src/doc/CHANGES Please note that diffs are not

CVS commit: src/common/lib/libc/arch/arm/quad

2013-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 19 05:36:16 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S Log Message: Fix logic inversion. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/arm/quad/__a