Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | kern/cbuf: update from upstream | Richard Braun | |
2018-02-24 | Update license note about modules from librbraun | Richard Braun | |
2018-02-24 | New errno.h standard header | Richard Braun | |
Use standard errno codes. This change also adds strerror to string.h. | |||
2017-12-03 | Revert "Make assert have no side effects" | Richard Braun | |
This reverts commit d18d0e85596f90e0bd597b33d58209d0b3973c95. | |||
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-07-25 | kern/cbuf: update from upstream | Richard Braun | |
2017-07-24 | kern/cbuf: update from upstream | Richard Braun | |
2017-06-22 | kern/cbuf: fix very unlikely but potential integer overflows | Richard Braun | |
2017-06-22 | kern/cbuf: new cbuf_range_valid function | Richard Braun | |
2017-06-19 | kern/cbuf: update copyright year | Richard Braun | |
2017-06-18 | kern/cbuf: use void pointers with cbuf_read and cbuf_write | Richard Braun | |
2017-06-17 | kern/cbuf: implement buffered reads and writes | Richard Braun | |
This change brings an interface for fast buffered accesses to the content of a circular buffer, and also an interface to write into a circular buffer at custom locations, in exchange for a small interface break of cbuf_read. | |||
2017-06-17 | kern/cbuf: use size_t instead of unsigned long | Richard Braun | |
2017-05-30 | Move assert.h to the include directory | Richard Braun | |
This turns assert.h into a standard header. | |||
2017-05-28 | kern/cbuf: new module | Richard Braun | |