pintos-anon
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 PfaffRevise "Design" description.
2005-12-21 Ben PfaffClarify "invalid PID".
2005-12-21 Ben PfaffClarify function comment.
2005-12-21 Ben PfaffAdd "suggested order of implementation" section.
2005-12-20 Ben PfaffClarify that multithreaded processes not supported.
2005-12-20 Ben PfaffClarify.
2005-12-20 Ben PfaffAdd suggested implementations for filesys syscalls.
2005-12-20 Ben PfaffClarify that struct intr_frame is on the kernel stack.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAllow .png as alternate for ASCII art.
2005-12-20 Ben PfaffClarify that the idle thread does not receive recent_cpu.
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffIt's okay to use a single sorted queue for MLFQS.
2005-12-20 Ben PfaffSuggest order of operations for recent_cpu calculation.
2005-12-20 Ben PfaffSuggest 17.14 instead of 21.10 because the extra precis...
2005-12-20 Ben PfaffExplain why it sometimes looks like pass() fails.
2005-12-20 Ben PfaffMake backtrace chop long filenames to just the last...
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffAdd CVS Locking to menu.
2005-12-20 Ben PfaffIgnore pintos.text.
2005-12-20 Ben PfaffBe slightly more lenient.
2005-12-20 Ben PfaffIgnore *.d.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAdd summary of scheduler.
2005-12-20 Ben PfaffComment idle thread more thoroughly.
2005-12-20 Ben PfaffFix description of rounding to nearest in fixed point...
2005-12-20 Ben PfaffClarify that adding code where interrupts are already...
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffTalk about CVS locks.
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffClarifying comment.
2005-12-20 Ben PfaffAdd comment that gdb and pintos have to run on the...
2005-12-20 Ben PfaffMention that aklog and/or logging out and back in may...
2005-12-20 Ben PfaffRevising "Setting Up CVS" section.
2005-12-20 Ben PfaffAdd plaintext target.
2005-12-20 Ben PfaffCheck for the compiler's availability early in the...
2005-12-20 Ben PfaffAdd some clarifications to address question from "Kevin...
2005-12-20 Ben PfaffDon't use ! in shell--Solaris sh doesn't support it.
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-08-02 Ben PfaffFix typo.
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-08 Ben PfaffAdd CVS instructions.
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-07-04 Ben PfaffClarify use of thread_get_nice() and thread_set_nice().
2005-06-28 Ben PfaffReword paragraph.
2005-06-28 Ben PfaffFix Mendel's name.
2005-06-27 Ben PfaffFix bug that shifted mlfqs-recent-1 output by 1 second.
2005-06-27 Ben PfaffRevise.
2005-06-27 Ben PfaffClarify that scheduler data updates are synchronous...
2005-06-27 Ben PfaffFix cond_wait prototype. Thanks to ASIF Erayath Thekke...
2005-06-27 Ben PfaffInitialize start_time. Thanks to Ankur Goyal <angoyal...
2005-06-27 Ben Pfaff"thread_sleep" -> "timer_sleep"
2005-06-27 Ben PfaffFix summary table. Thanks to leith <eleith@stanford...
2005-06-25 Ben PfaffMake <STRONG> use boldface.
2005-06-25 Ben PfaffBe specific about `nice' range.
2005-06-25 Ben PfaffEmphasize backquotes.
2005-06-23 Ben PfaffFix wording in priority donation section.
2005-06-21 Ben PfaffIncrease mmap-shuffle, page-shuffle timeouts further.
2005-06-21 Ben PfaffCheck for no warnings in grade report.
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 PfaffCheck that `grade' reports are perfect.
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 Pfafftexi2html doesn't support @verbatiminclude, so kluge it.
2005-06-21 Ben PfaffShorten lines.
2005-06-21 Ben PfaffUntabify to fix Texinfo expansion.
2005-06-21 Ben PfaffUpdate spacing.
2005-06-21 Ben PfaffAdd reference to mcp example.
2005-06-21 Ben PfaffAdd some more examples.
2005-06-21 Ben PfaffUse qemu where appropriate and available.
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.
2005-06-20 Ben PfaffFix file name.
2005-06-20 Ben PfaffDon't print output for triple faults.
2005-06-20 Ben PfaffDon't print recursive reboots.
2005-06-20 Ben PfaffAllow decimal point in percentages.
2005-06-20 Ben PfaffFix handling of timeouts.
2005-06-20 Ben PfaffChange line spacing.
2005-06-20 Ben PfaffAlways print output for failing test cases.
2005-06-20 Ben PfaffAdd timeouts.
next