2005-01-21 |
Ben Pfaff | syscall-stub.h is gone; don't #include it. |
tree | commitdiff |
2005-01-20 |
Ben Pfaff | Improve debuggability by eliminating system call stub... |
tree | commitdiff |
2005-01-10 |
Ben Pfaff | Fix %' grouping in printf(). |
tree | commitdiff |
2005-01-02 |
Ben Pfaff | Change assembly from AT&T to Intel syntax. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Add a suggestion to use `backtrace' and a reference... |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Add list_min(), list_max(). |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Fix brown-bag error. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up inode code: |
tree | commitdiff |
2004-12-14 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Rename do_power_off to power_off_when_done. |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Power off on kernel panic. |
tree | commitdiff |
2004-12-02 |
Ben Pfaff | Remove redundant test. |
tree | commitdiff |
2004-12-01 |
Ben Pfaff | Add qsort(), bsearch(). |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Fix bug caused by previous change. |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Improve list_remove(). |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Prevent bitmap_scan() from assert-failing if CNT is... |
tree | commitdiff |
2004-10-29 |
Ben Pfaff | Fix bug in strlcpy() that could cause reading too much... |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Improve implementation of puts(). |
tree | commitdiff |
2004-10-23 |
Ben Pfaff | Add filesize() stub. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | Revert to previous version. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | ASSERT should evaluate to an expression not a statement. |
tree | commitdiff |
2004-10-17 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-06 |
Ben Pfaff | Make freeing pages not require the pool lock, |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Bug fix. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Bug fixes. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Fix bugs. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Print statistics at power off. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Turn off assertions when running in the kernel. |
tree | commitdiff |
2004-09-23 |
Ben Pfaff | Change bitmap interface, update references. |
tree | commitdiff |
2004-09-22 |
Ben Pfaff | Make console lock recursive. |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Implement (u)intmax_t in printf(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Improve hex_dump(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Introduce PID_ERROR as an invalid exec return value. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Add initial_size argument to create syscall. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Add putbuf(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Revise makefile structure. |
tree | commitdiff |
2004-09-19 |
Ben Pfaff | Syscall handler doesn't expect to see return address... |
tree | commitdiff |
2004-09-19 |
Ben Pfaff | Pass return code from main() to exit(). |
tree | commitdiff |
2004-09-18 |
Ben Pfaff | Clarify strtok_r() description. |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Reorder. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Use __SIZE_TYPE__ for size_t, __PTRDIFF_TYPE__ for... |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Make the bitmap responsible for allocation. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Change "stddef.h" to <stddef.h> |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Flush serial device on panic. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Needs #include <console.h>. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Do console locking. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Format null pointers as 0x0. |
tree | commitdiff |
2004-09-09 |
Ben Pfaff | Add new syscall stubs. |
tree | commitdiff |
2004-09-09 |
Ben Pfaff | Add syscalls. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Add tolower(), toupper(). |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | First stab at interrupt-driven serial. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Add comment. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Add isblank(). |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Fix up header guards. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Fix up header guards. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Rename printk() to printf(). |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Remove NDEBUG. |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Redo makefiles. |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | %#X uses 0X not 0x. |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Handle bit_cnt of 0 properly. |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Fix some new printf bugs. |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Reorganize. |
tree | commitdiff |
2004-09-04 |
Ben Pfaff | Document strtok_r(). |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Add comments. |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Add comments. |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Reorganize, add comments. |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Add list_head(), list_tail(). |
tree | commitdiff |
2004-09-03 |
Ben Pfaff | Add comments. |
tree | commitdiff |
2004-09-02 |
Ben Pfaff | Reorganize. |
tree | commitdiff |
2004-09-02 |
Ben Pfaff | Add comments. |
tree | commitdiff |
2004-09-01 |
Ben Pfaff | Misc cleanups in init, thread. |
tree | commitdiff |
2004-09-01 |
Ben Pfaff | Add assert. |
tree | commitdiff |
2004-09-01 |
Ben Pfaff | Make interrupt.h names more regular. |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Allow user to provide random seed to random_init(). |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Add atoi(). |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Debug. Add bitmap_dump(). |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Add DEBUG() macro for debugging that can be turned... |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Get rid of backdoor. |
tree | commitdiff |
2004-08-31 |
Ben Pfaff | Add strtok_r(). |
tree | commitdiff |
2004-08-30 |
Ben Pfaff | Add strcmp(), asserts. |
tree | commitdiff |
2004-08-30 |
Ben Pfaff | Add bitmap_read(), bitmap_write(). |
tree | commitdiff |
2004-08-30 |
Ben Pfaff | Fix bitmap usage. |
tree | commitdiff |
2004-08-30 |
Ben Pfaff | Make user responsible for allocating `struct bitmap's. |
tree | commitdiff |
2004-08-29 |
Ben Pfaff | Fix grouping (sigh). |
tree | commitdiff |
2004-08-29 |
Ben Pfaff | Prototype hex_dump(). |
tree | commitdiff |
2004-08-29 |
Ben Pfaff | Fix snprintf() return value. |
tree | commitdiff |
2004-08-29 |
Ben Pfaff | Add snprintf(), vsnprintf(). |
tree | commitdiff |
2004-08-29 |
Ben Pfaff | (printf_integer) Fix handling of precision. Improve... |
tree | commitdiff |
2004-08-27 |
Ben Pfaff | printk() disables interrupts. |
tree | commitdiff |
2004-08-27 |
Ben Pfaff | (printf_integer) Fix handling of # flag. This time... |
tree | commitdiff |
2004-08-26 |
Ben Pfaff | Change list_elem from a struct to a typedef to make... |
tree | commitdiff |
2004-08-26 |
Ben Pfaff | Add ROUND_DOWN macro. |
tree | commitdiff |
2004-08-26 |
Ben Pfaff | Initial hash table implementation. |
tree | commitdiff |
2004-08-18 |
Ben Pfaff | Working backdoor filesystem implementation. |
tree | commitdiff |
2004-08-18 |
Ben Pfaff | Add memcmp(). |
tree | commitdiff |
2004-08-18 |
Ben Pfaff | Make debug.h non-idempotent, like <assert.h>. |
tree | commitdiff |
next |