Age | Commit message (Expand) | Author |
---|---|---|
2017-05-30 | Move assert.h to the include directory | Richard Braun |
2017-03-17 | kern/sleepq: also disable interrupts during critical sections | Richard Braun |
2017-03-17 | kern/{condition,mutex}: include stdbool.h | Richard Braun |
2017-03-04 | kern/{condition,mutex}: reimplement on top of sleep queues | Richard Braun |
2017-02-04 | Clean up compilation | Richard Braun |
2017-02-04 | kern/types: split into module-specific type headers | Richard Braun |
2016-12-09 | Force brackets around one-line conditional statements | Richard Braun |
2014-06-18 | kern/thread: add thread_join | Richard Braun |
2014-01-03 | Update calls to atomic operations | Richard Braun |
2013-04-14 | kern/condition: make condition_init an inline function | Richard Braun |
2013-04-14 | kern/{condition,mutex}: refactor common code | Richard Braun |
2013-04-14 | kern/condition: new module | Richard Braun |