pintos-anon
2009-01-20 Ben PfaffRemove unnecessary optimization barrier.
2008-12-22 Ben PfaffPrint a message instead of panicking upon an unexpected...
2008-12-04 Ben PfaffAvoid long pauses on serial timeout on boot on physical...
2008-12-04 Ben PfaffRemove MIT copyright notice and license.
2008-12-04 Ben PfaffRewrite the I/O port code.
2008-11-14 Godmar Backadded section "Accessing User Memory", including explan...
2008-11-14 Godmar Backfixed backtrace to work with -O (now conforms to
2008-11-13 Godmar Backadded btthreadall to dump all threads
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffMake backtraces slightly more reliable.
2008-11-10 Ben PfaffAdd PC speaker driver and connect it to '\a' in the...
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffRemove prototypes for removed functions power_off(...
2008-11-09 Ben PfaffIgnore files produced by "makeinfo".
2008-11-09 Ben PfaffMark shutdown_reboot() and shutdown_power_off() as...
2008-11-09 Ben PfaffAllow Bochs users to reboot by clicking the "user"...
2008-11-09 Ben PfaffTerminate the backtrace that debug_backtrace() would...
2008-11-09 Ben PfaffUse 9600 bps for Pintos serial, to match the speed...
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-08 Godmar Backadded note regarding console lock
2008-11-08 Ben PfaffCorrect comment describing list_remove() behavior.
2008-11-08 Ben PfaffAdd FAQ item to explain doubled test names in output.
2008-11-07 Ben PfaffEliminate user_page_limit global symbol.
2008-11-07 Ben PfaffDon't make interrupt stubs global symbols.
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-11-07 Ben PfaffMake kernel_pool, user_pool static, since they are...
2008-11-07 Ben PfaffRename .cvsignore files to .gitignore.
2008-11-05 Godmar Backremoved trailing whitespace
2008-11-05 Godmar Backclarified specification for wait() system call
2008-10-17 Godmar Backadded documentation for thread_foreach functions
2008-10-16 Ben PfaffAlways make the scratch disk an even multiple of a...
2008-08-27 Godmar Back- added thread_foreach
2008-08-27 Godmar Backremoved 'address' option for Bochs.
2008-08-27 Godmar Backcleaned up comments for reboot code and adopted GNU...
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2008-08-25 Ben PfaffImprove comments.
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...
next