Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / lib / kernel /
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-03-30 Ben PfaffReimplement list_sort() iteratively, reducing memory...
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffFix brown-bag error.
2004-12-15 Ben PfaffClean up.
2004-12-15 Ben PfaffClean up inode code:
2004-12-14 Ben PfaffComment.
2004-11-05 Ben PfaffFix bug caused by previous change.
2004-11-05 Ben PfaffImprove list_remove().
2004-11-05 Ben PfaffPrevent bitmap_scan() from assert-failing if CNT is...
2004-10-06 Ben PfaffMake freeing pages not require the pool lock,
2004-09-27 Ben PfaffBug fix.
2004-09-27 Ben PfaffBug fixes.
2004-09-27 Ben PfaffComments.
2004-09-27 Ben PfaffFix bugs.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-23 Ben PfaffChange bitmap interface, update references.
2004-09-22 Ben PfaffMake console lock recursive.
2004-09-20 Ben PfaffImprove hex_dump().
2004-09-20 Ben PfaffAdd putbuf().
2004-09-13 Ben PfaffMake the bitmap responsible for allocation.
2004-09-13 Ben PfaffNeeds #include <console.h>.
2004-09-11 Ben PfaffDo console locking.
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRename printk() to printf().