CVS commit: src/tests/rump/rumpkern

2021-01-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Jan 22 22:03:01 UTC 2021 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: for the busypage test, replace atf_tc_expect_fail() with atf_tc_skip() because atf apparently has no way to expect a test program to crash.

CVS commit: src/tests/rump/rumpkern

2020-12-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Dec 8 17:52:11 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: the busypage test is buggy, expect it to fail. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/t_vm.c

CVS commit: src/tests/rump/rumpnet

2020-09-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Sep 9 09:17:14 UTC 2020 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: Disable reverse DNS lookups in ping to avoid spurious test failures due to unresponsive DNS servers. To generate a diff of this commit:

CVS commit: src/tests/rump/rumpkern

2020-09-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 1 18:40:09 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Format PR references consistently so that they can be automatically turned into links in HTML reports. To generate a diff of this commit:

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:35:07 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Also skip the stress_short test - it just needs way too long to timeout and fail. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:29:58 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: lockme_DOUBLEINIT: The failure message differs slightly when using LOCKDEBUG, modify the expected pattern to cover both variants. To

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:14:17 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Skip a few tests with reference to already existing PRs as after "recent" scheduler changes these tests now leave rump_server processes

CVS commit: src/tests/rump/modautoload

2020-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 26 18:52:29 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Fix alpha build (relocation truncated to fit: GPREL16 against symbol ...) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 To

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:54:27 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Do the same thing with linker flags instead of directly specifying the archives. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/rump/modautoload

2020-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 16 12:44:42 UTC 2020 Modified Files: src/tests/rump/modautoload: Makefile Log Message: more nofifofs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/rump/modautoload/Makefile Please note that

CVS commit: src/tests/rump/kernspace

2020-03-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Mar 14 20:25:47 UTC 2020 Modified Files: src/tests/rump/kernspace: busypage.c Log Message: Catch up with reality. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/kernspace/busypage.c Please note that

CVS commit: src/tests/rump/kernspace

2019-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jan 4 05:35:24 UTC 2019 Modified Files: src/tests/rump/kernspace: threadpool.c Log Message: Fix a silly bug the "cancel thrash" test: the exit condition for the job was never set, and so if the job actually got started

CVS commit: src/tests/rump

2018-12-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 28 19:54:36 UTC 2018 Modified Files: src/tests/rump/kernspace: kernspace.h threadpool.c src/tests/rump/rumpkern: t_threadpool.c Log Message: Add a test case that exercises repeated sceduling and cancelling of a

CVS commit: src/tests/rump/rumpkern

2018-12-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 26 14:27:23 UTC 2018 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: Add -lrump after -lkernspace, because kernspace.a references symbols from librump and hooray for static linking semantics. Fixes sun2

CVS commit: src/tests/rump/kernspace

