Re: CVS commit: src

2010-12-26 Thread Christos Zoulas
In article 20101227020420.7242417...@cvs.netbsd.org, Paul Goyette source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By: pgoyette Date: Mon Dec 27 02:04:19 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests

Re: CVS commit: src

2010-12-26 Thread Paul Goyette
On Mon, 27 Dec 2010, Christos Zoulas wrote: Log Message: Migrate the ssp tests from regress to atf. Of the 17 tests, 4 fail in both the regress and atf style. 3 additional tests fails in atf that did NOT fail in regress: gets, fgets, and read. I will investigate why, and update when I can,

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

2010-12-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Dec 26 09:03:56 UTC 2010 Modified Files: src/sys/arch/zaurus/stand/zbsdmod: zbsdmod.c Log Message: Add missing argument to printk(). (from OpenBSD) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/videoctl

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 10:37:15 UTC 2010 Added Files: src/usr.bin/videoctl: Makefile videoctl.1 videoctl.c Log Message: add videoctl(1), a tool for displaying or setting parameters on video(4) devices To generate a diff of this commit:

CVS commit: src

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 11:31:45 UTC 2010 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/usr.bin: Makefile Log Message: hook videoctl into build

CVS commit: src/sys/arch

2010-12-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 26 12:06:57 UTC 2010 Modified Files: src/sys/arch/sparc/include: types.h src/sys/arch/sparc64/include: cpu.h Log Message: Move ci_data first in struct cpu_info To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/gen

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 12:32:28 UTC 2010 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Re-enable printing of MD data, with appropriate casts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/stdio

2010-12-26 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Dec 26 12:39:54 UTC 2010 Modified Files: src/lib/libc/stdio: printf.3 Log Message: vsnprintf_ss does NOT handle floating point formats To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/tests/lib/libc/string

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:29:47 UTC 2010 Modified Files: src/tests/lib/libc/string: t_popcount.c Log Message: Make running this test conditional on the setting of atf configuration variable run_popcount. This is a really long-running test

CVS commit: src

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:35:54 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/string: Makefile Added Files: src/tests/lib/libc/string: t_memcpy.c t_memmem.c t_stresep.c t_swab.c Log Message:

CVS commit: src/regress/lib/libc

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:38:10 UTC 2010 Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/string: Makefile src/regress/lib/libc/string/memcpy: Makefile memcpy_test.c

CVS commit: src/usr.bin/videoctl

2010-12-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 26 14:26:45 UTC 2010 Modified Files: src/usr.bin/videoctl: videoctl.1 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/videoctl/videoctl.1 Please note that diffs

CVS commit: src/external/gpl2/lvm2/dist

2010-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 26 14:48:34 UTC 2010 Modified Files: src/external/gpl2/lvm2/dist/daemons/cmirrord: functions.c src/external/gpl2/lvm2/dist/libdm: libdm-common.c src/external/gpl2/lvm2/dist/libdm/ioctl: libdm-iface.c

CVS commit: src/sys/lib/libsa

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 17:48:37 UTC 2010 Modified Files: src/sys/lib/libsa: udp.c Log Message: Print size_t and ssize_t with %zd, not just %d. (How did this build before?) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/alpha/include

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 18:00:42 UTC 2010 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: Since struct cpu_data isn't the first member in struct cpu_info, instead expose the initial portion of struct cpu_info if _KMEMUSER is

CVS commit: src/sys/arch/hp700/include

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 21:05:35 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Expose parts of struct cpu_info if _KMEMUSER is defined, for the benefit of e.g. vmstat. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 23:41:46 UTC 2010 Modified Files: src/sys/dev: video.c Log Message: don't try to set frequencies lower or higher than the tuner's allowed range -- the v4l2 spec says when the requested frequency is not possible the

CVS commit: src/sys/lib/libsa

2010-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 26 23:55:52 UTC 2010 Modified Files: src/sys/lib/libsa: udp.c Log Message: fix slightly wrong format. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libsa/udp.c Please note that diffs are

CVS commit: src

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 02:04:19 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/ssp: Makefile h_fgets.c

CVS commit: src/regress/lib/libc/ssp

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 03:33:52 UTC 2010 Removed Files: src/regress/lib/libc/ssp: Makefile Makefile.inc src/regress/lib/libc/ssp/fgets: Makefile fgets.c src/regress/lib/libc/ssp/getcwd: Makefile getcwd.c

CVS commit: src/etc

2010-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 27 03:38:53 UTC 2010 Modified Files: src/etc: Makefile daily monthly security shrc weekly src/etc/etc.sgimips: Makefile.inc src/etc/root: dot.profile Log Message: `` - $() To generate a diff of this

