pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / lib /
2004-09-13 Ben PfaffMake the bitmap responsible for allocation.
2004-09-13 Ben PfaffChange "stddef.h" to <stddef.h>
2004-09-13 Ben PfaffFlush serial device on panic.
2004-09-13 Ben PfaffNeeds #include <console.h>.
2004-09-11 Ben PfaffDo console locking.
2004-09-11 Ben PfaffFormat null pointers as 0x0.
2004-09-09 Ben PfaffAdd new syscall stubs.
2004-09-09 Ben PfaffAdd syscalls.
2004-09-07 Ben PfaffAdd tolower(), toupper().
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-07 Ben PfaffAdd comment.
2004-09-07 Ben PfaffAdd isblank().
2004-09-06 Ben PfaffComment.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRemove NDEBUG.
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben Pfaff%#X uses 0X not 0x.
2004-09-05 Ben PfaffHandle bit_cnt of 0 properly.
2004-09-05 Ben PfaffFix some new printf bugs.
2004-09-05 Ben PfaffReorganize.
2004-09-04 Ben PfaffDocument strtok_r().
2004-09-03 Ben PfaffAdd comments.
2004-09-03 Ben PfaffAdd comments.
2004-09-03 Ben PfaffComments.
2004-09-03 Ben PfaffReorganize, add comments.
2004-09-03 Ben PfaffAdd list_head(), list_tail().
2004-09-03 Ben PfaffAdd comments.
2004-09-02 Ben PfaffReorganize.
2004-09-02 Ben PfaffAdd comments.
2004-09-01 Ben PfaffMisc cleanups in init, thread.
2004-09-01 Ben PfaffAdd assert.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-08-31 Ben PfaffAllow user to provide random seed to random_init().
2004-08-31 Ben PfaffAdd atoi().
2004-08-31 Ben PfaffDebug. Add bitmap_dump().
2004-08-31 Ben PfaffAdd DEBUG() macro for debugging that can be turned...
2004-08-31 Ben PfaffGet rid of backdoor.
2004-08-31 Ben PfaffAdd strtok_r().
2004-08-30 Ben PfaffAdd strcmp(), asserts.
2004-08-30 Ben PfaffAdd bitmap_read(), bitmap_write().
2004-08-30 Ben PfaffFix bitmap usage.
2004-08-30 Ben PfaffMake user responsible for allocating `struct bitmap's.
2004-08-29 Ben PfaffFix grouping (sigh).
2004-08-29 Ben PfaffPrototype hex_dump().
2004-08-29 Ben PfaffFix snprintf() return value.
2004-08-29 Ben PfaffAdd snprintf(), vsnprintf().
2004-08-29 Ben Pfaff(printf_integer) Fix handling of precision. Improve...
2004-08-27 Ben Pfaffprintk() disables interrupts.
2004-08-27 Ben Pfaff(printf_integer) Fix handling of # flag. This time...
2004-08-26 Ben PfaffChange list_elem from a struct to a typedef to make...
2004-08-26 Ben PfaffAdd ROUND_DOWN macro.
2004-08-26 Ben PfaffInitial hash table implementation.
2004-08-18 Ben PfaffWorking backdoor filesystem implementation.
2004-08-18 Ben PfaffAdd memcmp().
2004-08-18 Ben PfaffMake debug.h non-idempotent, like <assert.h>.
2004-08-17 Ben PfaffInitial filesystem stub code.
2004-08-16 Ben PfaffInitial revision