clarify use of timer_sleep or acceptable alternatives for implementing
[pintos-anon] / doc /
2006-11-04 Godmar Backclarify use of timer_sleep or acceptable alternatives...
2006-11-01 Godmar Backcorrected wrong statement about content of f->esp when...
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-10-05 Ben PfaffWhen out of memory+swap, just panic the kernel.
2006-10-03 Ben PfaffFix logarithms.
2006-09-28 Ben PfaffMinor doc improvements.
2006-09-28 Ben PfaffFix confusing spacing in example
2006-09-26 Ben PfaffChange "Memory Barriers" to "Optimization Barriers".
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-09-13 Godmar Backfixed left-over, now-wrong comment about how decrease...
2006-09-08 Ben PfaffClarify summary section.
2006-08-18 Ben PfaffB5: Include "open by a process" as a reason to disallow...
2006-08-17 Ben PfaffMinor wording improvement.
2006-08-17 Ben PfaffA2: We want to see the work in the calculation, not...
2006-08-17 Ben PfaffMay also consult course staff.
2006-08-04 Ben PfaffClarify length.
2006-07-21 Ben PfaffAdd an identifier to each question in the design docume... sum0506
2006-07-09 Ben PfaffAdd a label for each question.
2006-07-09 Ben PfaffFix typo.
2006-07-08 Ben Pfaff"woken up" => "awakened"
2006-07-07 Ben PfaffMake requirements consistent with doc template wording.
2006-07-07 Ben PfaffPoint out that all_list and all_elem don't exist in...
2006-07-07 Ben PfaffNew FAQ.
2006-07-07 Ben PfaffFix summary.
2006-07-02 Ben PfaffDon't say that the design doc itself is 50% of the...
2006-06-19 Ben PfaffRecommend zcat piping into tar x, instead of tar xzf...
2006-06-15 Ben Pfaff@ need to be escaped.
2006-06-11 Ben PfaffPoint out that the tarball does not include the doc...
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-02 Ben PfaffMake quoting consistent.
2006-06-02 Ben PfaffPoint to installation instructions.
2006-06-02 Ben PfaffReplace GSX Server support with VMware Player support.
2006-06-01 Ben PfaffAdd installation chapter to manual. Remove now-redunda...
2006-06-01 Ben PfaffFix typos.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-27 Ben PfaffAdd file system persistence tests:
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-26 Ben Pfaffqemu is much faster than Bochs.
2006-05-22 Ben PfaffFile system project updates:
2006-05-21 Ben PfaffRemove obsolete files.
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 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 PfaffReplace lsdir system call by readdir, isdir system...
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 PfaffUpdate docs to say that a pointer to an inode should...
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 PfaffGive backtrace program ability to take multiple binary...
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-13 Ben PfaffTry to make students think about performance of schedul...
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 wrong explanation of sleeping in an interrupt handler.
2006-04-09 Ben PfaffRevise documentation of debugging tools.
2006-04-09 Ben PfaffBreak load_segment() into two functions for increased...
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 PfaffClarify parallelism requirements.
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 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 PfaffMake explicit that open doesn't return fd 0 or 1.
2006-04-02 Godmar Backfixed typo in mmap example
2006-03-17 Godmar Backfixed typo.
2006-03-15 Ben PfaffAdd question.
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-10 Ben PfaffFix priority donation example.
2006-01-10 Ben PfaffTypo fixes found by Godmar Back's TA.
2006-01-04 Ben PfaffElaborate on how to get the user program's stack pointer.
next