Rename schedule_tail() to thread_schedule_tail().
[pintos-anon] / src / threads / switch.S
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2006-04-09 Ben PfaffImprove comment.
2006-04-09 Ben PfaffRemove unnecessary test for switching from null current...
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-01-20 Ben PfaffImprove debuggability by adding .func/.endfunc around...
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2004-10-05 Ben PfaffComment.
2004-10-02 Ben PfaffFix comments.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-02 Ben PfaffAdd comments.
2004-08-31 Ben PfaffClean up threads.c.
2004-08-29 Ben PfaffAdjust indentation for .globl directives.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben PfaffMore clean up stack frame handling.
2004-08-26 Ben PfaffClean up handling of stack frames.
2004-08-16 Ben PfaffInitial revision