Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move stuff around, again | Alex Auvolat | 2016-07-15 | 1 | -177/+0 |
* | Fix a bug: malloc() with wrong size | Alex Auvolat | 2015-03-14 | 1 | -1/+1 |
* | Add mutexes everywhere ; spam debug log (sorry) | Alex Auvolat | 2015-03-14 | 1 | -1/+2 |
* | Add missing mutex-locking in procesc.c ; discovered design fault somewhere. | Alex Auvolat | 2015-03-13 | 1 | -1/+1 |
* | Change thread waiting technology. Slower but does not do crappy things like m... | Alex Auvolat | 2015-03-11 | 1 | -2/+2 |
* | Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ... | Alex Auvolat | 2015-03-11 | 1 | -2/+2 |
* | Process exiting & thread termination. IMPORTANT NOTE FOLLOWS. | Alex Auvolat | 2015-03-04 | 1 | -0/+13 |
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 1 | -44/+15 |
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -19/+39 |
* | Reorganize code in preparation for user apps. | Alex Auvolat | 2015-02-13 | 1 | -0/+172 |