random: Fix behavior of kernel option "-rs".
[pintos-anon] / doc /
2005-12-20 Ben PfaffIt's okay to use a single sorted queue for MLFQS.
2005-12-20 Ben PfaffSuggest order of operations for recent_cpu calculation.
2005-12-20 Ben PfaffSuggest 17.14 instead of 21.10 because the extra precis...
2005-12-20 Ben PfaffExplain why it sometimes looks like pass() fails.
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffAdd CVS Locking to menu.
2005-12-20 Ben PfaffIgnore pintos.text.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAdd summary of scheduler.
2005-12-20 Ben PfaffFix description of rounding to nearest in fixed point...
2005-12-20 Ben PfaffClarify that adding code where interrupts are already...
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffTalk about CVS locks.
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffAdd comment that gdb and pintos have to run on the...
2005-12-20 Ben PfaffMention that aklog and/or logging out and back in may...
2005-12-20 Ben PfaffRevising "Setting Up CVS" section.
2005-12-20 Ben PfaffAdd plaintext target.
2005-12-20 Ben PfaffAdd some clarifications to address question from "Kevin...
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-08-02 Ben PfaffFix typo.
2005-07-08 Ben PfaffAdd CVS instructions.
2005-07-04 Ben PfaffClarify use of thread_get_nice() and thread_set_nice().
2005-06-28 Ben PfaffReword paragraph.
2005-06-28 Ben PfaffFix Mendel's name.
2005-06-27 Ben PfaffRevise.
2005-06-27 Ben PfaffClarify that scheduler data updates are synchronous...
2005-06-27 Ben PfaffFix cond_wait prototype. Thanks to ASIF Erayath Thekke...
2005-06-27 Ben Pfaff"thread_sleep" -> "timer_sleep"
2005-06-27 Ben PfaffFix summary table. Thanks to leith <eleith@stanford...
2005-06-25 Ben PfaffMake <STRONG> use boldface.
2005-06-25 Ben PfaffBe specific about `nice' range.
2005-06-25 Ben PfaffEmphasize backquotes.
2005-06-23 Ben PfaffFix wording in priority donation section.
2005-06-21 Ben Pfafftexi2html doesn't support @verbatiminclude, so kluge it.
2005-06-21 Ben PfaffShorten lines.
2005-06-21 Ben PfaffUntabify to fix Texinfo expansion.
2005-06-21 Ben PfaffAdd reference to mcp example.
2005-06-20 Ben PfaffUpdate.
2005-06-20 Ben PfaffRecommend integrating cache early.
2005-06-19 Ben PfaffAdjust FAQ section naming for consistency.
2005-06-19 Ben PfaffInstall templates.
2005-06-19 Ben PfaffGet rid of .png rules that are no longer used.
2005-06-19 Ben PfaffAdd texinfo.tex.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-05-25 Ben PfaffHow to debug user programs with gdb.
2005-05-17 Ben PfaffUpdate Intel manual URLs.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-12 Ben PfaffGet rid of DEBUG macro, supporting code, and documentation,
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-30 Ben PfaffUpdate license section.
2005-03-30 Ben PfaffTalk about license in intro to docs.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-03-05 Ben PfaffMake mmap use segment IDs.
2005-03-05 Ben PfaffFix menu.
2005-03-05 Ben PfaffUpdate documentation.
2005-02-22 Ben PfaffSuggest a line limit of 79 characters.
2005-02-12 Ben PfaffSpecify how we'll grade problem 1-1.
2005-02-09 Ben PfaffFix typo.
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-21 Ben Pfaffsyscall-stub.S is gone; don't talk about it.
2005-01-20 Ben PfaffRemove more or less meaningless comment.
2005-01-14 Ben PfaffPriority change clarification (problem 1-3).
2005-01-08 Ben PfaffFix ASCII art diagram. Thanks to Roy Zeighami <zeigham...
2005-01-06 Ben PfaffFix typo.
2005-01-06 Ben PfaffFix condition variable example.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-02 Ben PfaffRemove redundant footnote.
2005-01-02 Ben PfaffFix typo.
2005-01-02 Ben PfaffFix command line
2005-01-01 Ben PfaffAdd a suggestion to use `backtrace' and a reference...
2005-01-01 Ben PfaffAdd another pointer to the debugging documentation.
2005-01-01 Ben PfaffDiscourage combining student contributions late.
2005-01-01 Ben PfaffRevert to requiring that exec return -1 if there is...
2005-01-01 Ben PfaffTalk about write() to stdout more.
2004-12-31 Ben PfaffWording.
2004-12-31 Ben PfaffClarify.
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-31 Ben PfaffClarification.
2004-12-15 Ben PfaffUse 0xcc (not 0xcd) for clearing malloc() blocks too.
2004-12-15 Ben PfaffWording fixes.
2004-12-15 Ben PfaffGet rid of install target: not needed anymore.
2004-12-15 Ben PfaffSwitch the base file system from direct-indexed inodes...
2004-12-14 Ben PfaffWording improvements.
2004-12-14 Ben PfaffFix sentence that trailed off.
2004-12-14 Ben PfaffClarifications.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-12-10 Ben PfaffClarifications.
2004-12-10 Ben PfaffAdd "real-time" option to pintos utility and document...
2004-12-08 Ben PfaffTalk more about backtraces.
2004-12-08 Ben PfaffEmphasize importance of corner cases.
next