CVS commit: src/external/bsd/atf/dist/atf-version

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 14:21:00 UTC 2010 Removed Files: src/external/bsd/atf/dist/atf-version: revision.h Log Message: Remove file that should not be in the distribution so that atf-version gets the correct output. Fixed upstream as well. To

CVS commit: src/tests

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 16:27:09 UTC 2010 Modified Files: src/tests/fs/puffs: t_psshfs.sh src/tests/fs/tmpfs: t_vnd.sh t_vnode_leak.sh src/tests/kernel: t_umount.sh src/tests/modules: t_modload.sh Log Message: Properly ma

CVS commit: src/tests/fs/ffs

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 16:34:41 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Use expect_fail instead of defining xfail. Looks like I missed this one during the import of atf 0.10. Thanks po...@. To generate a diff of th

CVS commit: src/external/bsd/atf/dist/atf-c++

2010-07-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 6 18:03:37 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: tests.cpp Log Message: Pull up revision 3becdd597a7f5f996eeceebf06ac7f77aaa7c30c from upstream: Catch and report unhandled exceptions before they propa

CVS commit: src/sys/compat/linux32/arch/amd64

2010-07-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 7 12:43:18 UTC 2010 Modified Files: src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: Add missing includes to bring the linux_semun type needed by linux_syscallargs.h. To generate a diff of this commit: cv

CVS commit: src/tests/util/sh

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 15:57:37 UTC 2010 Modified Files: src/tests/util/sh: t_varquote.sh Log Message: Add xfail test case for PR bin/43597 that I just submitted. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/util/sh/t

CVS commit: src/tests/util/make

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:16:12 UTC 2010 Modified Files: src/tests/util/make: Makefile Added Files: src/tests/util/make: t_make.sh Removed Files: src/tests/util/make: t_make.awk t_make.in Log Message: Do not use awk to generate

CVS commit: src/tests/util/config

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:24:12 UTC 2010 Modified Files: src/tests/util/config: Makefile Added Files: src/tests/util/config: t_config.sh Removed Files: src/tests/util/config: t_config.awk t_config.in Log Message: Do not use awk

CVS commit: src/tests/crypto/libcrypto

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:43:26 UTC 2010 Modified Files: src/tests/crypto/libcrypto: Atffile Makefile Added Files: src/tests/crypto/libcrypto: t_certs.sh t_ciphers.sh t_hashes.sh t_libcrypto.sh t_pubkey.sh Removed Files:

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

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 16:43:40 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add new test programs for libcrypto. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/distrib/sets/lists/tests/mi Pleas

CVS commit: src/tests/ipf

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 17:28:36 UTC 2010 Modified Files: src/tests/ipf: Atffile Makefile Added Files: src/tests/ipf: h_common.sh t_bpf.sh t_filter_exec.sh t_filter_parse.sh t_logging.sh t_nat_exec.sh t_nat_ipf_exec.sh t_nat_p

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

2010-07-10 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 10 17:29:13 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: t_ipf has been split into separate pieces. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/distrib/sets/lists/tests/mi

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

2010-07-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 11 10:15:07 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Fix typo after crypto changes to let the pkg_summary.5 entry work. To generate a diff of this commit: cvs rdiff -u -r1.1227 -r1.1228 src/dist

CVS commit: src/share/mk

2010-07-13 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 13 21:11:41 UTC 2010 Modified Files: src/share/mk: bsd.test.mk Log Message: Implement Atffile automatic generation. This change adds the ATFFILE variable, which can take the following values: - yes: The source directory con

CVS commit: src/external/bsd/atf/tests/atf

2010-07-13 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 13 21:12:39 UTC 2010 Modified Files: src/external/bsd/atf/tests/atf: Makefile src/external/bsd/atf/tests/atf/atf-c: Makefile src/external/bsd/atf/tests/atf/atf-c++: Makefile src/external/bsd/atf/tests/

CVS commit: src/tests

2010-07-13 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 13 21:13:33 UTC 2010 Modified Files: src/tests: Makefile src/tests/crypto: Makefile src/tests/crypto/libcrypto: Makefile Makefile.inc src/tests/fs: Makefile src/tests/fs/puffs: Makefile

CVS commit: src/tests/kernel

2010-07-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 14 21:47:06 UTC 2010 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_sigaction.c Log Message: Add a couple of simple tests for sigaction(2): one for the case where flags is set to 0 and th

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

