pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / tests / userprog /
2015-12-17 John OusterhoutFixes exec-bound-3 failures
2015-12-17 John OusterhoutAdded more userprog tests, mostly relating to boundary...
2014-03-18 Pablo de OliveiraFix userprog tests for clang
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-07 Ben PfaffRename .cvsignore files to .gitignore.
2007-01-07 Godmar Backadjustments to scores for P2 as discussed.
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-11-10 Ben PfaffMinor style updates.
2006-11-10 Godmar BackRewrite of multi-oom. Now descends 10 times and expect...
2006-11-10 Godmar Backadded accidentally omitted $ to make operand immediate
2006-11-03 Ben PfaffClarify purpose and rationale.
2006-06-19 Ben PfaffAllow user fault messages in output in bad-* tests.
2006-06-07 Godmar Backadded bad-jump/read/write bad-jump2/read2/write2 to...
2006-05-27 Ben PfaffAdd file system persistence tests:
2006-05-17 Ben PfaffFully capitalize SYS_* syscall enum names.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to userprog tests.
2006-01-08 Ben PfaffRemove file that was not used.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-07-13 Ben PfaffAdd another possible ordering of lines.
2005-06-20 Ben PfaffChange line spacing.
2005-06-20 Ben PfaffAdd timeouts.
2005-06-20 Ben PfaffAdd grading system.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
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-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
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-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-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.