Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | Update license note about modules from librbraun | Richard Braun | |
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-06-15 | kern/bitmap: make bitmap_lookup conform to coding rules | Richard Braun | |
Macros with lower case names must have a function-like interface. | |||
2017-06-13 | Various atomic access fixes | Richard Braun | |
2017-05-31 | Move limits.h to the include directory | Richard Braun | |
This turns limits.h into a standard header. | |||
2013-05-15 | kern/bitmap: move helper functions to bitmap_i.h | Richard Braun | |
Although the dinstinction between those and the public interface was already easy to make, it's a bit more consistent and elegant this way. |