2008-12-04 |
Ben Pfaff | Remove MIT copyright notice and license. |
tree | commitdiff |
2008-11-14 |
Godmar Back | added section "Accessing User Memory", including explan... |
tree | commitdiff |
2008-11-13 |
Godmar Back | added btthreadall to dump all threads |
tree | commitdiff |
2008-11-12 |
Ben Pfaff | Implement a proper block layer with partition support. |
tree | commitdiff |
2008-11-10 |
Ben Pfaff | Add PC speaker driver and connect it to '\a' in the... |
tree | commitdiff |
2008-11-10 |
Ben Pfaff | Rename ram_pages to init_ram_pages. |
tree | commitdiff |
2008-11-09 |
Ben Pfaff | Ignore files produced by "makeinfo". |
tree | commitdiff |
2008-11-08 |
Godmar Back | added note regarding console lock |
tree | commitdiff |
2008-11-08 |
Ben Pfaff | Add FAQ item to explain doubled test names in output. |
tree | commitdiff |
2008-11-07 |
Ben Pfaff | Rename schedule_tail() to thread_schedule_tail(). |
tree | commitdiff |
2008-11-07 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
tree | commitdiff |
2008-11-05 |
Godmar Back | removed trailing whitespace |
tree | commitdiff |
2008-11-05 |
Godmar Back | clarified specification for wait() system call |
tree | commitdiff |
2008-10-17 |
Godmar Back | added documentation for thread_foreach functions |
tree | commitdiff |
2008-08-24 |
Ben Pfaff | Use standard POSIX "ustar" format for the scratch disk. |
tree | commitdiff |
2008-08-23 |
Ben Pfaff | RTC support. |
tree | commitdiff |
2008-08-23 |
Ben Pfaff | Use macros for 8259A PIC registers, instead of writing... |
tree | commitdiff |
2008-08-02 |
Ben Pfaff | Fix asm constraints to avoid SI, DI for byte and word... |
tree | commitdiff |
2008-07-03 |
Ben Pfaff | Specify rounding for priority calculations. |
tree | commitdiff |
2008-07-03 |
Ben Pfaff | No longer recommend SourceForge. |
tree | commitdiff |
2008-07-03 |
Ben Pfaff | Make recent Texinfo accept devel.texi. |
tree | commitdiff |
2008-03-17 |
Ben Pfaff | Wording improvements, from "Valentin I. Spitkovsky" |
tree | commitdiff |
2008-02-21 |
Ben Pfaff | Reference to threads/exception.c should be to userprog... |
tree | commitdiff |
2008-02-14 |
Ben Pfaff | Explain why a null pointer sentinel must be pushed... |
tree | commitdiff |
2008-02-14 |
Ben Pfaff | Grammar fixes. |
tree | commitdiff |
2008-01-24 |
Ben Pfaff | Fix typos. |
tree | commitdiff |
2008-01-24 |
Ben Pfaff | Fix reversal of "acquire" and "release" in Locks section. |
tree | commitdiff |
2008-01-09 |
Godmar Back | - moved all instructions that related to local CVS... |
tree | commitdiff |
2007-11-17 |
Godmar Back | - add localsettings.texi which contains Stanford-local... |
tree | commitdiff |
2007-09-23 |
Godmar Back | fixed typo: "pass" should be "fail" |
tree | commitdiff |
2007-05-18 |
Ben Pfaff | Clean some more files. |
tree | commitdiff |
2007-03-31 |
Ben Pfaff | Fix specification of "write" system call to match the... |
tree | commitdiff |
2007-03-31 |
Ben Pfaff | Describe cscope. |
tree | commitdiff |
2007-03-31 |
Ben Pfaff | Delete question about pwd.c program, as agreed with... |
tree | commitdiff |
2007-03-24 |
Ben Pfaff | Improve wording. |
tree | commitdiff |
2007-03-24 |
Ben Pfaff | Explain the semantics of exec in more detail. |
tree | commitdiff |
2007-03-24 |
Ben Pfaff | Clarify that create and remove work on files, not on... |
tree | commitdiff |
2007-03-07 |
Ben Pfaff | Fix inconstiency in recent_cpu update description. |
tree | commitdiff |
2007-02-11 |
Ben Pfaff | Fix typo. |
tree | commitdiff |
2007-02-11 |
Ben Pfaff | Clarify description of "wait" syscall. Thanks to Evan... |
tree | commitdiff |
2007-02-06 |
Ben Pfaff | Improve example for "Can a thread's priority change... |
tree | commitdiff |
2007-01-13 |
Godmar Back | fixed grammar/typo |
tree | commitdiff |
2007-01-08 |
Godmar Back | clarified stack limit issue and removed comment about... |
tree | commitdiff |
2007-01-08 |
Godmar Back | - removed @ref to "printf Reboots" since this no longer... |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Don't require distinguishing data and metadata for... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Parse command-line options much earlier, so that thread... |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Make it possible to ignore page faults in GDB. |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Explain that multiple file descriptors for a single... |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Note that struct file, struct dir are per-thread. |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Add Project 4 Suggested Order of Implementation section, |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Explain better what we expect from the buffer cache. |
tree | commitdiff |
2006-11-21 |
Ben Pfaff | Clarify condition on BUF_SIZE in monitor example. |
tree | commitdiff |
2006-11-11 |
Ben Pfaff | Drop use of volatile in favor of explicit memory barriers. |
tree | commitdiff |
2006-11-04 |
Godmar Back | clarify use of timer_sleep or acceptable alternatives... |
tree | commitdiff |
2006-11-01 |
Godmar Back | corrected wrong statement about content of f->esp when... |
tree | commitdiff |
2006-10-05 |
Ben Pfaff | Add hints about not doing too much work in timer interrupt. |
tree | commitdiff |
2006-10-05 |
Ben Pfaff | When out of memory+swap, just panic the kernel. |
tree | commitdiff |
2006-10-03 |
Ben Pfaff | Fix logarithms. |
tree | commitdiff |
2006-09-28 |
Ben Pfaff | Minor doc improvements. |
tree | commitdiff |
2006-09-28 |
Ben Pfaff | Fix confusing spacing in example |
tree | commitdiff |
2006-09-26 |
Ben Pfaff | Change "Memory Barriers" to "Optimization Barriers". |
tree | commitdiff |
2006-09-25 |
Ben Pfaff | Fix two bugs in the base Pintos code: |
tree | commitdiff |
2006-09-13 |
Godmar Back | fixed left-over, now-wrong comment about how decrease... |
tree | commitdiff |
2006-09-08 |
Ben Pfaff | Clarify summary section. |
tree | commitdiff |
2006-08-18 |
Ben Pfaff | B5: Include "open by a process" as a reason to disallow... |
tree | commitdiff |
2006-08-17 |
Ben Pfaff | Minor wording improvement. |
tree | commitdiff |
2006-08-17 |
Ben Pfaff | A2: We want to see the work in the calculation, not... |
tree | commitdiff |
2006-08-17 |
Ben Pfaff | May also consult course staff. |
tree | commitdiff |
2006-08-04 |
Ben Pfaff | Clarify length. |
tree | commitdiff |
2006-07-21 |
Ben Pfaff | Add an identifier to each question in the design docume... sum0506 |
tree | commitdiff |
2006-07-09 |
Ben Pfaff | Add a label for each question. |
tree | commitdiff |
2006-07-09 |
Ben Pfaff | Fix typo. |
tree | commitdiff |
2006-07-08 |
Ben Pfaff | "woken up" => "awakened" |
tree | commitdiff |
2006-07-07 |
Ben Pfaff | Make requirements consistent with doc template wording. |
tree | commitdiff |
2006-07-07 |
Ben Pfaff | Point out that all_list and all_elem don't exist in... |
tree | commitdiff |
2006-07-07 |
Ben Pfaff | New FAQ. |
tree | commitdiff |
2006-07-07 |
Ben Pfaff | Fix summary. |
tree | commitdiff |
2006-07-02 |
Ben Pfaff | Don't say that the design doc itself is 50% of the... |
tree | commitdiff |
2006-06-19 |
Ben Pfaff | Recommend zcat piping into tar x, instead of tar xzf... |
tree | commitdiff |
2006-06-15 |
Ben Pfaff | @ need to be escaped. |
tree | commitdiff |
2006-06-11 |
Ben Pfaff | Point out that the tarball does not include the doc... |
tree | commitdiff |
2006-06-10 |
Ben Pfaff | Capitalize QEMU properly. |
tree | commitdiff |
2006-06-02 |
Ben Pfaff | Make quoting consistent. |
tree | commitdiff |
2006-06-02 |
Ben Pfaff | Point to installation instructions. |
tree | commitdiff |
2006-06-02 |
Ben Pfaff | Replace GSX Server support with VMware Player support. |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Add installation chapter to manual. Remove now-redunda... |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Fix typos. |
tree | commitdiff |
2006-06-01 |
Ben Pfaff | Add support for "keyboard" input over the serial port. |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Add file system persistence tests: |
tree | commitdiff |
2006-05-26 |
Ben Pfaff | Make the default simulator qemu for project 2...4, |
tree | commitdiff |
2006-05-26 |
Ben Pfaff | qemu is much faster than Bochs. |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | File system project updates: |
tree | commitdiff |
2006-05-21 |
Ben Pfaff | Remove obsolete files. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Update bibliography. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
tree | commitdiff |
2006-05-20 |
Ben Pfaff | Comment. |
tree | commitdiff |
next |