pintos-anon
2006-04-20 Ben PfaffDon't pass "-nics 0" to qemu, because this option name...
2006-04-20 Ben PfaffImprove comments.
2006-04-20 Ben PfaffFix line wrapping.
2006-04-20 Ben PfaffFix comment.
2006-04-20 Ben PfaffImprove comments.
2006-04-13 Ben PfaffTry to make students think about performance of schedul...
2006-04-13 Ben PfaffImprove wording.
2006-04-11 Ben PfaffExplicitly state that mmap'd files must be lazily loaded.
2006-04-10 Ben PfaffInvert the priority scheme, so that PRI_MIN is now...
2006-04-09 Ben PfaffThe lock functions don't really need to disable interru...
2006-04-09 Ben PfaffIgnore *.info*
2006-04-09 Ben PfaffFix typo in comment.
2006-04-09 Ben PfaffFix wrong explanation of sleeping in an interrupt handler.
2006-04-09 Ben PfaffImprove comment.
2006-04-09 Ben PfaffRemove unnecessary test for switching from null current...
2006-04-09 Ben PfaffRevise documentation of debugging tools.
2006-04-09 Ben PfaffBreak load_segment() into two functions for increased...
2006-04-08 Ben PfaffAdd patch to make a triple fault break to the gdb stub...
2006-04-08 Ben PfaffDon't read anything from the disk for a segment with...
2006-04-08 Ben PfaffStyle.
2006-04-08 Ben PfaffFix for Bochs 2.2.6.
2006-04-07 Ben PfaffFix clock: line in bochsrc.
2006-04-07 Ben PfaffUtility for invoking the proper GDB and loading Pintos...
2006-04-07 Ben PfaffAdd GDB macros written by Godmar Back.
2006-04-05 Ben PfaffWordsmithing.
2006-04-05 Ben PfaffTypo.
2006-04-05 Ben PfaffClarify that fixed-point.h is a new file in the referen...
2006-04-05 Ben PfaffComment.
2006-04-05 Ben PfaffClarify parallelism requirements.
2006-04-05 Ben PfaffAllow PINTOSSIM environment variable to select default...
2006-04-05 Ben PfaffRemark that ^ is xor.
2006-04-05 Ben PfaffAdd section heading for Debugging User Programs.
2006-04-05 Ben PfaffClarify directive not to modify file system.
2006-04-05 Ben PfaffClarify comment.
2006-04-05 Ben PfaffClarify need for virt-to-phys translation table.
2006-04-05 Ben PfaffMake it clear that the tour is not soon forthcoming.
2006-04-05 Ben PfaffClarify how termination treats file descriptors.
2006-04-05 Ben PfaffClarify page fault handler for get/put_user().
2006-04-05 Ben PfaffWarn if timeout used with debugger.
2006-04-05 Ben PfaffMake explicit that open doesn't return fd 0 or 1.
2006-04-05 Ben PfaffAdd comment to explain why we don't free initial_thread.
2006-04-05 Ben PfaffAdd references to tour of pintos.
2006-04-05 Ben PfaffRename putchar_unlocked() to putchar_have_lock() to...
2006-04-05 Ben PfaffExplain new patches.
2006-04-03 Ben PfaffNow it actually works.
2006-04-03 Ben PfaffStupid me.
2006-04-03 Ben PfaffSolaris patch.
2006-04-03 Ben PfaffMake it more robust.
2006-04-03 Ben PfaffAdd another necessary patch.
2006-04-03 Ben PfaffReverse patches (oops).
2006-04-03 Ben PfaffFix typos.
2006-04-03 Ben PfaffFirst stab at Bochs 2.2.6 upgrade (not yet tested).
2006-04-03 Ben PfaffIgnore setitimer-helper.
2006-04-02 Godmar Backfixed typo in mmap example
2006-03-17 Godmar Backfixed typo.
2006-03-15 Ben PfaffMake timeouts based on CPU time.
2006-03-15 Ben PfaffAdd question.
2006-03-14 Ben PfaffTest commit.
2006-03-09 Ben PfaffFix type of sector_idx in inode_write_at().
2006-03-06 Ben Pfaff-u option should be -ul.
2006-02-02 Ben PfaffPHYS_ADDR should be PHYS_BASE.
2006-02-01 Ben PfaffAttempting to pass command-line arguments before they...
2006-01-29 Ben PfaffClarify when enable_mlfqs gets set.
2006-01-29 Ben PfaffClarify when enable_mlfqs gets set.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2006-01-12 Ben PfaffClean up temp files on signal.
2006-01-10 Ben PfaffFix priority donation example.
2006-01-10 Ben PfaffTypo fixes found by Godmar Back's TA.
2006-01-10 Ben PfaffAdd "panic: action=fatal" to bochsrc.txt to avoid a...
2006-01-08 Ben PfaffFix comment.
2006-01-08 Ben PfaffRemove -Wdeclaration-after-statement because it's not...
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to filesys tests.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffFormatting.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to userprog tests.
2006-01-08 Ben PfaffRemove file that was not used.
2006-01-07 Ben PfaffAdd explanatory comments to threads tests.
2006-01-04 Ben PfaffElaborate on how to get the user program's stack pointer.
2006-01-04 Ben PfaffDon't check return value of write().
2006-01-04 Ben PfaffClarify question.
2006-01-04 Ben PfaffClarify stack limit.
2006-01-04 Ben PfaffClarifying comments.
2006-01-04 Ben PfaffHelpful comment.
2006-01-04 Ben PfaffAdd additional disclaimer to "diffstat"s.
2006-01-04 Ben PfaffTypo in comment.
2006-01-04 Ben PfaffNew test for growing the stack using a system call.
2006-01-04 Ben PfaffGrammar.
2006-01-04 Ben PfaffMention that other aliases should only arise from shari...
2006-01-04 Ben PfaffClarify that swap needs to be written when needed,...
2006-01-04 Ben PfaffAdd clarifying comment.
2006-01-04 Ben PfaffNote about testing.
2006-01-04 Ben PfaffClarify that an ELF loader is provided.
2006-01-04 Ben PfaffClarify ROX.
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffMove some FAQs into the specification for mmap'd files.
2006-01-04 Ben PfaffAdd hash_apply() function.
next