Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-30 | Move assert.h to the include directory | Richard Braun | |
This turns assert.h into a standard header. | |||
2017-04-29 | Revert "Remove unneeded quotes when using #error" | Richard Braun | |
This reverts commit b1aa94d0c7dba4138f651e6b081c1a0055ea8d54. New occurrences of #error are also affected by this commit. | |||
2017-03-17 | kern/sleepq: also disable interrupts during critical sections | Richard Braun | |
2017-03-17 | kern/sleepq: very early initialization | Richard Braun | |
2017-03-04 | kern/sleepq: new module | Richard Braun | |
This module provides simple generic sleep queues that can be used to implement higher level synchronization facilities such as mutexes and condition variables. |