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/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/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/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/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/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/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