Re: CVS commit: src

2010-07-05 Thread Julio Merino
a single test case is trivial, but adding a test program currently is not. -- Julio Merino

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

2010-08-26 Thread Julio Merino
On Aug 26, 2010, at 4:43 PM, Paul Goyette wrote: On Thu, 26 Aug 2010, Julio Merino wrote: 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

Re: CVS commit: src/tests/util/make

2010-12-03 Thread Julio Merino
On 12/3/10 1:29 AM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Fri Dec 3 01:29:55 UTC 2010 Modified Files: src/tests/util/make: Makefile t_make.sh Added Files: src/tests/util/make: d_unmatchedvarparen.mk d_unmatchedvarparen.out Log

Re: CVS commit: src

2011-01-01 Thread Julio Merino
for LVM it can be created automagically but I think that it's better to have it created before. This broke the build: http://www.gson.org/netbsd/bugs/build/build/2011.01.01.20.43.01/build.log.tail -- Julio Merino

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

2011-01-08 Thread Julio Merino
           startend.in subexp.in subtle.in word_bound.in Log Message: Atf-ify the regex test I think there is a missing Makefile in this change in src/tests/lib/libc/regex/. I get complains in the checkflist stage about missing files in destdir, but surprisingly not during the build. -- Julio Merino

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
On 5/14/11 12:27 PM, Julio Merino wrote: Module Name:src Committed By: jmmv Date: Sat May 14 16:27:50 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Declare for-loop control variable outside of the for statement to prevent a warning

Re: CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
On 5/14/11 12:31 PM, Christos Zoulas wrote: On May 14, 12:29pm, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/sys/crypto/rijndael | Declare for-loop control variable outside of the for statement to prevent | a warning and therefore fix the build. | | Ah! I just saw

Re: CVS commit: src/tests/lib/libposix

2011-05-16 Thread Julio Merino
On 5/16/11 1:03 AM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Mon May 16 00:03:36 UTC 2011 Modified Files: src/tests/lib/libposix: t_rename.c Log Message: h_macros need strlcat and random ugh, please someone remove this header. define

Re: CVS commit: src/tests/syscall

2011-05-18 Thread Julio Merino
On 5/18/11 4:15 AM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Wed May 18 03:15:12 UTC 2011 Modified Files: src/tests/syscall: t_pselect.c Log Message: Don't depend on the atf timeout stuff, do it ourselves. Why? Could atf do something better

Re: CVS commit: src/distrib/sets/lists/xserver

2011-05-21 Thread Julio Merino
will lose any local changes they do when they extract xserver.tgz. (I see other platforms installing xorg.conf-something from xserver.tgz, but I presume those are to be treated as examples.) -- Julio Merino / @jmmv

Re: CVS commit: src/tests/lib/libobjc

2011-05-21 Thread Julio Merino
the test if GCC is present and disable other compiler. Tests should always run and report 'skipped' when they can't for whatever reason. This test should have a #ifdef around the code and fall back to a simple atf_tc_skip. -- Julio Merino / @jmmv

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
On Wed, May 18, 2011 at 12:30:24PM +, Christos Zoulas wrote: In article 4dd39547.9010...@julipedia.org, Julio Merino j...@julipedia.org wrote: On 5/18/11 4:15 AM, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Wed May 18 03:15:12 UTC 2011

Re: CVS commit: src/distrib/sets/lists/xserver

2011-05-21 Thread Julio Merino
xserver.tgz ;-) -- Julio Merino / @jmmv

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
. Revert the latest revision in the test and boot a kernel before the pselect changes, and see it getting stuck. Any particular revision? I have a machine that hasn't been updated for at least two weeks; will that be enough? Thanks. -- Julio Merino / @jmmv

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
On 5/21/11 5:25 PM, David Laight wrote: On Sat, May 21, 2011 at 05:14:07PM +0200, Manuel Bouyer wrote: On Sat, May 21, 2011 at 03:34:22PM +0100, Julio Merino wrote: Yes, the timeout thing is broken. It should really be a specification of the test case size (e.g. 'small', 'large') and allow

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
On 05/21/11 15:44, Christos Zoulas wrote: On May 21, 3:34pm, j...@netbsd.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/tests/syscall | On 5/21/11 3:19 PM, Christos Zoulas wrote: | Revert the latest revision in the test and boot a kernel before the pselect | changes, and see

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
On 05/21/11 21:58, Christos Zoulas wrote: On May 21, 9:26pm, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/tests/syscall | Just to make sure we are talking about the same: you were running the | test program with atf-run; correct? If yes, what platform

