Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change scheduler to locked queue instead of stack-pair. | Patrick Williams | 2010-06-09 | 2 | -3/+6 | |
| | ||||||
* | Kernel spinlock support. | Patrick Williams | 2010-06-09 | 1 | -0/+20 | |
| | ||||||
* | 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 | 3 | -2/+6 | |
| | ||||||
* | Add syscall interfaces and task_yield | Patrick Williams | 2010-06-07 | 1 | -0/+13 | |
| | ||||||
* | Create init process, fix scheduler bugs. | Patrick Williams | 2010-06-07 | 2 | -3/+6 | |
| | ||||||
* | 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 | 3 | -1/+7 | |
| | ||||||
* | Implement task saving and dispatching. | Patrick Williams | 2010-06-03 | 3 | -1/+47 | |
| | ||||||
* | Import register constants from KIS codebase, update start.S to use. | Patrick Williams | 2010-06-03 | 1 | -0/+124 | |
| | ||||||
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 6 | -0/+142 | |
| | ||||||
* | malloc / free support | Patrick Williams | 2010-05-21 | 2 | -0/+6 | |
| | ||||||
* | Add heap manager for allocations up to 2040 bytes | Patrick Williams | 2010-05-21 | 1 | -0/+39 | |
| | ||||||
* | Move pagemgr to generic lock free structure. | Patrick Williams | 2010-05-21 | 1 | -2/+3 | |
| | ||||||
* | Create page manager. | Patrick Williams | 2010-05-20 | 1 | -0/+42 | |
| | ||||||
* | Full vargs printk. | Patrick Williams | 2010-05-19 | 1 | -1/+1 | |
| | ||||||
* | Create simple console. | Patrick Williams | 2010-05-18 | 1 | -0/+25 | |