fixed typo in mmap example
[pintos-anon] / doc /
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.
2006-01-04 Ben PfaffClarify question.
2006-01-04 Ben PfaffClarify stack limit.
2006-01-04 Ben PfaffAdd additional disclaimer to "diffstat"s.
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 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 some FAQs into the specification for mmap'd files.
2006-01-04 Ben PfaffAdd hash_apply() function.
2006-01-03 Ben PfaffMove mmap consistency FAQ into assignment description.
2006-01-03 Ben PfaffPartial mmap'd pages need not be lazy loaded.
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-12-22 Ben PfaffClarification.
2005-12-22 Ben PfaffMention that keyboard input does not work with "pintos...
2005-12-22 Ben PfaffClarification.
2005-12-22 Ben PfaffMention that process_wait() can be changed to an infini...
2005-12-22 Ben PfaffFix formula.
2005-12-21 Ben PfaffRevise "Design" description.
2005-12-21 Ben PfaffClarify "invalid PID".
2005-12-21 Ben PfaffAdd "suggested order of implementation" section.
2005-12-20 Ben PfaffClarify that multithreaded processes not supported.
2005-12-20 Ben PfaffClarify.
2005-12-20 Ben PfaffAdd suggested implementations for filesys syscalls.
2005-12-20 Ben PfaffClarify that struct intr_frame is on the kernel stack.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAllow .png as alternate for ASCII art.
2005-12-20 Ben PfaffClarify that the idle thread does not receive recent_cpu.
2005-12-20 Ben PfaffWording.
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.
next