Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | Make assert have no side effects | Richard Braun | |
This makes sure symbols referenced by assert uses may not be generated if unused. The recently introduced __unused macro is used to suppress compiler warnings resulting from this change. | |||
2017-08-27 | kern/semaphore: implement timed waits | Richard Braun | |
2017-03-17 | kern/sleepq: also disable interrupts during critical sections | Richard Braun | |
2017-03-17 | kern/semaphore: new module | Richard Braun | |