pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / lib / kernel /
2011-03-10 Ben Pfaffbitmap: Fix mistakes in comments.
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-08 Ben PfaffCorrect comment describing list_remove() behavior.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-08-27 Godmar Back- added thread_foreach
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-12-08 Ben PfaffRevert the bitmap randomization change, which had the...
2006-09-28 Ben PfaffMake list_entry, hash_entry more type-safe.
2006-09-12 Godmar Backfixed typo in wrong iterator example
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
2006-04-05 Ben PfaffAdd references to tour of pintos.
2006-04-05 Ben PfaffRename putchar_unlocked() to putchar_have_lock() to...
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2006-01-04 Ben PfaffAdd hash_apply() function.
2005-12-21 Ben PfaffAdd cast to silence new warning in GCC 4.0.
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-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().