CVS commit: src/external/gpl3/gcc/dist/gcc
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 the softfloat functions as they clash with the libc versions. Also stop using t-bpapi as it adds stuff that's also in libc. Bring in the parts of t-bpapi that we do want. Discussed with matt@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gcc/dist/gcc/config.gcc cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd-eabi 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
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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.1144 src/sys/dev/pci/pcidevs_data.h 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
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 -u -r1.246 -r1.247 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/if_wmreg.h cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/fpe
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/libhack
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 rdiff -u -r1.3 -r1.4 src/distrib/utils/libhack/localeconv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc
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_u3_ht.c Log Message: support OpenPIC variant found in PowerMac G5s from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/arch/macppc/conf/files.macppc cvs rdiff -u -r1.30 -r1.31 src/sys/arch/macppc/include/intr.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/macppc/interrupts.c cvs rdiff -u -r0 -r1.1 src/sys/arch/macppc/macppc/pic_u3_ht.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/debug
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/mi cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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.c src/lib/libc/include: namespace.h Log Message: Add strtof_l, strtod_l and strtold_l. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/include/stdlib.h cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gdtoa/_strtof.c cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/gdtoa.h cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gdtoa/strtod.c cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/strtodg.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gdtoa/strtof.c \ src/lib/libc/gdtoa/strtopQ.c src/lib/libc/gdtoa/strtopx.c \ src/lib/libc/gdtoa/strtopxL.c cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gdtoa/strtof_vaxf.c cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gdtoa/strtold_subr.c cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gdtoa/strtord.c cvs rdiff -u -r1.158 -r1.159 src/lib/libc/include/namespace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 -u -r1.102 -r1.103 src/include/stdlib.h cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/multibyte_c90.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/include/wchar.h cvs rdiff -u -r1.159 -r1.160 src/lib/libc/include/namespace.h cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/_wcstod.h cvs rdiff -u -r1.14 -r1.15 src/lib/libc/locale/wcstod.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcstof.c \ src/lib/libc/locale/wcstold.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 Log Message: Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l, mbrlen_l, mbsinit_l, mbsrtowcs_l, wcrtomb_l, wcsrtombs_l and wctob_l. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/include/wchar.h cvs rdiff -u -r1.160 -r1.161 src/lib/libc/include/namespace.h cvs rdiff -u -r1.9 -r1.10 src/lib/libc/locale/multibyte_amd1.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/wcscoll.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcsxfrm.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string/wcscasecmp.c \ src/lib/libc/string/wcsncasecmp.c 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
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; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/arch/arm/quad
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/__aeabi_ldivmod.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.