Remove "insult" example
[pintos-anon] / solutions /
2020-04-01 John OusterhoutRevert "Adjust p2.patch and p3.patch so that threads...
2020-03-26 John OusterhoutAdjust p2.patch and p3.patch so that threads kernel...
2015-12-17 John OusterhoutUpdated sample solutions to correspond with current...
2011-02-12 Ben Pfaffthread: Do not disable interrupts unnecessarily while...
2011-02-12 Ben Pfaffthread: Properly protect 'all_list' around insertion.
2010-12-11 Borja Sotomayorsolutions: Fix mangled p4.patch.
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-09-08 Godmar Backupdate after thread_foreach
2008-08-28 Godmar Backupdate - made to pass again after thread_foreach
2008-08-27 Godmar Backremoved accidental checkin of Make.tests change
2008-08-27 Godmar Backupdate for thread_foreach patch
2008-08-27 Godmar Back- added thread_foreach
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2007-03-24 Ben PfaffRename execute_thread() to start_process().
2006-11-10 Godmar Backfixed memory leak on error path in copy_in_string
2006-10-05 Ben Pfaff*** empty log message ***
2006-09-26 Ben PfaffMake solutions apply again.
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-09-08 Ben PfaffGet rid of exit_code in struct thread.
2006-07-08 Ben PfaffFix comment.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-26 Ben PfaffDon't delete non-empty directories.
2006-05-26 Ben PfaffTODO items for solutions.
2006-05-22 Ben PfaffFile system project updates:
2006-05-21 Ben PfaffNormalize style of patches to reduce changes later.
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-05-19 Ben PfaffFix solution.
2006-05-19 Ben PfaffReplace lsdir system call by readdir, isdir system...
2006-05-19 Ben PfaffMake directory interface more like file interface.
2006-05-19 Ben PfaffFix race in dir_reopen().
2006-05-16 Ben PfaffFix lack of locking in file system code (!).
2006-05-16 Ben Pfafffile_close needs fs_lock.
2006-04-20 Ben PfaffMajor revisions to documentation.
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 PfaffFix up solution to work with latest process.c.
2006-04-09 Ben PfaffFix up solution to work with latest process.c.
2006-04-09 Ben PfaffFix up solution to work with latest process.c.
2006-04-07 Ben PfaffFix warning.
2006-03-14 Ben PfaffTest commit.
2006-01-08 Ben PfaffSync with sources.
2006-01-08 Ben PfaffFix for updated comments.
2006-01-04 Ben PfaffAdd hash_apply() function.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-21 Ben PfaffUpdate patch.
2005-06-20 Ben PfaffAdd grading system.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-19 Ben PfaffFix race condition in process loading.
2005-01-05 Ben PfaffMake all the patches apply with -p1.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-01 Ben PfaffUpdate solutions.
2004-12-31 Ben PfaffUpdate.
2004-12-31 Ben PfaffImprove.
2004-12-31 Ben PfaffUpdate.
2004-12-31 Ben PfaffAdd problem 1-1 solution.
2004-10-14 Ben PfaffFix stuff.
2004-10-14 Ben PfaffRemove patch against test.c
2004-10-14 Ben PfaffFix race condition.
2004-10-13 Ben PfaffAdd p1-3 solution.
2004-10-08 Ben PfaffRemove unneeded list_remove().
2004-09-27 Ben PfaffUpdate.
2004-09-22 Ben PfaffProject 2 solution.
2004-09-22 Ben PfaffUpdate patch.
2004-09-18 Ben PfaffSuggested solution for problem 1-2 Join.