Add PC speaker driver and connect it to '\a' in the VGA console.
[pintos-anon] / doc / threads.texi
2008-11-10 Ben PfaffAdd PC speaker driver and connect it to '\a' in the...
2008-11-08 Godmar Backadded note regarding console lock
2008-11-08 Ben PfaffAdd FAQ item to explain doubled test names in output.
2008-08-23 Ben PfaffRTC support.
2007-11-17 Godmar Back- add localsettings.texi which contains Stanford-local...
2007-09-23 Godmar Backfixed typo: "pass" should be "fail"
2007-02-06 Ben PfaffImprove example for "Can a thread's priority change...
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-09-26 Ben PfaffChange "Memory Barriers" to "Optimization Barriers".
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-07-08 Ben Pfaff"woken up" => "awakened"
2006-07-07 Ben PfaffNew FAQ.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...
2006-05-17 Ben PfaffAdd another test that checks priority scheduling in...
2006-05-17 Ben PfaffUpdate backtrace to match current format.
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-13 Ben PfaffTry to make students think about performance of schedul...
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 PfaffRevise documentation of debugging tools.
2006-04-05 Ben PfaffClarify that fixed-point.h is a new file in the referen...
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-04 Ben PfaffAdd additional disclaimer to "diffstat"s.
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffIt's okay to use a single sorted queue for MLFQS.
2005-12-20 Ben PfaffExplain why it sometimes looks like pass() fails.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffClarify that adding code where interrupts are already...
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffAdd some clarifications to address question from "Kevin...
2005-06-23 Ben PfaffFix wording in priority donation section.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-02-12 Ben PfaffSpecify how we'll grade problem 1-1.
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-22 Ben PfaffClarify that joinability is not inherited.
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
2005-01-20 Ben PfaffRemove more or less meaningless comment.
2005-01-14 Ben PfaffPriority change clarification (problem 1-3).
2005-01-01 Ben PfaffAdd another pointer to the debugging documentation.
2005-01-01 Ben PfaffDiscourage combining student contributions late.
2004-12-31 Ben PfaffWording.
2004-12-31 Ben PfaffTry to clarify synchronization.
2004-12-31 Ben PfaffTypographic fixes.
2004-12-31 Ben PfaffClarifications.
2004-12-31 Ben PfaffClarification.
2004-12-31 Ben PfaffClarification.
2004-12-31 Ben PfaffWording.
2004-12-31 Ben PfaffUpdates.
2004-12-15 Ben PfaffSwitch the base file system from direct-indexed inodes...
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-12-10 Ben PfaffAdd "real-time" option to pintos utility and document...
2004-10-19 Ben PfaffClarify.
2004-10-13 Ben PfaffPunctuation fix.
2004-10-12 Ben PfaffAdd and refine FAQ answers.
2004-10-11 Ben PfaffAdjust wording of "static priority" comment.
2004-10-09 Ben PfaffClarify.
2004-10-07 Ben PfaffUpdate docs.
2004-10-07 Ben PfaffAdd FAQ for making p1-1 work okay.
2004-10-06 Ben PfaffFix wording.
2004-10-04 Ben PfaffExplain why `break schedule' might not work and offer...
2004-09-29 Ben PfaffUpdate docs.
2004-09-29 Ben PfaffUpdate docs.
2004-09-28 Ben PfaffUpdate docs.
2004-09-27 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-22 Ben PfaffUpdate docs.
2004-09-22 Ben PfaffUpdate docs.
2004-09-21 Ben PfaffUpdate docs.
2004-09-17 Ben PfaffUpdate docs.
2004-09-16 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffWork on intro.
2004-09-12 Ben PfaffDescribe multi-level feedback queue scheduler.
2004-09-12 Ben PfaffWork on projects.
2004-09-10 Ben PfaffAdd timer_sleep() that takes an argument in timer ticks.
2004-09-09 Ben PfaffInitial projects.