Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Change invalid pid to -1 | dimitri staessens | 2016-07-05 | 1 | -9/+4 |
| | | | | | | | | The stack used pid 0 (the scheduler) to indicate an invalid process instance, probably as a leftover from the deprecated application process instance id. Using -1 is a better solution. Fixes #16. | ||||
* | irmd: Move registry to its own sources | dimitri staessens | 2016-07-05 | 1 | -0/+593 |
All registry functionality has been extracted from the IRMd to improve modularity and legibility of the code. |