Move problem 1-2 (join) into project 2 as the "wait" system call.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Mar 2005 04:58:27 +0000 (04:58 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 31 Mar 2005 04:58:27 +0000 (04:58 +0000)
Update the documentation, solutions, grading scripts, and regression
tests.

In execute_thread(), rephrase the code slightly.
Move process_activate() call from execute_thread() to load() to remove
potential race condition that students and TAs found confusing.
Add memory barrier in process_exit().


No differences found