defined 'test_name' for msg()/vmsg() to work properly
[pintos-anon] / src /
2006-06-06 Godmar Backdefined 'test_name' for msg()/vmsg() to work properly
2006-06-02 Ben PfaffReplace GSX Server support with VMware Player support.
2006-06-01 Ben PfaffAdd installation chapter to manual. Remove now-redunda...
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-06-01 Ben PfaffDon't put white space before call to $(eval) because...
2006-06-01 Ben PfaffIncrease timeout for MLFQS tests to 480 seconds, which...
2006-05-31 Ben PfaffAdd utils to CLEAN_SUBDIRS.
2006-05-30 Ben PfaffFix two bugs:
2006-05-30 Ben PfaffFix stupidity in last check-in.
2006-05-30 Ben PfaffAdd patch to support serial terminals under Solaris.
2006-05-30 Ben PfaffAdd priority-donate-lower to rubric.
2006-05-30 Ben PfaffReduce number of simultaneously waking threads to 3,
2006-05-30 Ben PfaffWhen using -k, make sure to flush all of the subprocess...
2006-05-30 Ben PfaffMake stdout unbuffered while filtering output.
2006-05-27 Ben PfaffComment.
2006-05-27 Ben PfaffAdd "-k" option to pintos script. When used, pintos...
2006-05-27 Ben PfaffPut "abort" in "User process abort" in all caps, analog...
2006-05-27 Ben PfaffDisable networking when running qemu,
2006-05-27 Ben PfaffAdd file system persistence tests:
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-24 Ben PfaffEnclose kernel command line arguments that contain...
2006-05-23 Ben PfaffAdd EXIT_FAILURE, EXIT_SUCCESS to syscall.h,
2006-05-22 Ben PfaffFile system project updates:
2006-05-22 Ben PfaffWording.
2006-05-22 Ben PfaffFix comment style.
2006-05-20 Ben PfaffComment.
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-05-19 Ben PfaffAdd file_get_inode() for symmetry with dir_get_inode().
2006-05-19 Ben PfaffComments.
2006-05-19 Ben PfaffReplace lsdir system call by readdir, isdir system...
2006-05-19 Ben PfaffImprove automatic test failure interpretation by extend...
2006-05-19 Ben PfaffRemove unused variable.
2006-05-19 Ben PfaffIgnore mcat.
2006-05-19 Ben PfaffMake directory interface more like file interface.
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...
2006-05-18 Ben PfaffFormatting.
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
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-05-17 Ben PfaffIgnore bochsout.txt, bochsrc.txt.
2006-05-17 Ben PfaffFix typo.
2006-05-17 Ben PfaffGive backtrace program ability to take multiple binary...
2006-05-17 Ben PfaffBoy I just can't get anything right this morning
2006-05-17 Ben PfaffOops--added syscall before I was ready.
2006-05-17 Ben PfaffImprove comments.
2006-05-17 Ben PfaffFully capitalize SYS_* syscall enum names.
2006-05-16 Ben PfaffUse enum instead of macros for system call numbers,
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-20 Ben PfaffDon't pass "-nics 0" to qemu, because this option name...
2006-04-20 Ben PfaffImprove comments.
2006-04-20 Ben PfaffFix line wrapping.
2006-04-20 Ben PfaffFix comment.
2006-04-20 Ben PfaffImprove comments.
2006-04-13 Ben PfaffImprove wording.
2006-04-10 Ben PfaffInvert the priority scheme, so that PRI_MIN is now...
2006-04-09 Ben PfaffThe lock functions don't really need to disable interru...
2006-04-09 Ben PfaffFix typo in comment.
2006-04-09 Ben PfaffImprove comment.
2006-04-09 Ben PfaffRemove unnecessary test for switching from null current...
2006-04-09 Ben PfaffBreak load_segment() into two functions for increased...
2006-04-08 Ben PfaffAdd patch to make a triple fault break to the gdb stub...
2006-04-08 Ben PfaffDon't read anything from the disk for a segment with...
2006-04-08 Ben PfaffStyle.
2006-04-08 Ben PfaffFix for Bochs 2.2.6.
2006-04-07 Ben PfaffFix clock: line in bochsrc.
2006-04-07 Ben PfaffUtility for invoking the proper GDB and loading Pintos...
2006-04-07 Ben PfaffAdd GDB macros written by Godmar Back.
2006-04-05 Ben PfaffComment.
2006-04-05 Ben PfaffAllow PINTOSSIM environment variable to select default...
2006-04-05 Ben PfaffClarify comment.
2006-04-05 Ben PfaffWarn if timeout used with debugger.
2006-04-05 Ben PfaffAdd comment to explain why we don't free initial_thread.
2006-04-05 Ben PfaffAdd references to tour of pintos.
2006-04-05 Ben PfaffRename putchar_unlocked() to putchar_have_lock() to...
2006-04-05 Ben PfaffExplain new patches.
2006-04-03 Ben PfaffNow it actually works.
2006-04-03 Ben PfaffStupid me.
2006-04-03 Ben PfaffSolaris patch.
2006-04-03 Ben PfaffMake it more robust.
2006-04-03 Ben PfaffAdd another necessary patch.
2006-04-03 Ben PfaffReverse patches (oops).
2006-04-03 Ben PfaffFix typos.
2006-04-03 Ben PfaffFirst stab at Bochs 2.2.6 upgrade (not yet tested).
2006-04-03 Ben PfaffIgnore setitimer-helper.
2006-03-15 Ben PfaffMake timeouts based on CPU time.
2006-03-09 Ben PfaffFix type of sector_idx in inode_write_at().
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2006-01-12 Ben PfaffClean up temp files on signal.
2006-01-10 Ben PfaffAdd "panic: action=fatal" to bochsrc.txt to avoid a...
2006-01-08 Ben PfaffFix comment.
2006-01-08 Ben PfaffRemove -Wdeclaration-after-statement because it's not...
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to filesys tests.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffFormatting.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
next