Redo makefiles.
[pintos-anon] / src / threads / thread.c
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben PfaffAdd copyright notice to synch.h.
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffDon't destroy current thread's pagedir before activatin...
2004-09-02 Ben PfaffRedo and improve thread scheduling startup.
2004-09-02 Ben PfaffMove user exception support into userprog.
2004-09-01 Ben PfaffOnly call addrspace_destroy() if USERPROG.
2004-09-01 Ben PfaffMisc cleanups in init, thread.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-09-01 Ben PfaffRemove lots of unused #define's from mmu.h.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-09-01 Ben PfaffIntegrate struct addrspace into struct thread.
2004-09-01 Ben PfaffClean up threads.
2004-08-31 Ben PfaffClean up threads.
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffSmall loader cleanups.
2004-08-29 Ben PfaffAdd idle thread.
2004-08-29 Ben PfaffMake thread_root() enable interrupts, otherwise kernel...
2004-08-29 Ben PfaffAdjust rules for the interrupt level during scheduling.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-27 Ben PfaffUserspace almost (?) working.
2004-08-26 Ben PfaffMore clean up stack frame handling.
2004-08-26 Ben PfaffClean up handling of stack frames.
2004-08-26 Ben PfaffImprove mmu.h.
2004-08-26 Ben PfaffStart work on program loading.
2004-08-18 Ben PfaffWorking backdoor filesystem implementation.
2004-08-16 Ben PfaffInitial revision