random: Fix behavior of kernel option "-rs".
[pintos-anon] / src /
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-12 John OusterhoutRemove "insult" example
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.
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-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-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 OusterhoutAdded more userprog tests, mostly relating to boundary...
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 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-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-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 PfaffRewrite the I/O port code.
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 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 Ben PfaffCorrect comment describing list_remove() behavior.
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-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-01-26 Ben PfaffUse -fno-stack-protector with GCC versions that support...
2007-11-16 Godmar Backadded IGNORE_USER_FAULTS clause to match specification
2007-05-07 Ben PfaffFix warning.
2007-04-23 Ben PfaffCorrectly initialize the esp0 pointer in the TSS for...
2007-04-02 Ben PfaffIgnore tags and cscope files.
2007-04-02 Ben PfaffImprove comment on thread_unblock().
2007-03-31 Ben PfaffFix bugs in -j and -r options reported by Godmar Back.
2007-03-31 Ben PfaffFix bug in jitter reported by Godmar Back (BIOS wouldn...
2007-03-24 Ben PfaffAdd helpful comment.
2007-03-24 Ben PfaffAdd "cscope" target.
2007-03-24 Ben PfaffRename execute_thread() to start_process().
2007-03-08 Ben PfaffFix bug in *-persistence tests when prerequisites fail.
2007-02-06 Godmar Backadded patch to make bochs work with gdb 6.5
2007-01-28 Ben PfaffFix order of checks on load average.
2007-01-21 Ben PfaffAdd i86pc to unames detected as x86 (used by Solaris).
2007-01-11 Ben PfaffSet VERBOSE to empty string by default, which prevents...
2007-01-11 Ben PfaffRemove unnecessary semicolon that gives GNU make 3...
2007-01-11 Ben PfaffDon't call bx_gdbstub_exception when we're not compilin...
2007-01-09 Ben PfaffAdd -MF to GCC invocation to make ccache happy on Fedor...
2007-01-08 Godmar Backadjusted scores for P4 as discussed
2007-01-07 Godmar BackCosmetic fix: make first column wider to account for...
2007-01-07 Godmar Back- adjustments to scores for P3 as discussed.
2007-01-07 Godmar Backadjustments to scores for P2 as discussed.
2007-01-06 Godmar Back- added priority-donate-chain test which tests 8-level...
2007-01-04 Ben PfaffSeparate persistence tests from the extended filesys...
2007-01-04 Ben PfaffNew page-merge-mm, page-merge-stk tests.
2006-12-18 Ben PfaffMake comment more readable.
next