Explain better what we expect from the buffer cache.
[pintos-anon] / src /
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.
2006-01-08 Ben PfaffAdd explanatory comments to userprog tests.
2006-01-08 Ben PfaffRemove file that was not used.
2006-01-07 Ben PfaffAdd explanatory comments to threads tests.
2006-01-04 Ben PfaffDon't check return value of write().
2006-01-04 Ben PfaffClarifying comments.
2006-01-04 Ben PfaffHelpful comment.
2006-01-04 Ben PfaffTypo in comment.
2006-01-04 Ben PfaffNew test for growing the stack using a system call.
2006-01-04 Ben PfaffAdd clarifying comment.
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffAdd hash_apply() function.
2006-01-03 Ben PfaffAlways round up disk sizes to multiple of a cylinder,
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-12-21 Ben PfaffUse -Wdeclaration-after-statement.
2005-12-21 Ben PfaffDon't need GCC patch anymore because we don't use Intel...
2005-12-21 Ben PfaffComments.
2005-12-21 Ben PfaffUse AT&T syntax instead of Intel.
2005-12-21 Ben PfaffDon't use -I- because GCC 4.0 complains.
2005-12-21 Ben PfaffAdd cast to silence new warning in GCC 4.0.
2005-12-21 Ben PfaffUse bool vars instead of bits for shift keys.
2005-12-21 Ben PfaffClarify function comment.
2005-12-20 Ben PfaffMake backtrace chop long filenames to just the last...
2005-12-20 Ben PfaffBe slightly more lenient.
2005-12-20 Ben PfaffIgnore *.d.
2005-12-20 Ben PfaffComment idle thread more thoroughly.
2005-12-20 Ben PfaffClarifying comment.
2005-12-20 Ben PfaffCheck for the compiler's availability early in the...
2005-12-20 Ben PfaffCall qemu with "-nics 0" to avoid calling any network...
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-12-13 Ben PfaffFix fencepost error in strstr().
2005-07-13 Ben PfaffAdd another possible ordering of lines.
2005-07-13 Ben PfaffFix bug reported by Mike Brown <mbrown@vmware.com>...
2005-07-06 Ben PfaffAllow disks to come from build/ directory as well as...
2005-07-06 Ben PfaffEliminate race condition in timer_print_stats() found...
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 PfaffIncrease mmap-shuffle, page-shuffle timeouts further.
2005-06-21 Ben PfaffMake page-merge-seq, page-merge-par even longer.
2005-06-21 Ben PfaffAdd priority-donate-nest.
2005-06-21 Ben PfaffFix stupid bug.
2005-06-21 Ben PfaffUse temporary file instead of reference to string
2005-06-21 Ben PfaffPrint message for perfect score.
2005-06-21 Ben PfaffFix rubric files.
2005-06-21 Ben PfaffIncrease syn-read timeout even more.
2005-06-21 Ben PfaffIncrease syn-read timeout.
2005-06-21 Ben PfaffDeal with `wc -l' putting spaces in the output.
2005-06-21 Ben PfaffUpdate spacing.
2005-06-21 Ben PfaffAdd some more examples.
2005-06-21 Ben PfaffIncrease page-linear timeout.
2005-06-21 Ben PfaffUpdate for modified test.
2005-06-21 Ben PfaffFix releasing of free inode blocks.
2005-06-20 Ben PfaffIncrease time-outs for page-shuffle, mmap-shuffle.
next