Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We now use a temporary stack in task management for : | Alexis211 | 2009-10-16 | 1 | -18/+34 |
| | | | | | - deleting current thread whe it finishes - doing everything that goes with that | ||||
* | SimpleList now implements removeOnce(const T& value); | Alexis211 | 2009-10-11 | 1 | -21/+3 |
| | | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed. | ||||
* | Nothing, really ;D | Alexis211 | 2009-10-11 | 1 | -6/+6 |
| | |||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -55/+70 |
| | |||||
* | Added a single linked list simple class (SimpleList) | Alexis211 | 2009-10-11 | 1 | -13/+10 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 1 | -0/+31 |
| | |||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -2/+2 |
| | |||||
* | Bug correction | Alexis211 | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -2/+4 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+136 |