Major revisions to documentation.
[pintos-anon] / src / threads / malloc.c
2006-04-20 Ben PfaffMajor revisions to documentation.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2004-12-15 Ben PfaffComment.
2004-12-15 Ben PfaffUse 0xcc (not 0xcd) for clearing malloc() blocks too.
2004-10-25 Ben PfaffAdd some more correctness assertions to free().
2004-09-23 Ben PfaffRewrite page allocator to support multi-page allocations.
2004-09-22 Ben Pfaffmemset freed blocks to 0xcd.
2004-09-13 Ben PfaffAdd magic numbers for safety.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben Pfafffree() on a null pointer is a no-op.
2004-09-02 Ben PfaffRewrite to suck slightly less.
2004-08-30 Ben PfaffMove filesys_init into main_thread.
2004-08-30 Ben PfaffImprove error message.
2004-08-26 Ben PfaffImprove mmu.h.
2004-08-18 Ben PfaffWorking backdoor filesystem implementation.
2004-08-16 Ben PfaffInitial revision