Parse command-line options much earlier, so that thread_mlfqs is
[pintos-anon] / src / lib / kernel / console.c
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-04-05 Ben PfaffRename putchar_unlocked() to putchar_have_lock() to...
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-22 Ben PfaffMake console lock recursive.
2004-09-20 Ben PfaffAdd putbuf().
2004-09-13 Ben PfaffNeeds #include <console.h>.
2004-09-11 Ben PfaffDo console locking.