CVS commit: src/tests/lib/libc/ssp

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 05:27:34 UTC 2010 Modified Files: src/tests/lib/libc/ssp: t_ssp.sh Log Message: Since atf_check doesn't deal with a pipeline, modify the tests to pipe the output of the echo commands to atf_check itself. This fixes

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

2010-12-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Dec 26 09:02:52 UTC 2010 Modified Files: src/sys/arch/zaurus/stand/zbsdmod: compat_linux.h Log Message: Advertise printk() as a printf-like function. (from OpenBSD) To generate a diff of this commit: cvs rdiff -u -r1.4

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

2010-12-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Dec 26 09:03:56 UTC 2010 Modified Files: src/sys/arch/zaurus/stand/zbsdmod: zbsdmod.c Log Message: Add missing argument to printk(). (from OpenBSD) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/videoctl

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 10:37:15 UTC 2010 Added Files: src/usr.bin/videoctl: Makefile videoctl.1 videoctl.c Log Message: add videoctl(1), a tool for displaying or setting parameters on video(4) devices To generate a diff of this commit:

CVS commit: src

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 11:31:45 UTC 2010 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/usr.bin: Makefile Log Message: hook videoctl into build

CVS commit: src/sys/arch/sparc/include

2010-12-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 26 11:32:38 UTC 2010 Modified Files: src/sys/arch/sparc/include: types.h Log Message: sparc64 currently does not have ci_data as first member in cpu_info! To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch

2010-12-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 26 12:06:57 UTC 2010 Modified Files: src/sys/arch/sparc/include: types.h src/sys/arch/sparc64/include: cpu.h Log Message: Move ci_data first in struct cpu_info To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/gen

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 12:32:28 UTC 2010 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Re-enable printing of MD data, with appropriate casts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/stdio

2010-12-26 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Dec 26 12:39:54 UTC 2010 Modified Files: src/lib/libc/stdio: printf.3 Log Message: vsnprintf_ss does NOT handle floating point formats To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/tests/lib/libc/string

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:29:47 UTC 2010 Modified Files: src/tests/lib/libc/string: t_popcount.c Log Message: Make running this test conditional on the setting of atf configuration variable run_popcount. This is a really long-running test

CVS commit: src

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:35:54 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/string: Makefile Added Files: src/tests/lib/libc/string: t_memcpy.c t_memmem.c t_stresep.c t_swab.c Log Message:

CVS commit: src/regress/lib/libc

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 26 13:38:10 UTC 2010 Modified Files: src/regress/lib/libc: Makefile Removed Files: src/regress/lib/libc/string: Makefile src/regress/lib/libc/string/memcpy: Makefile memcpy_test.c

CVS commit: src/usr.bin/videoctl

2010-12-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 26 14:26:45 UTC 2010 Modified Files: src/usr.bin/videoctl: videoctl.1 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/videoctl/videoctl.1 Please note that diffs

CVS commit: src/sys/lib/libsa

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 17:48:37 UTC 2010 Modified Files: src/sys/lib/libsa: udp.c Log Message: Print size_t and ssize_t with %zd, not just %d. (How did this build before?) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/alpha/include

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 18:00:42 UTC 2010 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: Since struct cpu_data isn't the first member in struct cpu_info, instead expose the initial portion of struct cpu_info if _KMEMUSER is

CVS commit: src/sys/arch/hp700/include

2010-12-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Dec 26 21:05:35 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Expose parts of struct cpu_info if _KMEMUSER is defined, for the benefit of e.g. vmstat. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2010-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 26 23:41:46 UTC 2010 Modified Files: src/sys/dev: video.c Log Message: don't try to set frequencies lower or higher than the tuner's allowed range -- the v4l2 spec says when the requested frequency is not possible the

CVS commit: src/sys/lib/libsa

2010-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 26 23:55:52 UTC 2010 Modified Files: src/sys/lib/libsa: udp.c Log Message: fix slightly wrong format. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libsa/udp.c Please note that diffs are

CVS commit: src

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 02:04:19 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/ssp: Makefile h_fgets.c

CVS commit: src/regress/lib/libc/ssp

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 03:33:52 UTC 2010 Removed Files: src/regress/lib/libc/ssp: Makefile Makefile.inc src/regress/lib/libc/ssp/fgets: Makefile fgets.c src/regress/lib/libc/ssp/getcwd: Makefile getcwd.c

CVS commit: src/etc

2010-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 27 03:38:53 UTC 2010 Modified Files: src/etc: Makefile daily monthly security shrc weekly src/etc/etc.sgimips: Makefile.inc src/etc/root: dot.profile Log Message: `` - $() To generate a diff of this

CVS commit: src/tests/lib/libc/ssp

2010-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Dec 27 05:27:34 UTC 2010 Modified Files: src/tests/lib/libc/ssp: t_ssp.sh Log Message: Since atf_check doesn't deal with a pipeline, modify the tests to pipe the output of the echo commands to atf_check itself. This fixes