2006-06-02 |
Ben Pfaff | Replace GSX Server support with VMware Player support. |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Add installation chapter to manual. Remove now-redunda... |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Add support for "keyboard" input over the serial port. |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Don't put white space before call to $(eval) because... |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Increase timeout for MLFQS tests to 480 seconds, which... |
tree | commitdiff |
2006-05-31 |
Ben Pfaff | Add utils to CLEAN_SUBDIRS. |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Fix two bugs: |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Fix stupidity in last check-in. |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Add patch to support serial terminals under Solaris. |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Add priority-donate-lower to rubric. |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Reduce number of simultaneously waking threads to 3, |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | When using -k, make sure to flush all of the subprocess... |
tree | commitdiff |
2006-05-30 |
Ben Pfaff | Make stdout unbuffered while filtering output. |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Comment. |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Add "-k" option to pintos script. When used, pintos... |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Put "abort" in "User process abort" in all caps, analog... |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Disable networking when running qemu, |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Add file system persistence tests: |
tree | commitdiff |
2006-05-26 |
Ben Pfaff | Make the default simulator qemu for project 2...4, |
tree | commitdiff |
2006-05-24 |
Ben Pfaff | Enclose kernel command line arguments that contain... |
tree | commitdiff |
2006-05-23 |
Ben Pfaff | Add EXIT_FAILURE, EXIT_SUCCESS to syscall.h, |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | File system project updates: |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | Wording. |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | Fix comment style. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Comment. |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Consistently spell "file name" and "file system" as... |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Add file_get_inode() for symmetry with dir_get_inode(). |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Comments. |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Replace lsdir system call by readdir, isdir system... |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Improve automatic test failure interpretation by extend... |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Remove unused variable. |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Ignore mcat. |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Make directory interface more like file interface. |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Test interaction between priority donation and thread_s... |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Formatting. |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Randomize the bits that bitmap_scan() returns, to make... |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Fix comment typo. |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Add test that checks that recent_cpu decays properly... |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Add a test for P1 that checks that multiple threads... |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Add another test that checks priority scheduling in... |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Add another test that locks & unlocks in FIFO order... |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Ignore bochsout.txt, bochsrc.txt. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Fix typo. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Give backtrace program ability to take multiple binary... |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Boy I just can't get anything right this morning |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Oops--added syscall before I was ready. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Improve comments. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Fully capitalize SYS_* syscall enum names. |
tree | commitdiff |
2006-05-16 |
Ben Pfaff | Use enum instead of macros for system call numbers, |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Major revisions to documentation. |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Don't pass "-nics 0" to qemu, because this option name... |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Improve comments. |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Fix line wrapping. |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Improve comments. |
tree | commitdiff |
2006-04-13 |
Ben Pfaff | Improve wording. |
tree | commitdiff |
2006-04-10 |
Ben Pfaff | Invert the priority scheme, so that PRI_MIN is now... |
tree | commitdiff |
2006-04-09 |
Ben Pfaff | The lock functions don't really need to disable interru... |
tree | commitdiff |
2006-04-09 |
Ben Pfaff | Fix typo in comment. |
tree | commitdiff |
2006-04-09 |
Ben Pfaff | Improve comment. |
tree | commitdiff |
2006-04-09 |
Ben Pfaff | Remove unnecessary test for switching from null current... |
tree | commitdiff |
2006-04-09 |
Ben Pfaff | Break load_segment() into two functions for increased... |
tree | commitdiff |
2006-04-08 |
Ben Pfaff | Add patch to make a triple fault break to the gdb stub... |
tree | commitdiff |
2006-04-08 |
Ben Pfaff | Don't read anything from the disk for a segment with... |
tree | commitdiff |
2006-04-08 |
Ben Pfaff | Style. |
tree | commitdiff |
2006-04-08 |
Ben Pfaff | Fix for Bochs 2.2.6. |
tree | commitdiff |
2006-04-07 |
Ben Pfaff | Fix clock: line in bochsrc. |
tree | commitdiff |
2006-04-07 |
Ben Pfaff | Utility for invoking the proper GDB and loading Pintos... |
tree | commitdiff |
2006-04-07 |
Ben Pfaff | Add GDB macros written by Godmar Back. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Comment. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Allow PINTOSSIM environment variable to select default... |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Clarify comment. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Warn if timeout used with debugger. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Add comment to explain why we don't free initial_thread. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Add references to tour of pintos. |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Rename putchar_unlocked() to putchar_have_lock() to... |
tree | commitdiff |
2006-04-05 |
Ben Pfaff | Explain new patches. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Now it actually works. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Stupid me. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Solaris patch. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Make it more robust. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Add another necessary patch. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Reverse patches (oops). |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Fix typos. |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | First stab at Bochs 2.2.6 upgrade (not yet tested). |
tree | commitdiff |
2006-04-03 |
Ben Pfaff | Ignore setitimer-helper. |
tree | commitdiff |
2006-03-15 |
Ben Pfaff | Make timeouts based on CPU time. |
tree | commitdiff |
2006-03-09 |
Ben Pfaff | Fix type of sector_idx in inode_write_at(). |
tree | commitdiff |
2006-01-29 |
Ben Pfaff | Update Intel architecture guide references to latest. |
tree | commitdiff |
2006-01-25 |
Ben Pfaff | Add examples of how to iterate and remove elements... |
tree | commitdiff |
2006-01-12 |
Ben Pfaff | Clean up temp files on signal. |
tree | commitdiff |
2006-01-10 |
Ben Pfaff | Add "panic: action=fatal" to bochsrc.txt to avoid a... |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Remove -Wdeclaration-after-statement because it's not... |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Add explanatory comments to vm tests. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Add explanatory comments to filesys tests. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Add explanatory comments to vm tests. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Formatting. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Add explanatory comments to vm tests. |
tree | commitdiff |
2006-01-08 |
Ben Pfaff | Add explanatory comments to userprog tests. |
tree | commitdiff |
next |