Clean up threads.c.
[pintos-anon] / src / devices /
2004-08-31 Ben PfaffDon't use <string.h>.
2004-08-30 Ben PfaffFix disk_write(): interrupt fires *after* write complet...
2004-08-29 Ben PfaffBetter ID message. Add per-channel mutual exclusion.
2004-08-29 Ben PfaffImplement read/write support.
2004-08-29 Ben PfaffBasic disk detection stuff.
2004-08-29 Ben PfaffAdd timer_msleep, timer_usleep, timer_nsleep().
2004-08-29 Ben PfaffInitial un-working code.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben Pfaffintr_args => intr_frame.
2004-08-16 Ben PfaffInitial revision