random: Fix behavior of kernel option "-rs".
[pintos-anon] / doc /
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.
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.
next