Age | Commit message (Collapse) | 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 | |
`()` means that any amt of arguments will be accepted, which isn't what i want | |||
2021-08-04 | rename TEST_IF to TEST_COND | dzwdz | |
i'll be adding a TEST_STR macro soon, so TEST_COND makes more sense | |||
2021-08-03 | fix inconsistent semicolons | dzwdz | |
2021-08-03 | kernel: implement static_strcmp() | dzwdz | |
will be used to test functions operating on strings | |||
2021-08-03 | kernel: implement memcmp | dzwdz | |