Clean up threads.c.
[pintos-anon] / src / threads / thread.h
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffMark thread_start() NO_RETURN.
2004-08-29 Ben Pfaffthread_schedule() now static.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben PfaffClean up handling of stack frames.
2004-08-26 Ben PfaffStart work on program loading.
2004-08-16 Ben PfaffInitial revision