pintos-anon
2008-08-24 Ben PfaffNew option -r to reboot the VM after actions are complete.
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-23 Ben PfaffRTC support.
2008-08-23 Ben PfaffUse macros for 8259A PIC registers, instead of writing...
2008-08-21 Ben PfaffUse --build-id=none to avoid build-id sections on FC8.
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2008-07-18 Ben PfaffFix bug in --sim and --debug options reported by Bob...
2008-07-03 Ben PfaffSpecify rounding for priority calculations.
2008-07-03 Ben PfaffNo longer recommend SourceForge.
2008-07-03 Ben PfaffMake recent Texinfo accept devel.texi.
2008-03-17 Ben PfaffWording improvements, from "Valentin I. Spitkovsky"
2008-02-21 Ben PfaffReference to threads/exception.c should be to userprog...
2008-02-14 Ben PfaffExplain why a null pointer sentinel must be pushed...
2008-02-14 Ben PfaffGrammar fixes.
2008-01-26 Ben PfaffUse -fno-stack-protector with GCC versions that support...
2008-01-24 Ben PfaffFix typos.
2008-01-24 Ben PfaffFix reversal of "acquire" and "release" in Locks section.
2008-01-09 Godmar Back- moved all instructions that related to local CVS...
2007-11-17 Godmar Back- add localsettings.texi which contains Stanford-local...
2007-11-16 Godmar Backadded IGNORE_USER_FAULTS clause to match specification
2007-09-23 Godmar Backfixed typo: "pass" should be "fail"
2007-05-18 Ben PfaffClean some more files.
2007-05-07 Ben PfaffFix warning.
2007-04-23 Ben PfaffCorrectly initialize the esp0 pointer in the TSS for...
2007-04-02 Ben PfaffIgnore tags and cscope files.
2007-04-02 Ben PfaffImprove comment on thread_unblock().
2007-03-31 Ben PfaffFix bugs in -j and -r options reported by Godmar Back.
2007-03-31 Ben PfaffFix bug in jitter reported by Godmar Back (BIOS wouldn...
2007-03-31 Ben PfaffFix specification of "write" system call to match the...
2007-03-31 Ben PfaffDescribe cscope.
2007-03-31 Ben PfaffDelete question about pwd.c program, as agreed with...
2007-03-24 Ben PfaffImprove wording.
2007-03-24 Ben PfaffExplain the semantics of exec in more detail.
2007-03-24 Ben PfaffAdd helpful comment.
2007-03-24 Ben PfaffAdd "cscope" target.
2007-03-24 Ben PfaffRename execute_thread() to start_process().
2007-03-24 Ben PfaffClarify that create and remove work on files, not on...
2007-03-08 Ben PfaffFix bug in *-persistence tests when prerequisites fail.
2007-03-07 Ben PfaffFix inconstiency in recent_cpu update description.
2007-02-11 Ben PfaffFix typo.
2007-02-11 Ben PfaffClarify description of "wait" syscall. Thanks to Evan...
2007-02-06 Ben PfaffImprove example for "Can a thread's priority change...
2007-02-06 Godmar Backadded patch to make bochs work with gdb 6.5
2007-01-28 Ben PfaffFix order of checks on load average.
2007-01-21 Ben PfaffAdd i86pc to unames detected as x86 (used by Solaris).
2007-01-13 Godmar Backfixed grammar/typo
2007-01-11 Ben PfaffSet VERBOSE to empty string by default, which prevents...
2007-01-11 Ben PfaffRemove unnecessary semicolon that gives GNU make 3...
2007-01-11 Ben PfaffDon't call bx_gdbstub_exception when we're not compilin...
2007-01-09 Ben PfaffAdd -MF to GCC invocation to make ccache happy on Fedor...
2007-01-08 Godmar Backclarified stack limit issue and removed comment about...
2007-01-08 Godmar Back- removed @ref to "printf Reboots" since this no longer...
2007-01-08 Godmar Backadjusted scores for P4 as discussed
2007-01-07 Godmar BackCosmetic fix: make first column wider to account for...
2007-01-07 Godmar Back- adjustments to scores for P3 as discussed.
2007-01-07 Godmar Backadjustments to scores for P2 as discussed.
2007-01-06 Godmar Back- added priority-donate-chain test which tests 8-level...
2007-01-04 Ben PfaffSeparate persistence tests from the extended filesys...
2007-01-04 Ben PfaffNew page-merge-mm, page-merge-stk tests.
2006-12-18 Ben PfaffMake comment more readable.
2006-12-15 Ben PfaffFix expected output.
2006-12-15 Ben PfaffDon't require distinguishing data and metadata for...
2006-12-15 Ben PfaffFix comment.
2006-12-15 Ben PfaffWhen printing a directory tree, indicate explicitly...
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-12-08 Ben PfaffNew target to generate cscope.files.
2006-12-08 Ben PfaffMake it possible to ignore page faults in GDB.
2006-12-08 Ben PfaffRevert the bitmap randomization change, which had the...
2006-12-08 Ben PfaffWhen reading files out of the scratch disk, don't die...
2006-12-08 Ben PfaffFix error message when archive fails to open.
2006-12-08 Ben PfaffExplain that multiple file descriptors for a single...
2006-12-08 Ben PfaffNote that struct file, struct dir are per-thread.
2006-12-08 Ben PfaffAdd Project 4 Suggested Order of Implementation section,
2006-12-08 Ben PfaffExplain better what we expect from the buffer cache.
2006-12-04 Ben PfaffUse mkdir, not create.
2006-11-21 Ben PfaffClarify condition on BUF_SIZE in monitor example.
2006-11-11 Ben PfaffAdd comment.
2006-11-11 Ben PfaffDrop use of volatile in favor of explicit memory barriers.
2006-11-11 Ben PfaffAlso verify that running "make clean" deletes all the...
2006-11-11 Ben PfaffClean tests/vm/zeros.
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-11-11 Ben PfaffAdd memory clobbers to several asm statements,
2006-11-11 Ben PfaffMake sure loops_per_tick doesn't overflow to zero.
2006-11-10 Ben PfaffAlso clean results, grade.
2006-11-10 Ben PfaffAdd "memory" as clobber to the asm used by barrier().
2006-11-10 Ben PfaffAlso clean bochsout.txt, bochsrc.txt.
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 Back- when ignoring exit codes, ignore exit(-1) also (previ...
2006-11-10 Godmar Backmake loop counter volatile to prevent gcc4.1 from optim...
2006-11-10 Godmar Backadded accidentally omitted $ to make operand immediate
2006-11-04 Godmar Backclarify use of timer_sleep or acceptable alternatives...
2006-11-03 Ben PfaffClarify purpose and rationale.
2006-11-03 Ben PfaffRemove O_EXCL from flags used to create files to be...
2006-11-03 Ben PfaffDelete .tar, .get-output, and .get-errors files on...
2006-11-01 Godmar Backadded IGNORE_USER_FAULTS flag - so students may report...
2006-11-01 Godmar Backcorrected wrong statement about content of f->esp when...
2006-10-07 Ben PfaffImprove comment.
2006-10-05 Ben PfaffSleep until recent_cpu actually decays.
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
next