thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
[pintos-anon] / src / threads / init.c
2004-09-22 Ben Pfaffthread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
2004-09-21 Ben PfaffCall serial_flush() in power_off().
2004-09-20 Ben PfaffRename addrspace to process.
2004-09-20 Ben PfaffMake processes responsible for loading themselves.
2004-09-20 Ben PfaffSwap names of power_off and do_power_off().
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-16 Ben PfaffAdd -u to usage message.
2004-09-14 Ben PfaffChange -cp option to -ci ("copy in").
2004-09-13 Ben PfaffUse `z' modifier to printf size_t.
2004-09-13 Ben PfaffDon't assume 4 kB pages.
2004-09-11 Ben PfaffUpdate initialization order.
2004-09-11 Ben PfaffAdd a little demo/test code for the `threads' project.
2004-09-08 Ben PfaffUpdate name to Pintos.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben PfaffSystem call interface.
2004-09-02 Ben PfaffRedo and improve thread scheduling startup.
2004-09-02 Ben PfaffMove user exception support into userprog.
2004-09-01 Ben PfaffMisc cleanups in init, thread.
2004-09-01 Ben PfaffBreak TSS out of GDT.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-08-31 Ben PfaffClean up disk layer.
2004-08-31 Ben PfaffImplement command line arguments.
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffClean up a little.
2004-08-31 Ben PfaffSmall loader cleanups.
2004-08-31 Ben PfaffSplit RAM initialization into function.
2004-08-30 Ben PfaffMove filesys_init into main_thread.
2004-08-30 Ben PfaffTest disk code slightly more thoroughly.
2004-08-29 Ben PfaffBasic disk test code.
2004-08-29 Ben PfaffBasic disk detection stuff.
2004-08-28 Ben PfaffWork on loader to prepare for passing in a command...
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-27 Ben PfaffFix TSS descriptor.
2004-08-27 Ben PfaffFix formatting.
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 PfaffRemove call to sema_self_test() from main().
2004-08-18 Ben PfaffWorking backdoor filesystem implementation.
2004-08-16 Ben PfaffInitial revision