2010-07-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 14 21:48:32 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add the new kernel/t_sigaction test program. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/distrib/sets/lists/tests/m

CVS commit: src/tests/lib

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 13:56:32 UTC 2010 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libposix: Makefile t_rename.c src/tests/lib/libposix/bsd: Makefile src/tests/lib/libposix/posix1: Makefile

CVS commit: src/etc/mtree

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 13:56:52 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add new tests dirs. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/etc/mtree/NetBSD.dist.base Please note that diffs are

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

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 13:57:16 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add tests for libposix, libprop, librt, libskey and libutil. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/distrib/se

CVS commit: src/regress/lib

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 13:59:09 UTC 2010 Modified Files: src/regress/lib: Makefile Removed Files: src/regress/lib/libposix: Makefile Makefile.inc prename.c src/regress/lib/libposix/nrn: Makefile src/regress/lib/libposix/p

CVS commit: src/doc

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 13:59:22 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note conversion of some extra tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1414 -r1.1415 src/doc/CHANGES Please note that diffs are n

CVS commit: src/tests/lib

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 15:42:53 UTC 2010 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libpthread: Makefile d_mach h_atexit.c h_cancel.c h_common.h h_exit.c h_resolv.c t_atexit.sh t_barrier.c t_cancel.sh

CVS commit: src/etc/mtree

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 15:43:24 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add dirs for libpthread tests. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/etc/mtree/NetBSD.dist.base Please note tha

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

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 15:45:05 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add libpthread tests. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/lists/tests/mi Please note that dif

CVS commit: src/regress/lib

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 15:46:09 UTC 2010 Modified Files: src/regress/lib: Makefile Removed Files: src/regress/lib/libpthread: Makefile src/regress/lib/libpthread/atexit: Makefile src/regress/lib/libpthread/barrier1: Makef

CVS commit: src/doc

2010-07-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jul 16 15:47:06 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note that the libpthread tests have been converted to atf. To generate a diff of this commit: cvs rdiff -u -r1.1415 -r1.1416 src/doc/CHANGES Please note t

CVS commit: src/tests/lib

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:25:29 UTC 2010 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/csu: Makefile h_initfini.c t_crt0.sh src/tests/lib/csu/arch/alpha: initfini_asm.S src/tests/lib/csu/arch/arm: ini

CVS commit: src/tests

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:26:28 UTC 2010 Modified Files: src/tests: Makefile Added Files: src/tests/include: Makefile d_bitstring_27.out d_bitstring_32.out d_bitstring_49.out d_bitstring_64.out d_bitstring_67.out

CVS commit: src/etc/mtree

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:26:51 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add directories for the lib/csu/ and include/ tests. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/etc/mtree/NetBSD.dist

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

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:27:39 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add tests for lib/csu/ and include/. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/distrib/sets/lists/tests/mi Pleas

CVS commit: src/regress

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:29:38 UTC 2010 Modified Files: src/regress: Makefile src/regress/lib: Makefile Removed Files: src/regress/include: Makefile Makefile.inc src/regress/include/bitstring: Makefile bitstring_test.c

CVS commit: src/doc

2010-07-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 17 19:31:47 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note the conversion of the include and csu tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1416 -r1.1417 src/doc/CHANGES Please note tha

CVS commit: src/doc

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:04:03 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Uh, it's not 2001 any more. Fix dates of my previous entries. To generate a diff of this commit: cvs rdiff -u -r1.1417 -r1.1418 src/doc/CHANGES Please no

CVS commit: src/tests/util

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:11:01 UTC 2010 Modified Files: src/tests/util: Makefile Added Files: src/tests/util/xlint: Makefile src/tests/util/xlint/lint1: Makefile d_alignof.c d_c99_complex_num.c d_c99_for_loops.c d_c9

CVS commit: src/etc/mtree

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:11:31 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add directories for lint1 tests. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/etc/mtree/NetBSD.dist.base Please note t

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

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:11:59 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add entries for lint1 tests. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/distrib/sets/lists/tests/mi Please note t

CVS commit: src/regress/usr.bin

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:12:34 UTC 2010 Modified Files: src/regress/usr.bin: Makefile Removed Files: src/regress/usr.bin/xlint: Makefile src/regress/usr.bin/xlint/lint1: Makefile fail-test0.c fail-test1.c fail-test2.

