CVS commit: src/doc
Module Name:src Committed By: plunky Date: Tue Mar 27 07:07:47 UTC 2012 Modified Files: src/doc: CHANGES Log Message: note pcc upgrade To generate a diff of this commit: cvs rdiff -u -r1.1690 -r1.1691 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/doc
Module Name:src Committed By: plunky Date: Tue Mar 27 07:09:03 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: add details of pcc To generate a diff of this commit: cvs rdiff -u -r1.925 -r1.926 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/tests/bin/expr
Module Name:src Committed By: jruoho Date: Tue Mar 27 07:23:06 UTC 2012 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: Add a check for old PR bin/2486. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/bin/expr/t_expr.sh 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: jruoho Date: Tue Mar 27 07:39:00 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/sed: Makefile t_sed.sh Added Files: src/tests/usr.bin/sed: d_c2048.in Log Message: Append a case for (fixed) PR bin/25899. From Min Sik Kim. To generate a diff of this commit: cvs rdiff -u -r1.456 -r1.457 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/sed/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/sed/d_c2048.in cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/sed/t_sed.sh 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
Module Name:src Committed By: njoly Date: Tue Mar 27 07:54:59 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_realpath.c Log Message: Adjust the memset size to not override the nul byte at the end of buffer array. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_realpath.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: jruoho Date: Tue Mar 27 08:16:33 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/bin: Makefile Added Files: src/tests/bin/cat: Makefile d_align.in d_align.out t_cat.sh Log Message: Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841. To generate a diff of this commit: cvs rdiff -u -r1.457 -r1.458 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.69 -r1.70 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.1 -r1.2 src/tests/bin/Makefile cvs rdiff -u -r0 -r1.1 src/tests/bin/cat/Makefile \ src/tests/bin/cat/d_align.in src/tests/bin/cat/d_align.out \ src/tests/bin/cat/t_cat.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/ipf
Module Name:src Committed By: jruoho Date: Tue Mar 27 09:27:34 UTC 2012 Modified Files: src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh t_nat_ipf_exec.sh Log Message: Mark the failing tests as broken. XXX: If no one is willing to maintain the ipf tests, these should be removed. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/t_filter_exec.sh \ src/tests/ipf/t_nat_ipf_exec.sh cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/t_filter_parse.sh cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_nat_exec.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/sed
Module Name:src Committed By: jruoho Date: Tue Mar 27 12:32:47 UTC 2012 Modified Files: src/tests/usr.bin/sed: Makefile Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/sed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Tue Mar 27 15:05:43 UTC 2012 Modified Files: src/lib/libc/stdio: Makefile.inc fflush.c findfp.c fmemopen.c freopen.c fseeko.c ftell.c ftello.c funopen.3 funopen.c fvwrite.c local.h refill.c sscanf.c stdio.c vfwprintf.c vsscanf.c vswscanf.c Log Message: - widen the internal read and write calls to match the syscalls - add funopen2() which provides access to flush() and the wider calls. - make use of the new flush call in fmemopen() To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/stdio/Makefile.inc cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/fflush.c cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdio/findfp.c cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/fmemopen.c \ src/lib/libc/stdio/ftello.c cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/freopen.c \ src/lib/libc/stdio/funopen.3 src/lib/libc/stdio/vsscanf.c cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/fseeko.c cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/ftell.c \ src/lib/libc/stdio/sscanf.c cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/funopen.c cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/fvwrite.c cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdio/local.h cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/refill.c cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/stdio.c cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdio/vfwprintf.c cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdio/vswscanf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Tue Mar 27 15:06:01 UTC 2012 Modified Files: src/include: stdio.h Log Message: funopen2() To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/include/stdio.h 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/comp
Module Name:src Committed By: christos Date: Tue Mar 27 15:07:02 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add funopen2() and friends To generate a diff of this commit: cvs rdiff -u -r1.1747 -r1.1748 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: bouyer Date: Tue Mar 27 17:48:18 UTC 2012 Modified Files: src/sys/netinet: ip_carp.c Log Message: Do not sleep in callout context, this will hang the clock soft interrupt. Should fix PR kern/46217. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/bin/cat
Module Name:src Committed By: jruoho Date: Tue Mar 27 17:57:02 UTC 2012 Modified Files: src/tests/bin/cat: t_cat.sh Log Message: Fix another type in the metadata. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/bin/cat/t_cat.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Tue Mar 27 18:37:57 UTC 2012 Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Fix a regression introduced during the change of the DMI naming conventions (rev. 1.48). Also add a quirk for ASUSTeK's M2A-MX in order to allow powernow(4) to attach (reported by bouyer@). To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/acpi/acpi_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint
Module Name:src Committed By: christos Date: Tue Mar 27 19:24:03 UTC 2012 Modified Files: src/usr.bin/xlint/arch/alpha: targparam.h src/usr.bin/xlint/arch/arm: targparam.h src/usr.bin/xlint/arch/hppa: targparam.h src/usr.bin/xlint/arch/i386: targparam.h src/usr.bin/xlint/arch/ia64: targparam.h src/usr.bin/xlint/arch/m68000: targparam.h src/usr.bin/xlint/arch/m68k: targparam.h src/usr.bin/xlint/arch/mips: targparam.h src/usr.bin/xlint/arch/mips64: targparam.h src/usr.bin/xlint/arch/powerpc: targparam.h src/usr.bin/xlint/arch/powerpc64: targparam.h src/usr.bin/xlint/arch/sh3: targparam.h src/usr.bin/xlint/arch/sparc: targparam.h src/usr.bin/xlint/arch/sparc64: targparam.h src/usr.bin/xlint/arch/vax: targparam.h src/usr.bin/xlint/arch/x86_64: targparam.h src/usr.bin/xlint/common: ilp32.h lp64.h src/usr.bin/xlint/lint1: cgram.y decl.c main1.c scan.l tree.c Added Files: src/usr.bin/xlint/common: schar.h uchar.h Log Message: more cross lint friendlyness XXX: needs more constants converted double/float To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/alpha/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/arm/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/hppa/targparam.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/i386/targparam.h cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/ia64/targparam.h cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/arch/m68000/targparam.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/m68k/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/mips/targparam.h cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/arch/mips64/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/powerpc/targparam.h cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/powerpc64/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/sh3/targparam.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/sparc/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/sparc64/targparam.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/vax/targparam.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/x86_64/targparam.h cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/common/ilp32.h cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/common/lp64.h cvs rdiff -u -r0 -r1.1 src/usr.bin/xlint/common/schar.h \ src/usr.bin/xlint/common/uchar.h cvs rdiff -u -r1.53 -r1.54 src/usr.bin/xlint/lint1/cgram.y \ src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlint/lint1/main1.c cvs rdiff -u -r1.49 -r1.50 src/usr.bin/xlint/lint1/scan.l cvs rdiff -u -r1.69 -r1.70 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openresolv/dist
Module Name:src Committed By: roy Date: Tue Mar 27 21:21:25 UTC 2012 Update of /cvsroot/src/external/bsd/openresolv/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27234 Log Message: Import openresolv-3.5.1 to fix resolv_conf_local_only. Status: Vendor Tag: roy Release Tags: openresolv-3-5-1 U src/external/bsd/openresolv/dist/README U src/external/bsd/openresolv/dist/resolvconf.in U src/external/bsd/openresolv/dist/resolvconf.8.in U src/external/bsd/openresolv/dist/resolvconf.conf.5.in U src/external/bsd/openresolv/dist/libc.in U src/external/bsd/openresolv/dist/dnsmasq.in U src/external/bsd/openresolv/dist/named.in U src/external/bsd/openresolv/dist/pdnsd.in U src/external/bsd/openresolv/dist/unbound.in No conflicts created by this import
CVS commit: src/doc
Module Name:src Committed By: roy Date: Tue Mar 27 21:23:46 UTC 2012 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Import openresolv-3.5.1 To generate a diff of this commit: cvs rdiff -u -r1.926 -r1.927 src/doc/3RDPARTY cvs rdiff -u -r1.1691 -r1.1692 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/external/lgpl3/gmp/dist
Module Name:src Committed By: christos Date: Tue Mar 27 21:56:04 UTC 2012 Modified Files: src/external/lgpl3/gmp/dist: config.guess Log Message: disable exact cpu override to fix cross-compiling on linux To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/lgpl3/gmp/dist/config.guess Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.