Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Memory Leak task_end | Bill Schwartz | 2012-10-12 | 1 | -24/+24 |
* | Fix race condition between stackmanager and vmmmanager. | Patrick Williams | 2012-01-05 | 1 | -0/+3 |
* | Interactive debug tool. | Patrick Williams | 2011-12-06 | 1 | -3/+6 |
* | Support task_wait / task_wait_tid syscalls: | Patrick Williams | 2011-10-24 | 1 | -4/+129 |
* | Add copyright headers to all source files. | Patrick Williams | 2011-08-24 | 1 | -0/+22 |
* | Reduce memory footprint to 3MB. | Patrick Williams | 2011-07-29 | 1 | -3/+3 |
* | Start virtual memory management. | Patrick Williams | 2010-07-02 | 1 | -1/+3 |
* | Refactor task-manager tid counter to generic lockfree algorithm. | Patrick Williams | 2010-06-09 | 1 | -3/+3 |
* | Add task control syscalls. | Patrick Williams | 2010-06-07 | 1 | -2/+1 |
* | Create init process, fix scheduler bugs. | Patrick Williams | 2010-06-07 | 1 | -2/+3 |
* | Give tasks a void-ptr parameter like pthreads. | Patrick Williams | 2010-06-07 | 1 | -2/+2 |
* | Add scheduler and calls from dispatch interrupt. | Patrick Williams | 2010-06-07 | 1 | -0/+1 |
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 1 | -0/+31 |