pintos-anon
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffUpdate bibliography.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffComment.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffComment.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffWordsmithing.
2006-05-20 Ben PfaffWordsmithing.
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-05-19 Ben PfaffAdd file_get_inode() for symmetry with dir_get_inode().
2006-05-19 Ben PfaffComments.
2006-05-19 Ben PfaffReplace lsdir system call by readdir, isdir system...
2006-05-19 Ben PfaffImprove readability.
2006-05-19 Ben PfaffImprove automatic test failure interpretation by extend...
2006-05-19 Ben PfaffRemove unused variable.
2006-05-19 Ben PfaffIgnore mcat.
2006-05-19 Ben PfaffMake directory interface more like file interface.
2006-05-19 Ben PfaffWording.
2006-05-19 Ben PfaffFix menu.
2006-05-19 Ben PfaffWording.
2006-05-18 Ben PfaffWording.
2006-05-18 Ben PfaffWording.
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...
2006-05-18 Ben PfaffFormatting.
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
2006-05-18 Ben PfaffFix comment typo.
2006-05-18 Ben PfaffAdd test that checks that recent_cpu decays properly...
2006-05-18 Ben PfaffUpdate docs to say that a pointer to an inode should...
2006-05-18 Ben PfaffAdd a test for P1 that checks that multiple threads...
2006-05-17 Ben PfaffAdd another test that checks priority scheduling in...
2006-05-17 Ben PfaffUpdate backtrace to match current format.
2006-05-17 Ben PfaffAdd another test that locks & unlocks in FIFO order...
2006-05-17 Ben PfaffIgnore bochsout.txt, bochsrc.txt.
2006-05-17 Ben PfaffIgnore p[1-4] directories.
2006-05-17 Ben PfaffFix typo.
2006-05-17 Ben PfaffGive backtrace program ability to take multiple binary...
2006-05-17 Ben PfaffBoy I just can't get anything right this morning
2006-05-17 Ben PfaffOops--added syscall before I was ready.
2006-05-17 Ben PfaffImprove comments.
2006-05-17 Ben PfaffFully capitalize SYS_* syscall enum names.
2006-05-16 Ben PfaffUse enum instead of macros for system call numbers,
2006-05-16 Ben PfaffRename "segment table" to "supplemental page table".
2006-05-16 Ben PfaffNow that qemu is available on Solaris, don't talk about...
2006-05-16 Ben PfaffReplace get_user(), put_user() routines by versions...
2006-05-16 Ben PfaffDon't refer to user memory access as "copying". Some...
2006-04-23 Ben PfaffProofreading.
2006-04-20 Ben PfaffMajor revisions to documentation.
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.
next