rtc: Fix Unix epoch conversion from RTC time.
[pintos-anon] / doc /
2021-04-15 John OusterhoutUpdated to use Bochs 2.6.11
2021-01-12 John OusterhoutSmall bug fixes in gdb macros
2020-05-19 John OusterhoutConvert tabs to spaces in design doc templates
2020-05-12 John OusterhoutMark test alarm-priority as timing-sensitive
2020-05-12 John OusterhoutDocument threads tests that may fail under jitter
2018-03-28 John OusterhoutFix problems compiling documentation
2018-02-15 Farshad Ghaneidoc: Fix typo.
2016-04-26 Ben Pfaffdoc: Use texi2pdf instead of pdftex.
2015-12-18 John OusterhoutClarified wording in design question A2 for vm jopreview
2015-12-18 John OusterhoutMake docs compile again
2015-12-17 John OusterhoutFixed typo in docs Section 3.1.4.1 (0x08084000 => 0x080...
2015-12-17 John OusterhoutRemove mention of CS 107 from localsettings.texi
2015-12-17 John OusterhoutSwitch docs to use Git instead of CVS by default
2015-12-17 John OusterhoutMinor documentation updates
2010-01-26 Ben Pfaffdoc: Fix references to power_off() to refer to correct...
2010-01-07 Ben PfaffSupport newer versions of QEMU, which do not have the...
2009-10-24 Ben PfaffUse round-toward-0 instead of round-to-nearest in fixed...
2008-12-04 Ben PfaffRemove MIT copyright notice and license.
2008-11-14 Godmar Backadded section "Accessing User Memory", including explan...
2008-11-13 Godmar Backadded btthreadall to dump all threads
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffAdd PC speaker driver and connect it to '\a' in the...
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-09 Ben PfaffIgnore files produced by "makeinfo".
2008-11-08 Godmar Backadded note regarding console lock
2008-11-08 Ben PfaffAdd FAQ item to explain doubled test names in output.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-11-07 Ben PfaffRename .cvsignore files to .gitignore.
2008-11-05 Godmar Backremoved trailing whitespace
2008-11-05 Godmar Backclarified specification for wait() system call
2008-10-17 Godmar Backadded documentation for thread_foreach functions
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-23 Ben PfaffRTC support.
2008-08-23 Ben PfaffUse macros for 8259A PIC registers, instead of writing...
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2008-07-03 Ben PfaffSpecify rounding for priority calculations.
2008-07-03 Ben PfaffNo longer recommend SourceForge.
2008-07-03 Ben PfaffMake recent Texinfo accept devel.texi.
2008-03-17 Ben PfaffWording improvements, from "Valentin I. Spitkovsky"
2008-02-21 Ben PfaffReference to threads/exception.c should be to userprog...
2008-02-14 Ben PfaffExplain why a null pointer sentinel must be pushed...
2008-02-14 Ben PfaffGrammar fixes.
2008-01-24 Ben PfaffFix typos.
2008-01-24 Ben PfaffFix reversal of "acquire" and "release" in Locks section.
2008-01-09 Godmar Back- moved all instructions that related to local CVS...
2007-11-17 Godmar Back- add localsettings.texi which contains Stanford-local...
2007-09-23 Godmar Backfixed typo: "pass" should be "fail"
2007-05-18 Ben PfaffClean some more files.
2007-03-31 Ben PfaffFix specification of "write" system call to match the...
2007-03-31 Ben PfaffDescribe cscope.
2007-03-31 Ben PfaffDelete question about pwd.c program, as agreed with...
2007-03-24 Ben PfaffImprove wording.
2007-03-24 Ben PfaffExplain the semantics of exec in more detail.
2007-03-24 Ben PfaffClarify that create and remove work on files, not on...
2007-03-07 Ben PfaffFix inconstiency in recent_cpu update description.
2007-02-11 Ben PfaffFix typo.
2007-02-11 Ben PfaffClarify description of "wait" syscall. Thanks to Evan...
2007-02-06 Ben PfaffImprove example for "Can a thread's priority change...
2007-01-13 Godmar Backfixed grammar/typo
2007-01-08 Godmar Backclarified stack limit issue and removed comment about...
2007-01-08 Godmar Back- removed @ref to "printf Reboots" since this no longer...
2006-12-15 Ben PfaffDon't require distinguishing data and metadata for...
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-12-08 Ben PfaffMake it possible to ignore page faults in GDB.
2006-12-08 Ben PfaffExplain that multiple file descriptors for a single...
2006-12-08 Ben PfaffNote that struct file, struct dir are per-thread.
2006-12-08 Ben PfaffAdd Project 4 Suggested Order of Implementation section,
2006-12-08 Ben PfaffExplain better what we expect from the buffer cache.
2006-11-21 Ben PfaffClarify condition on BUF_SIZE in monitor example.
2006-11-11 Ben PfaffDrop use of volatile in favor of explicit memory barriers.
2006-11-04 Godmar Backclarify use of timer_sleep or acceptable alternatives...
2006-11-01 Godmar Backcorrected wrong statement about content of f->esp when...
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-10-05 Ben PfaffWhen out of memory+swap, just panic the kernel.
2006-10-03 Ben PfaffFix logarithms.
2006-09-28 Ben PfaffMinor doc improvements.
2006-09-28 Ben PfaffFix confusing spacing in example
2006-09-26 Ben PfaffChange "Memory Barriers" to "Optimization Barriers".
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-09-13 Godmar Backfixed left-over, now-wrong comment about how decrease...
2006-09-08 Ben PfaffClarify summary section.
2006-08-18 Ben PfaffB5: Include "open by a process" as a reason to disallow...
2006-08-17 Ben PfaffMinor wording improvement.
2006-08-17 Ben PfaffA2: We want to see the work in the calculation, not...
2006-08-17 Ben PfaffMay also consult course staff.
2006-08-04 Ben PfaffClarify length.
2006-07-21 Ben PfaffAdd an identifier to each question in the design docume... sum0506
2006-07-09 Ben PfaffAdd a label for each question.
2006-07-09 Ben PfaffFix typo.
2006-07-08 Ben Pfaff"woken up" => "awakened"
2006-07-07 Ben PfaffMake requirements consistent with doc template wording.
2006-07-07 Ben PfaffPoint out that all_list and all_elem don't exist in...
2006-07-07 Ben PfaffNew FAQ.
2006-07-07 Ben PfaffFix summary.
2006-07-02 Ben PfaffDon't say that the design doc itself is 50% of the...
2006-06-19 Ben PfaffRecommend zcat piping into tar x, instead of tar xzf...
2006-06-15 Ben Pfaff@ need to be escaped.
2006-06-11 Ben PfaffPoint out that the tarball does not include the doc...
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-02 Ben PfaffMake quoting consistent.
next