pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / tests /
2005-06-20 Ben PfaffAdd grading system.
2005-06-20 Ben PfaffUse file count of 20.
2005-06-19 Ben PfaffComment fixes.
2005-06-19 Ben PfaffComment fixes.
2005-06-19 Ben PfaffUnused source file.
2005-06-19 Ben PfaffAdd Algorithms::Diff to source tree for systems that...
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-06 Ben PfaffEnhance shell.
2005-04-06 Ben PfaffEnhance shell.
2005-04-06 Ben PfaffAdd ls, mkdir user test programs.
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
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-27 Ben PfaffMove segment rounding LDFLAGS into tests/userprog/Makefile.
2004-10-26 Ben PfaffAdd comment to clarify behavior.
2004-10-26 Ben PfaffMake tests/userprog makefile modular so we can reuse...
2004-10-25 Ben PfaffReverse LIB order so that programs that don't make...
2004-10-17 Ben PfaffAdd -s to LDFLAGS to strip output binaries.
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-26 Ben PfaffComments.
2004-09-26 Ben PfaffIgnore more files.
2004-09-26 Ben PfaffUpdate comments.
2004-09-22 Ben PfaffMake more useful.
2004-09-22 Ben PfaffAdd -include constants.h.
2004-09-22 Ben PfaffMove THREAD_JOIN_IMPLEMENTED to constants.h.
2004-09-21 Ben PfaffComment out fullpage line.
2004-09-20 Ben PfaffMake page alignment optional.
2004-09-20 Ben PfaffIntroduce PID_ERROR as an invalid exec return value.
2004-09-20 Ben PfaffFix comments.
2004-09-20 Ben PfaffFix call to create().
2004-09-20 Ben PfaffAdd dummy file to ensure that lib/user is kept in CVS.
2004-09-20 Ben PfaffRevise makefile structure.
2004-09-17 Ben PfaffAdd threads tests.