pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / tests / threads /
2007-01-28 Ben PfaffFix order of checks on load average.
2007-01-06 Godmar Back- added priority-donate-chain test which tests 8-level...
2006-10-07 Ben PfaffImprove comment.
2006-10-05 Ben PfaffSleep until recent_cpu actually decays.
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-06-01 Ben PfaffIncrease timeout for MLFQS tests to 480 seconds, which...
2006-05-30 Ben PfaffAdd priority-donate-lower to rubric.
2006-05-30 Ben PfaffReduce number of simultaneously waking threads to 3,
2006-05-27 Ben PfaffAdd file system persistence tests:
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...
2006-05-18 Ben PfaffFix comment typo.
2006-05-18 Ben PfaffAdd test that checks that recent_cpu decays properly...
2006-05-18 Ben PfaffAdd a test for P1 that checks that multiple threads...
2006-05-17 Ben PfaffAdd another test that checks priority scheduling in...
2006-05-17 Ben PfaffAdd another test that locks & unlocks in FIFO order...
2006-04-10 Ben PfaffInvert the priority scheme, so that PRI_MIN is now...
2006-01-07 Ben PfaffAdd explanatory comments to threads tests.
2005-12-20 Ben PfaffBe slightly more lenient.
2005-07-04 Ben PfaffAdd comment.
2005-06-27 Ben PfaffFix bug that shifted mlfqs-recent-1 output by 1 second.
2005-06-27 Ben PfaffInitialize start_time. Thanks to Ankur Goyal <angoyal...
2005-06-21 Ben PfaffAdd priority-donate-nest.
2005-06-20 Ben PfaffChange line spacing.
2005-06-20 Ben PfaffAdd timeouts.
2005-06-20 Ben PfaffAdd grading system.
2005-06-19 Ben PfaffComment fixes.
2005-06-19 Ben PfaffComment fixes.
2005-06-19 Ben PfaffUnused source file.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-01 Ben PfaffImprove test program.
2005-04-01 Ben PfaffFix comment.
2005-04-01 Ben PfaffImprove.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-29 Ben PfaffAdd printf() test.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-18 Ben PfaffIn all the variants of the basic test for part 1-1...
2005-01-09 Ben PfaffPrint int with %d, not %zu.
2005-01-09 Ben PfaffPrint PASS messages when complete.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffImprove basic alarm clock test.
2004-12-01 Ben PfaffAdd qsort(), bsearch().
2004-10-14 Ben PfaffSpelling fix.
2004-10-14 Ben PfaffShould iterate 10 times not 5.
2004-10-12 Ben PfaffNeither of these tests works under MLFQS.
2004-10-11 Ben PfaffMake sure that we're not being tested with MLFQS on.
2004-10-09 Ben PfaffFix logic problem.
2004-10-09 Ben PfaffFix compile problems.
2004-10-09 Ben PfaffFix compile problems.
2004-09-27 Ben PfaffTest for linked list implementation.
2004-09-22 Ben PfaffMove THREAD_JOIN_IMPLEMENTED to constants.h.
2004-09-17 Ben PfaffAdd threads tests.