2008-11-07 |
Ben Pfaff | Eliminate user_page_limit global symbol. |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Don't make interrupt stubs global symbols. |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Rename base_page_dir to init_page_dir. |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Rename schedule_tail() to thread_schedule_tail(). |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Make kernel_pool, user_pool static, since they are... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Godmar Back | removed trailing whitespace |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Godmar Back | clarified specification for wait() system call |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Godmar Back | added documentation for thread_foreach functions |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Ben Pfaff | Always make the scratch disk an even multiple of a... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Godmar Back | - added thread_foreach |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Godmar Back | removed 'address' option for Bochs. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Godmar Back | cleaned up comments for reboot code and adopted GNU... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ben Pfaff | Reboot when Ctrl+Alt+Del is pressed. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ben Pfaff | Improve comments. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Ben Pfaff | New option -r to reboot the VM after actions are complete. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Ben Pfaff | Use standard POSIX "ustar" format for the scratch disk. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ben Pfaff | RTC support. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ben Pfaff | Use macros for 8259A PIC registers, instead of writing... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Ben Pfaff | Use --build-id=none to avoid build-id sections on FC8. |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Ben Pfaff | Fix asm constraints to avoid SI, DI for byte and word... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ben Pfaff | Fix bug in --sim and --debug options reported by Bob... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ben Pfaff | Specify rounding for priority calculations. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ben Pfaff | No longer recommend SourceForge. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ben Pfaff | Make recent Texinfo accept devel.texi. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ben Pfaff | Wording improvements, from "Valentin I. Spitkovsky" |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ben Pfaff | Reference to threads/exception.c should be to userprog... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Ben Pfaff | Explain why a null pointer sentinel must be pushed... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Ben Pfaff | Grammar fixes. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Ben Pfaff | Use -fno-stack-protector with GCC versions that support... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Ben Pfaff | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Ben Pfaff | Fix reversal of "acquire" and "release" in Locks section. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Godmar Back | - moved all instructions that related to local CVS... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Godmar Back | - add localsettings.texi which contains Stanford-local... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Godmar Back | added IGNORE_USER_FAULTS clause to match specification |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Godmar Back | fixed typo: "pass" should be "fail" |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Ben Pfaff | Clean some more files. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ben Pfaff | Fix warning. |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Ben Pfaff | Correctly initialize the esp0 pointer in the TSS for... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Ben Pfaff | Ignore tags and cscope files. |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Ben Pfaff | Improve comment on thread_unblock(). |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Ben Pfaff | Fix bugs in -j and -r options reported by Godmar Back. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Ben Pfaff | Fix bug in jitter reported by Godmar Back (BIOS wouldn... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Ben Pfaff | Fix specification of "write" system call to match the... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Ben Pfaff | Describe cscope. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Ben Pfaff | Delete question about pwd.c program, as agreed with... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Improve wording. |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Explain the semantics of exec in more detail. |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Add helpful comment. |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Add "cscope" target. |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Rename execute_thread() to start_process(). |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Pfaff | Clarify that create and remove work on files, not on... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Ben Pfaff | Fix bug in *-persistence tests when prerequisites fail. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Ben Pfaff | Fix inconstiency in recent_cpu update description. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Ben Pfaff | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Ben Pfaff | Clarify description of "wait" syscall. Thanks to Evan... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Ben Pfaff | Improve example for "Can a thread's priority change... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Godmar Back | added patch to make bochs work with gdb 6.5 |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Ben Pfaff | Fix order of checks on load average. |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Ben Pfaff | Add i86pc to unames detected as x86 (used by Solaris). |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Godmar Back | fixed grammar/typo |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Ben Pfaff | Set VERBOSE to empty string by default, which prevents... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Ben Pfaff | Remove unnecessary semicolon that gives GNU make 3... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Ben Pfaff | Don't call bx_gdbstub_exception when we're not compilin... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Ben Pfaff | Add -MF to GCC invocation to make ccache happy on Fedor... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Godmar Back | clarified stack limit issue and removed comment about... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Godmar Back | - removed @ref to "printf Reboots" since this no longer... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Godmar Back | adjusted scores for P4 as discussed |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | Cosmetic fix: make first column wider to account for... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | - adjustments to scores for P3 as discussed. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | adjustments to scores for P2 as discussed. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Godmar Back | - added priority-donate-chain test which tests 8-level... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Ben Pfaff | Separate persistence tests from the extended filesys... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Ben Pfaff | New page-merge-mm, page-merge-stk tests. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ben Pfaff | Make comment more readable. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Fix expected output. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Don't require distinguishing data and metadata for... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | When printing a directory tree, indicate explicitly... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Ben Pfaff | Parse command-line options much earlier, so that thread... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | New target to generate cscope.files. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Make it possible to ignore page faults in GDB. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Revert the bitmap randomization change, which had the... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | When reading files out of the scratch disk, don't die... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Fix error message when archive fails to open. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Explain that multiple file descriptors for a single... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Note that struct file, struct dir are per-thread. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Add Project 4 Suggested Order of Implementation section, |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Explain better what we expect from the buffer cache. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Ben Pfaff | Use mkdir, not create. |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Ben Pfaff | Clarify condition on BUF_SIZE in monitor example. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Add comment. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Drop use of volatile in favor of explicit memory barriers. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Also verify that running "make clean" deletes all the... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Clean tests/vm/zeros. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Adopt consistent style in asm statements. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Add memory clobbers to several asm statements, |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Make sure loops_per_tick doesn't overflow to zero. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Also clean results, grade. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Add "memory" as clobber to the asm used by barrier(). |
commit | commitdiff | tree | snapshot |
next |