Re: CVS commit: src/tests/syscall

2011-05-21 Thread Julio Merino
On 5/22/11 12:18 AM, Christos Zoulas wrote: On May 21, 10:31pm, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/tests/syscall | Sounds like a good idea. Note that there is *many* more things that | will not work. The test case will dump garbage in the current

Re: CVS commit: src/tests/syscall

2011-05-22 Thread Julio Merino
On 5/22/11 12:48 AM, Christos Zoulas wrote: On May 22, 12:28am, j...@julipedia.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/tests/syscall | That's what was done. But in order to enforce the timeouts et. al. this | library had to fork() on every test case. This was really, really

Re: CVS commit: src

2011-05-26 Thread Julio Merino
On 5/26/11 5:25 AM, Masao Uebayashi wrote: Module Name:src Committed By: uebayasi Date: Thu May 26 04:25:28 UTC 2011 Modified Files: src/share/man/man5: boot.cfg.5 src/share/man/man8/man8.i386: boot.8 src/sys/arch/i386/stand/boot: boot2.c

Re: CVS commit: src

2011-05-26 Thread Julio Merino
On 5/26/11 5:10 PM, Lars Heidieker wrote: Hi, with those changes I can't compile a kernel without USERCONF option set. The changes in x86_machdep.c should be with in if defs on that options Ok to commit the attached patch? @@ -178,6 +182,7 @@ module_init_md(void) } #endif/*

Re: CVS commit: src/tests/kernel

2011-05-28 Thread Julio Merino
). One thing is reorganizing the tests to match the tree structure, but the other is to move the tests right next to the source (like we did with manpages). -- Julio Merino / @jmmv

Re: CVS commit: src

2011-05-28 Thread Julio Merino
replace assert by one of: - ATF_REQUIRE(boolean_expression) - ATF_REQUIRE_EQ(expected_value, actual_value) like: ATF_REQUIRE(pipe(fds) != 0); ATF_REQUIRE_EQ(1, write(fds[1], , 1)); -- Julio Merino / @jmmv

Re: CVS commit: src/tests/syscall

2011-05-29 Thread Julio Merino
the last ATF_REQUIRE_EQ_MSG call in the program to ATF_REQUIRE_MSG but it did not fail. And I tried adding an explicitly-failing ATF_REQUIRE_MSG and did not see a crash either... Could you provide some more details and/or a stack trace please? -- Julio Merino / @jmmv

Re: CVS commit: src/tests/kernel

2011-05-31 Thread Julio Merino
On 5/31/11 7:06 PM, Jukka Ruohonen wrote: On Sat, May 28, 2011 at 04:53:21PM +0100, Julio Merino wrote: One thing is reorganizing the tests to match the tree structure, but the other is to move the tests right next to the source I don't quite understand the latter part. Why is this a bad

Re: CVS commit: src/tests

2011-06-15 Thread Julio Merino
, but based on what you show above they seem complex. In general, just doing the t_foo bar dance is enough for debugging. -- Julio Merino / @jmmv

Re: CVS commit: src/external/bsd/atf/dist/atf-c/detail

2011-06-16 Thread Julio Merino
, right? I only hit the issue in OS X and didn't bother to pull it up to NetBSD because gcc did not encounter the problem. Thanks! -- Julio Merino / @jmmv

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Julio Merino
on failure, but maybe it'd be extended to also support autotest programs, etc. Sure, their functionality would be limited within the framework (as compared to native atf tests, but this would allow us to mux all the tests in one single run without much effort. -- Julio Merino / @jmmv

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Julio Merino
dislike some parts of the API, already the consistency is a big win. Yep, I had the same question here. I don't know what the original comment meant. On Wed, Jun 29, 2011 at 10:50:22AM +0100, Julio Merino wrote: One of the ideas floating around in my head is to make atf-run (well, kyua

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-07-21 Thread Julio Merino
On 7/21/11 4:49 AM, Martin Husemann wrote: On Thu, Jul 21, 2011 at 07:11:56AM +0100, Iain Hibbert wrote: I thought that I agreed with Jukka, it seemed to be a complaint with no specific content except that you were uncomfortable (unfamilar?) with atf. I'm mostly with Iain here, though I have

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-07-21 Thread Julio Merino
On 7/21/11 2:11 AM, Iain Hibbert wrote: PS the predictable consequence that you cannot fold in external test programs did not come true, see tests/lib/libevent/t_event.sh for example, though I note that the number of libevent tests are misrepresented in the atf-total since the test program

