Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-03-09 | kern/bitmap: fix complement computation | Richard Braun | |
The complement must take into account the total number of bits. | |||
2013-03-08 | kern/bitmap: add const keywords where appropriate | Richard Braun | |
2013-03-08 | kern/bitmap: remove volatile keywords | Richard Braun | |
Using this qualifier for such a generic data structure is inefficient. It was a left over from the initial implementation that was meant for concurrent accesses. | |||
2013-03-08 | kern/bitmap: new functions | Richard Braun | |
Augment the interface with functions to search and iterate over zero bits. |