bitmap: Fix mistakes in comments.
[pintos-anon] / src / lib / kernel / bitmap.c
2011-03-10 Ben Pfaffbitmap: Fix mistakes in comments.
2006-12-08 Ben PfaffRevert the bitmap randomization change, which had the...
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
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 PfaffPrevent bitmap_scan() from assert-failing if CNT is...
2004-10-06 Ben PfaffMake freeing pages not require the pool lock,
2004-09-23 Ben PfaffChange bitmap interface, update references.
2004-09-20 Ben PfaffImprove hex_dump().
2004-09-13 Ben PfaffMake the bitmap responsible for allocation.
2004-09-06 Ben PfaffRename printk() to printf().