Age | Commit message (Expand) | Author |
---|---|---|
2022-05-15 | shared/ring: ring_contig | dzwdz |
2022-04-12 | shared: fix some minor warnings | dzwdz |
2022-04-10 | shared: implement a basic ring buffer | dzwdz |
2022-03-06 | shared: add strcmp() testcases, fix invalid implementation | dzwdz |
2021-11-14 | shared: use a single implementation of mem* functions everywhere | dzwdz |
2021-09-21 | start using sparse's `-Wdecl` | dzwdz |
2021-09-19 | remove the unused static_strcmp macro | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-04 | rename TEST_IF to TEST_COND | dzwdz |
2021-08-03 | fix inconsistent semicolons | dzwdz |
2021-08-03 | kernel: implement static_strcmp() | dzwdz |
2021-08-03 | kernel: implement memcmp | dzwdz |