Re: CVS commit: src/tests/net/net

2011-09-30 Thread Julio Merino
On 9/30/11 2:17 PM, Christos Zoulas wrote: On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote: -- Subject: Re: CVS commit: src/tests/net/net | This fails, probably because it does not follow the atf(7) API: | | tps-count: 1 | tp-start: t_unix, 2 | tc-start: sockaddr_un_len_exceed |

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

2011-11-07 Thread Julio Merino
On 11/6/11 1:18 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Sun Nov 6 18:18:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: don't truncate error messages to 1K. The use of dprintf cannot be merged back

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

2011-11-08 Thread Julio Merino
, there are three different brances, right? Why don't you use writev for this with up to 6 elements in the vector? Done. Did you even run any tests after doing this? This is broken. The assertion you added triggers immediately. -- Julio Merino / @jmmv

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

2011-11-08 Thread Julio Merino
everywhere. -- Julio Merino / @jmmv

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

2011-11-09 Thread Julio Merino
On 11/9/11 9:42 AM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Wed Nov 9 14:42:43 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: need || instead of To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

Re: CVS commit: src/tests/util/sh

2011-11-16 Thread Julio Merino
On 11/14/11 3:23 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Mon Nov 14 20:23:29 UTC 2011 Modified Files: src/tests/util/sh: Makefile Added Files: src/tests/util/sh: t_evaltested.sh Log Message: Add a test for PR/45613 (eval failing

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

2011-11-16 Thread Julio Merino
On 11/16/11 12:46 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Wed Nov 16 17:46:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: text.cpp text.hpp src/external/bsd/atf/dist/atf-run: requirements.cpp test-program.cpp

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

2011-11-16 Thread Julio Merino
On 11/16/11 1:51 PM, Christos Zoulas wrote: In article4ec3f8f7.8020...@netbsd.org, Julio Merinoj...@netbsd.org wrote: On 11/16/11 12:46 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Wed Nov 16 17:46:16 UTC 2011 Modified Files:

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

2011-11-16 Thread Julio Merino
On 11/16/11 3:11 PM, Christos Zoulas wrote: In article4ec40d98.4070...@netbsd.org, Julio Merinoj...@netbsd.org wrote: I know there is no portable way, but at least we can default to do nothing if this is not supported. It's better than not building :-P Oh, I can arrange that. #ifdef

Re: CVS commit: src/sys

2011-11-25 Thread Julio Merino
files, they need to know to remove 'rnd' from them in order to be able to build kernels. I just encountered this scenario and had to dig down to see if removing the entry from the file was the right thing to do. -- Julio Merino / @jmmv

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-21 Thread Julio Merino
that require global variable, use posix timers instead. Interesting; didn't know about these. But what's the point of this change? It breaks OS X at least and does not fix anything AFAICT. -- Julio Merino / @jmmv

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-21 Thread Julio Merino
On Mon, Dec 19, 2011 at 5:58 PM, Christos Zoulas chris...@zoulas.comwrote: On Dec 19, 5:00pm, j...@netbsd.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-run | Interesting; didn't know about these. | | But what's the point of this change? It breaks OS X

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-21 Thread Julio Merino
On Mon, Dec 19, 2011 at 8:32 PM, Christos Zoulas chris...@zoulas.comwrote: On Dec 19, 6:06pm, j...@netbsd.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-run | I could only check with Snow Leopard and there is no timer_t there. I | don't have access

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-12-23 Thread Julio Merino
it? (I have not committed these fixes to the NetBSD tree because I cannot test them at the moment.) -- Julio Merino / @jmmv

Re: CVS commit: src

2012-02-10 Thread Julio Merino
On 2/7/12 2:37 PM, Joerg Sonnenberger wrote: Module Name:src Committed By: joerg Date: Tue Feb 7 19:37:14 UTC 2012 Modified Files: src: UPDATING src/doc: CHANGES Log Message: Add note about new apropos and mandoc for formatting. Document failing update builds

Re: CVS commit: src

2012-02-17 Thread Julio Merino
On 2/17/12 5:43 PM, Matt Thomas wrote: On Feb 17, 2012, at 2:36 PM, Julio Merino wrote: 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

Re: CVS commit: src

2012-02-17 Thread Julio Merino
On 2/17/12 5:45 PM, Matt Thomas wrote: On Feb 17, 2012, at 2:43 PM, Julio Merino wrote: On 2/17/12 5:43 PM, Matt Thomas wrote: On Feb 17, 2012, at 2:36 PM, Julio Merino wrote: Module Name:src Committed By: jmmv Date: Fri Feb 17 22:36:50 UTC 2012 Modified Files

Re: CVS commit: src

2012-02-17 Thread Julio Merino
On 2/17/12 5:58 PM, Matt Thomas wrote: On Feb 17, 2012, at 2:54 PM, Julio Merino wrote: On 2/17/12 5:45 PM, Matt Thomas wrote: On Feb 17, 2012, at 2:43 PM, Julio Merino wrote: So the modules are broken on purpose? Yes. Interesting. If that's the case, shouldn't we break PAGE_SIZE

Re: CVS commit: src

2012-02-17 Thread Julio Merino
On 2/17/12 7:11 PM, Julio Merino wrote: On 2/17/12 6:42 PM, Matt Thomas wrote: On Feb 17, 2012, at 3:11 PM, Julio Merino wrote: On 2/17/12 6:06 PM, Matt Thomas wrote: On Feb 17, 2012, at 3:02 PM, Julio Merino wrote: Aha, I see. Does it make sense to keep the test after renaming PAGE_SIZE

Re: CVS commit: src/sbin/ifconfig

2012-03-18 Thread Julio Merino
On 3/18/12 1:53 AM, Jukka Ruohonen wrote: On Fri, Mar 16, 2012 at 10:25:08PM -0400, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Sat Mar 17 02:25:08 UTC 2012 Modified Files: src/sbin/ifconfig: af_inetany.c Log Message: PR/43141: Tobias Nygren:

Re: CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-14 Thread Julio Merino
On Thu, Jul 12, 2012 at 12:15 PM, Christos Zoulas chris...@netbsd.orgwrote: Module Name:src Committed By: christos Date: Thu Jul 12 16:15:40 UTC 2012 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Properly include dependent library,

Re: CVS commit: src/regress/lib/libc/cdb

2012-07-22 Thread Julio Merino
this to ATF. As for resolution - if you insist, I can stop adding the tests. Have you gone over http://wiki.netbsd.org/tutorials/atf/ ? (I guess you have, but just in case.) -- Julio Merino / @jmmv

Re: CVS commit: src/tests/kernel

2013-02-19 Thread Julio Merino
a fflush(stderr) right before the fork() enough to make printf() safe in the child? If not, why not? -- Julio Merino / @jmmv

Re: CVS commit: src/external/bsd

2013-02-23 Thread Julio Merino
On Sat, Feb 23, 2013 at 9:18 AM, Julio Merino j...@netbsd.org wrote: Module Name:src Committed By: jmmv Date: Sat Feb 23 14:18:52 UTC 2013 Modified Files: src/external/bsd: Makefile Log Message: Makefile Fixed in the repository to read: Descend into kyua-cli when

Re: CVS commit: src/external/bsd/kyua-atf-compat/dist

2013-02-25 Thread Julio Merino
On Mon, Feb 25, 2013 at 1:54 PM, David Holland dholland-sourcechan...@netbsd.org wrote: On Mon, Feb 25, 2013 at 06:49:51PM +, Julio Merino wrote: Log Message: Cherry-pick upstream change d0daf9983f5a0e635f1127dbc827aa114daa90d8: Fix broken variable parsing with NetBSD's /bin/sh

Re: CVS commit: src/external/bsd/kyua-atf-compat/dist

2013-02-26 Thread Julio Merino
On Feb 25, 2013, at 13:54, David Holland dholland-sourcechan...@netbsd.org wrote: On Mon, Feb 25, 2013 at 06:49:51PM +, Julio Merino wrote: Log Message: Cherry-pick upstream change d0daf9983f5a0e635f1127dbc827aa114daa90d8: Fix broken variable parsing with NetBSD's /bin/sh Quote

Re: CVS commit: src/external/bsd/kyua-atf-compat/dist

2013-02-26 Thread Julio Merino
On Feb 25, 2013, at 15:40, Valeriy E. Ushakov u...@stderr.spb.ru wrote: On Mon, Feb 25, 2013 at 18:49:51 +, Julio Merino wrote: Module Name: src Committed By:jmmv Date:Mon Feb 25 18:49:51 UTC 2013 Modified Files: src/external/bsd/kyua-atf-compat/dist

Re: CVS commit: src/external/bsd/kyua-atf-compat/dist

2013-02-26 Thread Julio Merino
On Feb 25, 2013, at 14:01, Paul Goyette p...@whooppee.com wrote: On Mon, 25 Feb 2013, David Holland wrote: On Mon, Feb 25, 2013 at 06:49:51PM +, Julio Merino wrote: Log Message: Cherry-pick upstream change d0daf9983f5a0e635f1127dbc827aa114daa90d8: Fix broken variable parsing

Re: CVS commit: src

2013-03-01 Thread Julio Merino
/include/netiso/iso_var.h:94:22: error: field 'ifr_Addr' has incomplete type -- Julio Merino / @jmmv

Re: CVS import: src/external/bsd/kyua-cli/dist

2013-10-19 Thread Julio Merino
On Sat, Oct 19, 2013 at 7:32 AM, Marc Balmer m...@msys.ch wrote: Am 19.10.13 01:40, schrieb Julio Merino: Module Name: src Committed By: jmmv Date: Fri Oct 18 23:40:48 UTC 2013 Update of /cvsroot/src/external/bsd/kyua-cli/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22893

CVS commit: src/libexec/httpd

2011-03-29 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Mar 29 07:22:31 UTC 2011 Modified Files: src/libexec/httpd: bozohttpd.8 bozohttpd.c bozohttpd.h daemon-bozo.c main.c Log Message: Add pid file support: if the new -P option is provided, it specifies the location of

CVS commit: src

2011-03-29 Thread Julio Merino
and Matthias Scheler. + * by Jason R. Thorpe, Matthias Scheler and Julio Merino. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,90 +31,144 @@ #include sys/cdefs.h #if defined(LIBC_SCCS) !defined

CVS commit: src/tests/lib/librumphijack

2011-03-29 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Mar 29 15:43:45 UTC 2011 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: Make httpd create a pid file and use that to kill the server in a controlled manner (instead of indirectly through rump.halt).

CVS commit: src/tests/lib/librumphijack

2011-03-29 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Mar 29 16:03:32 UTC 2011 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: Halt the httpd server _before_ rump. Per pooka@'s suggestion. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:41:17 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24817 Log Message: Import atf-0.13: Experimental version released on March 31st, 2011. This is the first release after

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

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:44:18 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh src/external/bsd/atf/dist/doc: atf-test-case.4 Log

CVS commit: src/external/bsd/atf

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:45:45 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

CVS commit: src/doc

2011-03-31 Thread Julio Merino
@@ Check src/usr.sbin/amd/include/config.h is correct after import. Package: Automated Testing Framework (ATF) -Version: 0.6 -Current Vers: 0.6 -Maintainer: Julio M. Merino Vidal j...@netbsd.org +Version: 0.13 +Current Vers: 0.13 +Maintainer: Julio Merino j...@netbsd.org Archive site: ftp

CVS commit: src/external/bsd/atf/lib/libatf-c++

2011-04-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Apr 5 16:37:07 UTC 2011 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Set LIBISCXX=yes; from joerg@. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2011-04-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Apr 5 17:17:35 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: process.hpp src/external/bsd/atf/dist/atf-c/detail: process.c process.h process_test.c

CVS commit: src/libexec/httpd

2011-04-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Apr 24 07:17:02 UTC 2011 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: Remove the This option... sentence prefix for all option definitions. Adjust some sentences so that the new text makes sense. OK mrg@. To

CVS commit: src/libexec/httpd

2011-04-24 Thread Julio Merino
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\ SUCH DAMAGE. .\ -.Dd April 23, 2011 +.Dd April 24, 2011 .Dt HTTPD 8 .Os .Sh NAME @@ -594,6 +594,8 @@ provided chroot and change-to-user support, and other various fixes .It Coyote Point provided various CGI fixes +.It +Julio Merino

CVS commit: src/tests/util/sh

2011-04-29 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Apr 29 12:49:36 UTC 2011 Modified Files: src/tests/util/sh: t_exit.sh Log Message: Add test cases for PR bin/6764: 'trap ... 0' is supposed to execute the command when the shell exits but it does not work in ksh when the shells

CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 16:27:50 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Declare for-loop control variable outside of the for statement to prevent a warning and therefore fix the build. To generate a

CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 16:46:55 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Revert my previous change. christos@ submitted a different fix pretty much at the same time. Did an update amd64 release build

CVS commit: src/tests

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 17:42:29 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh src/tests/lib/librumphijack: t_tcpip.sh src/tests/net/route:

CVS commit: src/share/mk

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 17:47:28 UTC 2011 Modified Files: src/share/mk: bsd.test.mk Log Message: Remove any stale .fifo files when doing 'test'. These may be leaked if the user aborts the execution of atf-run with Ctrl+C, which will prevent a

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

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

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

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

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

CVS commit: src/doc

2011-06-14 Thread Julio Merino
@@ Check src/usr.sbin/amd/include/config.h is correct after import. Package: Automated Testing Framework (ATF) -Version: 0.13 -Current Vers: 0.13 +Version: 0.14 +Current Vers: 0.14 Maintainer: Julio Merino j...@netbsd.org Archive site: ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/ Home page: http

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

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

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:

CVS commit: src/etc

2010-12-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Dec 3 21:40:04 UTC 2010 Modified Files: src/etc: passwd.conf Log Message: Set the default localcypher to sha1 as discussed in current-us...@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/passwd.conf

CVS commit: src/share/man/man5

2010-12-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Dec 3 21:41:40 UTC 2010 Modified Files: src/share/man/man5: passwd.conf.5 Log Message: Document what the default values for localcipher and ypcipher are. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/distrib/utils/sysinst

2010-12-04 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Dec 4 14:57:57 UTC 2010 Modified Files: src/distrib/utils/sysinst: defs.h install.c menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c Log Message: Remove password cipher selection as discussed in

CVS commit: src/doc

2010-12-04 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Dec 4 14:59:48 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note that the default local cipher for passwords is now sha1 in /etc/passwd.conf and that sysinst does not ask for a setting any more. To generate a diff

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

2010-12-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 6 18:04:02 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh Log Message: Pull up revision c917871de7dd67ba57c17496ad68fe4e4aa8b239: Fix atf-check match checker to validate lines

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

2010-12-27 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 27 20:36:17 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream: Revision:

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

2011-01-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jan 5 14:03:08 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.xsl Log Message: Cherry-pick upstream revision f791048924a1b68da070f17dfd5e5c2d825dd018: Report bogus test programs in the HTML

CVS commit: src/bin/sh

2011-01-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Jan 7 22:21:56 UTC 2011 Modified Files: src/bin/sh: histedit.c Log Message: Call el_source before initializing sh-specific editline properties (i.e. the editor type and the tab completion binding). This allows tab completion

CVS commit: src/sys/arch/x86/x86

2011-01-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 17 22:21:25 UTC 2011 Modified Files: src/sys/arch/x86/x86: platform.c Log Message: Fix year correction in platform_add_date so that: * Years in the [90,99] range are considered to be in 1900. * Years in the [0,89] range are

CVS commit: src/sys/arch/x86/x86

2011-01-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jan 18 07:47:17 UTC 2011 Modified Files: src/sys/arch/x86/x86: platform.c Log Message: Ammend previous to be more accurate in platform_add_date by using the epoch: * Years in the [70,99] range are considered to be in 1900. *

CVS commit: src/share/man/man7

2010-06-26 Thread Julio Merino
of test programs in +.Pa /usr/tests +has been growing since then. +.Sh AUTHORS +.An Julio Merino Aq j...@netbsd.org

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

2010-06-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jun 26 11:15:59 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Register the tests(7) manual page. To generate a diff of this commit: cvs rdiff -u -r1.1220 -r1.1221 src/distrib/sets/lists/man/mi Please

CVS commit: src/share/man

2010-06-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jun 26 11:26:17 UTC 2010 Modified Files: src/share/man/man7: tests.7 src/share/man/man8: afterboot.8 Log Message: Move testing instructions from afterboot(8) to tests(7) and change the former to only provide a link to

  1   2   3   4   5   6   7   >