CVS commit: src/doc

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 10:12:58 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note conversion of lint1 tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1418 -r1.1419 src/doc/CHANGES Please note that diffs are not pu

CVS commit: src/tests/include

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:16:20 UTC 2010 Modified Files: src/tests/include: t_inttypes.c Log Message: Remove the ATF_CHECK calls I added during the conversion of this test to atf. They break on i386 (because the test was conceptually broken an

CVS commit: src/tests/lib

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:41:51 UTC 2010 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libobjc: Makefile t_threads.m Log Message: Convert the libobjc tests to atf. While doing this, make the tests actually check th

CVS commit: src/etc/mtree

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:43:17 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add dirs for libobjc tests. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/etc/mtree/NetBSD.dist.base Please note that d

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

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:43:44 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add tests for libobjc. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/distrib/sets/lists/tests/mi Please note that di

CVS commit: src/doc

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:44:09 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note conversion of libobjc tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1419 -r1.1420 src/doc/CHANGES Please note that diffs are not

CVS commit: src/regress

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 12:44:39 UTC 2010 Modified Files: src/regress: Makefile Removed Files: src/regress/gnu: Makefile src/regress/gnu/lib: Makefile src/regress/gnu/lib/libobjc: Makefile src/regress/gnu/lib/libob

CVS commit: src/tests/util

2010-07-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jul 18 22:58:14 UTC 2010 Modified Files: src/tests/util: t_sort.sh Log Message: Refactor this test program: make test cases more granular, use atf_check to validate the execution of sort(1) and do not bother removing temporary f

CVS commit: src/tests/lib/libpthread

2010-07-19 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 19 10:31:46 UTC 2010 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: Split the before_start test in two: one that does not use threads and one that does. The former works all the time but the latter gets cons

CVS commit: src/tests/lib/libpthread

2010-07-21 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 21 17:23:08 UTC 2010 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: before_start_one_thread is not racy only in amd64; my confusion. Mark it as an xfail everywhere and, while doing so, make the test longer s

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

2010-07-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 31 10:42:22 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add obsolete entries for usr/tests/lib/csu/h_initfini. Hi jo...@. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/dist

CVS commit: src/tests/util

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:42:59 UTC 2010 Modified Files: src/tests/util: Makefile Added Files: src/tests/util/sort: Makefile d_any_char_dflag_out.txt d_any_char_fflag_out.txt d_any_char_iflag_out.txt d_any_char_in.txt

CVS commit: src/etc/mtree

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:43:39 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add directory for sort(1) tests. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/etc/mtree/NetBSD.dist.base Please note t

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

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:43:57 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add files for sort(1) tests. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/distrib/sets/lists/tests/mi Please note t

CVS commit: src/regress/usr.bin

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:44:31 UTC 2010 Modified Files: src/regress/usr.bin: Makefile Removed Files: src/regress/usr.bin/sort: Makefile stests Log Message: The sort(1) tests have been moved to tests/util/sort/. To generate a diff of

CVS commit: src/doc

2010-08-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Aug 1 16:45:13 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note the conversion of the sort(1) tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1424 -r1.1425 src/doc/CHANGES Please note that diffs

CVS commit: src/share/mk

2010-08-02 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Aug 2 07:08:27 UTC 2010 Modified Files: src/share/mk: bsd.own.mk bsd.test.mk Log Message: Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s suggestion. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc/mtree

2010-08-25 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 25 16:44:25 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add tests dir for libdes. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/etc/mtree/NetBSD.dist.base Please note that dif

CVS commit: src/tests/lib

2010-08-25 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 25 16:46:36 UTC 2010 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libdes: Makefile t_des.c Log Message: Convert the libdes tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.8 -

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

2010-08-25 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 25 16:46:48 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add entries for the libdes tests. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/distrib/sets/lists/tests/mi Please n

CVS commit: src/regress/lib

2010-08-25 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 25 16:47:44 UTC 2010 Modified Files: src/regress/lib: Makefile Removed Files: src/regress/lib/libdes: Makefile destest.c Log Message: The libdes tests have been converted to atf and now live in tests/lib/libdes. To

CVS commit: src/doc

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 13:21:51 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note the conversion of the libdes tests to atf. To generate a diff of this commit: cvs rdiff -u -r1.1430 -r1.1431 src/doc/CHANGES Please note that diffs a

CVS commit: src/external/bsd/atf/dist/tests/atf/atf-report

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 14:35:54 UTC 2010 Removed Files: src/external/bsd/atf/dist/tests/atf/atf-report: h_xfail.cpp Log Message: Remove obsolete file. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 \ src/external/bsd/atf/dist/t

CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 15:28:31 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: io.cpp io.hpp io_test.cpp src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Partially pull up the following revisions that addres

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

2011-06-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jun 5 07:58:03 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Do not blindly skip test code. Tests are not supposed to skip whole parts of code to later report a success. Instead, they need to repo

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:23:30 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17790 Log Message: Import atf-0.14: Experimental version released on June 14th, 2011. * Added a pkg-config file for atf

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:26:21 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp src/external/bsd/atf/dist/atf-c/detail: process.c src/external/bsd/atf/

CVS commit: src/external/bsd/atf

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:27:11 UTC 2011 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr

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

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:27:47 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Register a new file in atf-0.14. To generate a diff of this commit: cvs rdiff -u -r1.1629 -r1.1630 src/distrib/sets/lists/comp/mi Please no

CVS commit: src/doc

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:29:11 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of atf-0.14. To generate a diff of this commit: cvs rdiff -u -r1.845 -r1.846 src/doc/3RDPARTY cvs rdiff -u -r1.1562 -r1.1563 src/doc/C

CVS commit: src/tests/lib/libc/net/getaddrinfo

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 07:54:33 UTC 2011 Modified Files: src/tests/lib/libc/net/getaddrinfo: t_getaddrinfo.sh Log Message: Fix obvious typo in test case name. Uncovered by atf 0.14. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/util/sort

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 07:58:03 UTC 2011 Modified Files: src/tests/util/sort: t_sort.sh Log Message: Fix definition of the plus_tflag test case. Uncovered by atf 0.14. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/uti

CVS commit: src/external/bsd/atf/dist

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 08:48:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: process.c src/external/bsd/atf/dist/atf-run: test-program.cpp src/external/bsd/atf/dist/atf-sh: atf-check_test.sh Log Message: Pull

CVS commit: src

2011-08-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 5 14:43:41 UTC 2011 Modified Files: src/etc: group master.passwd src/external/bsd/atf/etc/atf: common.conf src/share/man/man7: tests.7 src/usr.sbin/postinstall: postinstall Log Message: Rename the _a

CVS commit: src/usr.sbin/postinstall

2011-08-09 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Aug 9 18:24:46 UTC 2011 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Check (and fix) that unprivileged-user has been changed from _atf to _tests in /etc/atf/common.conf. Requested by martin@. To generat

CVS commit: src/external/bsd/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:37:59 UTC 2011 Modified Files: src/external/bsd/tmux: README prepare-import.sh Log Message: Adjust instructions and import script in preparation for tmux 1.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1

CVS commit: src/external/bsd/tmux/dist

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:40:16 UTC 2011 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28275 Log Message: Import tmux 1.5: CHANGES FROM 1.4 TO 1.5, 09 July 2011 * Support xterm mouse modes 1002 and 1003. *

CVS commit: src/external/bsd/tmux/dist

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:48:37 UTC 2011 Modified Files: src/external/bsd/tmux/dist: cmd-paste-buffer.c cmd-server-info.c cmd-string.c environ.c input.c job.c options.c screen-write.c screen.c server-fn.c session.c tty-ac

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:51:10 UTC 2011 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Removed Files: src/external/bsd/tmux/usr.bin/tmux: config.h version.txt Log Message: Adjust reachover Makefiles after tmux 1.5 import.

CVS commit: src/doc

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:54:08 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of tmux 1.5. To generate a diff of this commit: cvs rdiff -u -r1.859 -r1.860 src/doc/3RDPARTY cvs rdiff -u -r1.1596 -r1.1597 src/doc/C

CVS commit: src/external/bsd/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 19:28:37 UTC 2011 Modified Files: src/external/bsd/tmux/dist: input-keys.c input.c tty-keys.c tty-term.c window-copy.c src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Reenable all warning che

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2011-08-18 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 18 19:05:55 UTC 2011 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Disable a few stack protector warnings to fix the build with USE_SSP. This actually recovers something that was in the Makefile

CVS commit: src/tests/lib/libcurses

2011-09-08 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Sep 8 18:27:01 UTC 2011 Removed Files: src/tests/lib/libcurses: atf-compile-cookie Log Message: Remove temporary file committed by mistake. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/tests/lib/libcurses/atf

CVS commit: src/tests/lib/libcurses

2011-09-08 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Sep 8 18:44:38 UTC 2011 Modified Files: src/tests/lib/libcurses/check_files: Makefile src/tests/lib/libcurses/director: Makefile src/tests/lib/libcurses/slave: Makefile src/tests/lib/libcurses/tests: Make

CVS commit: src/share/examples

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:18:41 UTC 2011 Modified Files: src/share/examples: Makefile Added Files: src/share/examples/asm: Makefile Makefile.inc.inst README src/share/examples/asm/hello: Makefile Makefile.inst powerpc.s Log Mess

CVS commit: src/tests

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:19:25 UTC 2011 Modified Files: src/tests: Makefile Added Files: src/tests/examples: Makefile t_asm.sh Log Message: Add tests to ensure that the new asm examples build and run, just as the end-user is supposed t

CVS commit: src/etc/mtree

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:19:40 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.base NetBSD.dist.tests Log Message: Register directories for the new asm examples and their tests. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.

CVS commit: src/distrib/sets/lists

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:20:05 UTC 2011 Modified Files: src/distrib/sets/lists/misc: mi src/distrib/sets/lists/tests: mi Log Message: Register the new asm examples and their tests. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/doc

2011-11-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Nov 12 01:22:07 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Mention the addition of the asm examples. To generate a diff of this commit: cvs rdiff -u -r1.1623 -r1.1624 src/doc/CHANGES Please note that diffs are not

CVS commit: src/external/bsd/atf/dist

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:37:01 UTC 2012 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22655 Log Message: Import atf 0.15: the major goal of this import is to reconcile any local changes to the atf codebase w

CVS commit: src/external/bsd/atf/dist

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:41:31 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.c tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-c++/detail: process.hpp text.cpp t

CVS commit: src/external/bsd/atf

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:42:40 UTC 2012 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr

CVS commit: src/doc

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:44:15 UTC 2012 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of atf 0.15. To generate a diff of this commit: cvs rdiff -u -r1.895 -r1.896 src/doc/3RDPARTY cvs rdiff -u -r1.1646 -r1.1647 src/doc/C

CVS commit: src/external/bsd/atf/dist/atf-report

2012-01-23 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 23 23:03:39 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.css tests-results.xsl Log Message: Pull up upstream revision db8568696ad5a100ab3f118ac1cde53ee61ccbc3: Fix some XSLT/CSS b

CVS commit: othersrc/usr.bin/window

2012-02-15 Thread Julio Merino
Module Name:othersrc Committed By: jmmv Date: Thu Feb 16 04:06:58 UTC 2012 Update of /cvsroot/othersrc/usr.bin/window In directory ivanova.netbsd.org:/tmp/cvs-serv9717 Log Message: Initial import of window-20120215. This is a snapshot of the window(1) source code taken from src o

CVS commit: othersrc/usr.bin

2012-02-15 Thread Julio Merino
Module Name:othersrc Committed By: jmmv Date: Thu Feb 16 04:07:33 UTC 2012 Modified Files: othersrc/usr.bin: Makefile Log Message: Recurse into 'window'. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/Makefile Please note that diffs are not

CVS commit: src

2012-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Feb 16 04:52:51 UTC 2012 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/doc: CHANGES src/usr.bin: Makefile Removed Files: src/usr.bin/window: Makefile README ali

CVS commit: src

2012-02-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Feb 17 22:36:50 UTC 2012 Modified Files: src/distrib/sets/lists/tests: module.mi src/tests/modules: Makefile Added Files: src/tests/modules: t_abi_uvm.sh src/tests/modules/k_uvm: Makefile k_uvm.c Log Mess

CVS commit: src/doc

2012-02-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 26 17:27:46 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Use new web site and archive location for ATF. To generate a diff of this commit: cvs rdiff -u -r1.916 -r1.917 src/doc/3RDPARTY Please note that diffs ar

CVS commit: src/usr.sbin/postinstall

2012-02-27 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Feb 27 17:56:15 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Populate /etc/atf with any missing files. Fixes PR bin/45870. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr

CVS commit: src/usr.sbin/postinstall

2012-02-28 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Feb 29 02:40:28 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Properly find atf configuration files in the source tree. My previous change dealt properly with etc.tgz only. Addresses PR bin/45870.

<    1   2   3   4   >