Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process exiting & thread termination. IMPORTANT NOTE FOLLOWS. | Alex Auvolat | 2015-03-04 | 1 | -0/+5 |
| | | | | | | | | Threads may now communicate via wait_on(void* ressource) and resume_on (void* ressource). Previous pause() is replaced by wait_on(current_thread) and resume(thread) by resume_on(thread). wait_on(x) may return false, indicating that the reason for returning is NOT that resume_on(x) was called but something else happenned. Typically false indicates that the curent thread is being killed and must terminate its kernel-land processing as soon as possible. | ||||
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 1 | -23/+11 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -3/+8 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -6/+6 |
| | |||||
* | Change readme, remove unused code, changed hashtbl to add key freeing function. | Alex Auvolat | 2015-02-09 | 1 | -3/+6 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+34 |