2018-12-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 25 21:26:31 UTC 2018 Modified Files: src/tests/rump/kernspace: threadpool.c Log Message: Include some non-critical-but-still-for-correctness lines of code in the cancellation unit test. (I could have sworn I actually

CVS commit: src/tests/rump/kernspace

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 28 07:46:34 UTC 2017 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: Fix build To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/kernspace/workqueue.c Please note that diffs

CVS commit: src/tests/rump

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 28 07:10:26 UTC 2017 Modified Files: src/tests/rump/kernspace: kernspace.h workqueue.c src/tests/rump/rumpkern: t_workqueue.c Log Message: Add a test case for workqueue_wait To generate a diff of this commit:

CVS commit: src/tests/rump/kernspace

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 28 07:09:31 UTC 2017 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: Functionalize some routines to add new tests easily (NFC) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/rump/kernspace

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 28 04:38:02 UTC 2017 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: Fix a race condition on taking the mutex The workqueue worker can take the mutex before the tester tries to take it after calling

CVS commit: src/tests/rump/kernspace

2017-12-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 28 04:36:15 UTC 2017 Modified Files: src/tests/rump/kernspace: workqueue.c Log Message: Tweak use of cv_timedwait - Handle its return value - Specify more appropriate time-out periods (2 ticks is too short) To

CVS commit: src/tests/rump/kernspace

2017-09-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 29 13:19:57 UTC 2017 Modified Files: src/tests/rump/kernspace: kernspace.h Log Message: Add declaration. build fix sorry, I forgot to commit this file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/rump/rumpkern

2017-09-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 29 10:22:36 UTC 2017 Modified Files: src/tests/rump/rumpkern: t_threads.c Log Message: Run both tests (rather than rumptest_threadjoin twice) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/rump/rumpkern

2017-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 3 12:09:41 UTC 2017 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Fix detection of expected results. The rump kernel code apparently includes source-code line numbers in the messages, so rather than

CVS commit: src/tests/rump/modautoload

2016-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 14 16:02:35 UTC 2016 Modified Files: src/tests/rump/modautoload: Makefile Log Message: Disable aslr too since we are playing address space range tricks. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/rump/modautoload

2016-09-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 14 03:19:11 UTC 2016 Modified Files: src/tests/rump/modautoload: t_modautoload.c Log Message: Fill old_len which is required by sysctlbyname To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/rump/modautoload

2016-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 11:04:24 UTC 2016 Modified Files: src/tests/rump/modautoload: Makefile Log Message: need bsd.init.mk To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/modautoload/Makefile Please note that

CVS commit: src/tests/rump/modautoload

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 14:23:54 UTC 2016 Modified Files: src/tests/rump/modautoload: Makefile Log Message: don't disable PIE To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/modautoload/Makefile Please note

CVS commit: src/tests/rump/modautoload

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 14:21:07 UTC 2016 Modified Files: src/tests/rump/modautoload: Makefile Log Message: needs mprotect disable since it loads kernel code and relocates it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/rump/modautoload

2016-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 20 17:06:18 UTC 2016 Modified Files: src/tests/rump/modautoload: Makefile Log Message: add missing library dependencies. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/modautoload/Makefile

CVS commit: src/tests/rump/rumpnet

2016-08-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Aug 10 23:49:03 UTC 2016 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: + -lrumpdev To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/rumpnet/t_shmif.sh Please note that diffs are not

CVS commit: src/tests/rump/rumpkern

2016-08-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Aug 10 23:47:14 UTC 2016 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: + -lrumpdev To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/rump/rumpkern/t_sp.sh Please note that diffs are not

CVS commit: src/tests/rump/rumpkern/h_server

2016-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 12:21:42 UTC 2016 Modified Files: src/tests/rump/rumpkern/h_server: h_simpleserver.c Log Message: include for bool To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/rump/rumpkern

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 18:54:15 UTC 2016 Added Files: src/tests/rump/rumpkern: Makefile.inc Log Message: bridge with the higher Makefile.inc To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/rump/rumpkern/Makefile.inc

CVS commit: src/tests/rump/modautoload

2015-12-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 27 08:21:44 UTC 2015 Modified Files: src/tests/rump/modautoload: t_modautoload.c Log Message: Remove a left-over debugging variable. Fix the build. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/rump/modautoload

2015-12-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 27 06:36:36 UTC 2015 Modified Files: src/tests/rump/modautoload: Makefile t_modautoload.c Log Message: When MODULAR kernels grew a MODULAR_DEFAULT_AUTOLOAD option, (in rev 1.98 of src/sys/kern/kern_module.c), the

CVS commit: src/tests/rump/rumpkern

2015-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 21 15:00:50 UTC 2015 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: check that setuid() works for procs with 1 lwp To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/rump/rumpkern

2015-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 21 15:19:01 UTC 2015 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: call previous with the correct args too To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpkern/t_lwproc.c

CVS commit: src/tests/rump/rumpkern

2014-08-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 30 12:14:17 UTC 2014 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: On systems that have only 32M of memory, the stress_short and stress_long tests thrash a lot, and the stress_long test sometimes times out,

CVS commit: src/tests/rump/rumpvfs

2014-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 12 15:33:12 UTC 2014 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: CID 978337: Fix resource leak To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/rump/rumpvfs/t_etfs.c Please

CVS commit: src/tests/rump/kernspace

2014-03-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 21 22:18:57 UTC 2014 Modified Files: src/tests/rump/kernspace: tsleep.c Log Message: remove sys/simplelock.h (straggler) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/kernspace/tsleep.c

CVS commit: src/tests/rump/rumpnet

2013-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 9 19:27:49 UTC 2013 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: Use 8 TCP/IP stacks instead of 16. That still gives us plenty crossping testing for 1/4th of the cost. To generate a diff of this

CVS commit: src/tests/rump/rumpkern

2013-07-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 26 16:09:49 UTC 2013 Modified Files: src/tests/rump/rumpkern: t_copy.c Log Message: New testcase which checks that rump copyin/copyout/copyinstr/copyoutstr version return EFAULT for special NULL user address. ok pooka@.

CVS commit: src/tests/rump/rumpkern

2012-03-17 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Mar 17 18:00:29 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive for at least 10 seconds before it can be reclaimed. Change the

CVS commit: src/tests/rump/rumpkern

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 13:05:52 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Adjust MEMFREE expected output to recent kmem(9) changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/rump/kernspace

2012-01-28 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Jan 28 12:23:56 UTC 2012 Modified Files: src/tests/rump/kernspace: tsleep.c Log Message: tsleep(9) no more. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/kernspace/tsleep.c Please note that

CVS commit: src/tests/rump/rumpkern/h_client

2011-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 26 13:17:36 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: fix fallout from including signal.h in rump_syscallargs.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/rump/kernspace

2011-06-12 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 12 06:38:14 UTC 2011 Modified Files: src/tests/rump/kernspace: busypage.c Log Message: vmobjlock is now a pointer to kmutex_t. use it as one. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/rump

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 14:09:47 UTC 2011 Modified Files: src/tests/rump: Makefile Added Files: src/tests/rump/rumpnet: Makefile t_shmif.sh Log Message: Add a test checks that 16 rump kernels on one shmif bus can ping each other. To

CVS commit: src/tests/rump/rumpkern

2011-02-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 24 08:40:06 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: in reconnect, ignore any all reconnect messages To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/rump/rumpvfs

2011-02-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 22 10:36:14 UTC 2011 Modified Files: src/tests/rump/rumpvfs: Makefile Added Files: src/tests/rump/rumpvfs: t_basic.c Log Message: test lseek return value (off_t, might be register_t) To generate a diff of this

CVS commit: src/tests/rump/rumpvfs

2011-02-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 22 13:25:18 UTC 2011 Modified Files: src/tests/rump/rumpvfs: t_basic.c Log Message: One more lseek test case: in case of an error, check rv == -1 (so that it's not e.g UINT_MAX). To generate a diff of this commit: cvs

CVS commit: src/tests/rump/rumpkern

2011-02-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 20 19:45:45 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_signals.c Log Message: explicitly set the signal model To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_signals.c

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Feb 19 09:56:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_reconcli.c Log Message: set reconnect property now that it's off by default To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 7 20:05:09 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: Limit test duration based on wall time instead of loops (took a long time on slow platforms). To generate a diff of this

CVS commit: src/tests/rump/rumpkern

2011-01-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 24 17:51:29 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile Added Files: src/tests/rump/rumpkern/h_client: h_reconcli.c Log Message: test for rumpclient

CVS commit: src/tests/rump

2011-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 14 13:08:00 UTC 2011 Modified Files: src/tests/rump/kernspace: Makefile kernspace.h src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/kernspace: sendsig.c src/tests/rump/rumpkern:

CVS commit: src/tests/rump/rumpkern

2011-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 14 13:23:16 UTC 2011 Modified Files: src/tests/rump/rumpkern: Makefile t_sp.sh src/tests/rump/rumpkern/h_client: h_simplecli.c Added Files: src/tests/rump/rumpkern/h_server: Makefile h_simpleserver.c Log

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:12:26 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Establish signal handler already in parent. Otherwise the child might be killed before it has a chance to run. To

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:37:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Give the stress queen two modes: one which nicely suggests an exit and another one which keeps moet et chandon in her pretty

CVS commit: src/tests/rump/rumpkern

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:39:20 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: * run the killer stress test * reduce default runtime to 5s To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/rump/rumpkern

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 12:32:53 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Execute a variety of syscalls in the stress test, including opening files and

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 11:26:28 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Print some more info in an attempt to try to understand why the test fails in automated test runs but not my desktop. To

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 14:05:04 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Don't use printf in a signal handler. XXX: it would be nice if the deadlock with malloc were a little more obvious,

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:30:22 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: check that we actually go into the signal handler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/rump/rumpkern

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:51:37 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Make sure stressclient worker threads complete their operation instead of hanging.

CVS commit: src/tests/rump

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 13:12:53 UTC 2011 Modified Files: src/tests/rump/kernspace: Makefile kernspace.h src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/kernspace: lockme.c src/tests/rump/rumpkern: t_kern.c

CVS commit: src/tests/rump/rumpkern

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 5 17:19:09 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile Added Files: src/tests/rump/rumpkern/h_client: h_forkcli.c Log Message: Some tests for

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 06:59:25 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: check that child exits with an expected status To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/rump/rumpkern

2010-12-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 12 12:51:19 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: use rump.halt in cleanup To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_sp.sh Please note that

CVS commit: src/tests/rump/rumpvfs

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 18:14:38 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: check etfs key rules To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/rump/rumpvfs/t_etfs.c Please note that diffs

CVS commit: src/tests/rump/rumpvfs

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 18:19:47 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: one more test To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/rump/rumpvfs/t_etfs.c Please note that diffs are not

CVS commit: src/tests/rump/rumpkern

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 22:09:15 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile h_reboot.c h_simplecli.c

CVS commit: src/tests/rump/rumpkern

2010-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 9 15:25:20 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_copy.c Log Message: Test copystr/copyinstr/copyoutstr focusing on the off-by-one cases. As a notable

CVS commit: src/tests/rump/rumpkern

2010-10-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 29 15:32:51 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: implicit pid is 1 instead of 0 now To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpkern/t_lwproc.c

CVS commit: src/tests/rump/kernspace

2010-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 9 09:59:48 UTC 2010 Modified Files: src/tests/rump/kernspace: busypage.c Log Message: hold object lock across page unbusy To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/kernspace/busypage.c

CVS commit: src/tests/rump/rumpkern

2010-09-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 7 17:09:28 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: +tc (turns out the bug was elsewhere, but a test is always a test) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/rump/rumpkern

2010-09-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Sep 1 21:18:14 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: tests for rump_lwproc To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/tests/rump/rumpvfs

2010-06-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 21 14:39:36 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: check etfs mappings with offsets To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpvfs/t_etfs.c Please note

CVS commit: src/tests/rump/rumpvfs

2010-06-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 20 17:43:33 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: Check that etfs block mapping works for 2TB devices. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/rump/rumpvfs

2010-06-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 19 13:40:09 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: add test for block device support To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpvfs/t_etfs.c Please

CVS commit: src/tests/rump/rumpvfs

2010-06-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 19 13:43:29 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: fix pasto, sprinkle ATF_REQUIRE_EQ() ATF_REQUIRE_ERRNO, oh ATF_REQUIRE_ERRNO, wherefore art thou ATF_REQUIRE_ERRNO? To generate a diff

CVS commit: src/tests/rump/rumpvfs

2010-06-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 19 13:44:11 UTC 2010 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: ... and remove the not-supposed-to-be-committed call to rump_sys_reboot() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/rump

2010-06-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 17 08:31:20 UTC 2010 Modified Files: src/tests/rump: Atffile Log Message: tp_glob - tp-glob (i.e. better use correct keywords ..) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/rump/Atffile Please

CVS commit: src/tests/rump

2010-06-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 16 19:29:33 UTC 2010 Modified Files: src/tests/rump: Atffile Makefile Added Files: src/tests/rump/rumpvfs: Atffile Makefile t_etfs.c Log Message: Add simple etfs test which almost tests for bug fixed yesterday (the

CVS commit: src/tests/rump

2010-06-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 14 21:06:09 UTC 2010 Modified Files: src/tests/rump/kernspace: Makefile kernspace.h src/tests/rump/rumpkern: t_vm.c Added Files: src/tests/rump/kernspace: alloc.c Log Message: add a vm allocator test which

CVS commit: src/tests/rump

2010-06-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 9 12:35:46 UTC 2010 Modified Files: src/tests/rump: Atffile Makefile Added Files: src/tests/rump/modautoload: Atffile Makefile t_modautoload.c Log Message: Add a test which checks autoloading modules from the

CVS commit: src/tests/rump

2010-05-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 31 23:32:51 UTC 2010 Modified Files: src/tests/rump: Atffile Makefile Added Files: src/tests/rump/kernspace: Makefile busypage.c kernspace.h thread.c tsleep.c Log Message: Add some kernel namespace

CVS commit: src/tests/rump/rumpkern

2010-05-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 31 23:36:12 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_threads.c t_tsleep.c t_vm.c Log Message: add tests for: * threading * tsleep variants * uvm page

CVS commit: src/tests/rump/rumpkern

2010-05-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 31 23:51:28 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: hmm, using unifdef for the previous might have been a good idea ... To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/rump/rumpkern

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 11:20:21 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: Disable module autoload so that it won't foil our module unload test. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/rump/rumpkern

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 12:11:53 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: convert to ifdef USE_ATF To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpkern/t_modcmd.c Please note

CVS commit: src/tests/rump/rumpkern

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 19:27:25 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: msdosfs depends on disk devices now To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpkern/Makefile Please

CVS commit: src/tests/rump/rumpkern

2009-11-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Nov 28 22:20:38 UTC 2009 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: It seems that LDADD.file gets added to the linker invocation after the LDADD variable expansion. To support static linking, ensure that the

CVS commit: src/tests/rump/rumpkern

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 16:18:13 UTC 2009 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: don't hardcode /usr/lib path To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_modcmd.c Please