pintos-anon
2021-05-29 Yuzhuo Jingrandom: Fix behavior of kernel option "-rs". master
2021-05-29 Yuzhuo Jingrtc: Fix Unix epoch conversion from RTC time.
2021-04-15 John OusterhoutUpdated to use Bochs 2.6.11
2021-01-12 John OusterhoutSmall bug fixes in gdb macros
2020-06-27 John OusterhoutUndo accidental LDFLAGS modfication from b568df7ae9
2020-05-19 John OusterhoutConvert tabs to spaces in design doc templates
2020-05-12 John OusterhoutRemove "insult" example
2020-05-12 John OusterhoutMark test alarm-priority as timing-sensitive
2020-05-12 John OusterhoutDocument threads tests that may fail under jitter
2020-05-10 Ben Pfafffsutil: Fix writing end-of-archive marker.
2020-03-26 John OusterhoutFix link errors with GCC 10 and binutils 2.34 on Fedora
2020-03-26 John OusterhoutFix ld output with recent versions of GCC and binutils
2018-03-31 Farshad Ghaneitimer: Fix timer calibration logic.
2018-03-28 John OusterhoutFix problems compiling documentation
2018-02-15 Farshad Ghaneidoc: Fix typo.
2017-10-29 Darshit ShahOn newer systems -ltinfo needs to be explicitly added...
2017-10-29 Darshit ShahModify the linker script to match the generated binary
2016-04-26 Ben Pfaffdoc: Use texi2pdf instead of pdftex.
2016-02-09 Ben Pfaffpintos: Avoid apparent name collision in definition...
2016-02-09 Ben Pfaffpintos: Avoid literal control character in Perl variabl...
2016-02-09 Ben Pfaffpintos: Fix undefined value warning from Perl on read...
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 OusterhoutUpdates for new version of qemu
2015-12-17 John OusterhoutFsutil_ls must close the directory after reading it
2015-12-17 John OusterhoutPatches to make Bochs 2.6.2 work with Pintos
2015-12-17 John OusterhoutFixes exec-bound-3 failures
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 OusterhoutAdded more userprog tests, mostly relating to boundary...
2015-12-17 John OusterhoutMinor documentation updates
2014-03-18 Pablo de OliveiraFix userprog tests for clang
2014-03-18 Pablo de OliveiraAdd ACPI shutdown sequence
2012-09-02 Ben Pfaffutils/Makefile: Use LOADLIBES instead of LDFLAGS to...
2012-03-01 Benedikt HuberFix gcc inline assembler operand constraints for syscal...
2011-08-25 Russ RossFix boot under Bochs when Pintos is compiled with recen...
2011-08-25 Russ RossFix Bochs build with recent GCC.
2011-03-10 Ben Pfaffbitmap: Fix mistakes in comments.
2011-02-12 Ben PfaffMakefile: Use $(MAKE) instead of plain 'make'.
2011-02-12 Ben Pfaffthread: Do not disable interrupts unnecessarily while...
2011-02-12 Ben Pfaffthread: Properly protect 'all_list' around insertion.
2010-12-16 Ben Pfaffsquish-pty: Flush buffered data from pty to stdout...
2010-12-11 Ben Pfafffree-map: Replace U+00A0 "hard spaces" by ordinary...
2010-05-05 Joseph Huangblock: Avoid accessing past the end of the block_by_rol...
2010-05-01 Ben PfaffMake.config: Use a different method to detect --build...
2010-01-26 Ben Pfaffpintos: Make sure to print buffered data at end of...
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-11-14 Ben PfaffFix typo in comment describing free_map_allocate().
2009-10-24 Ben PfaffUse round-toward-0 instead of round-to-nearest in fixed...
2009-01-20 Ben PfaffRemove unnecessary optimization barrier.
2008-12-22 Ben PfaffPrint a message instead of panicking upon an unexpected...
2008-12-04 Ben PfaffAvoid long pauses on serial timeout on boot on physical...
2008-12-04 Ben PfaffRemove MIT copyright notice and license.
2008-12-04 Ben PfaffRewrite the I/O port code.
2008-11-14 Godmar Backadded section "Accessing User Memory", including explan...
2008-11-14 Godmar Backfixed backtrace to work with -O (now conforms to
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 PfaffMake backtraces slightly more reliable.
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-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffRemove prototypes for removed functions power_off(...
2008-11-09 Ben PfaffIgnore files produced by "makeinfo".
2008-11-09 Ben PfaffMark shutdown_reboot() and shutdown_power_off() as...
2008-11-09 Ben PfaffAllow Bochs users to reboot by clicking the "user"...
2008-11-09 Ben PfaffTerminate the backtrace that debug_backtrace() would...
2008-11-09 Ben PfaffUse 9600 bps for Pintos serial, to match the speed...
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-08 Godmar Backadded note regarding console lock
2008-11-08 Ben PfaffCorrect comment describing list_remove() behavior.
2008-11-08 Ben PfaffAdd FAQ item to explain doubled test names in output.
2008-11-07 Ben PfaffEliminate user_page_limit global symbol.
2008-11-07 Ben PfaffDon't make interrupt stubs global symbols.
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-11-07 Ben PfaffMake kernel_pool, user_pool static, since they are...
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-10-16 Ben PfaffAlways make the scratch disk an even multiple of a...
2008-08-27 Godmar Back- added thread_foreach
2008-08-27 Godmar Backremoved 'address' option for Bochs.
2008-08-27 Godmar Backcleaned up comments for reboot code and adopted GNU...
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2008-08-25 Ben PfaffImprove comments.
2008-08-24 Ben PfaffNew option -r to reboot the VM after actions are complete.
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-21 Ben PfaffUse --build-id=none to avoid build-id sections on FC8.
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2008-07-18 Ben PfaffFix bug in --sim and --debug options reported by Bob...
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"
next