Age | Commit message (Expand) | Author |
---|---|---|
2022-04-12 | kernel: make all sizes unsigned, sort out the sign mess | dzwdz |
2021-11-14 | shared: use a single implementation of mem* functions everywhere | dzwdz |
2021-09-21 | implement (safe) min/max macros | dzwdz |
2021-09-19 | remove the unused static_strcmp macro | dzwdz |
2021-08-03 | kernel: implement static_strcmp() | dzwdz |
2021-08-03 | kernel: implement memcmp | dzwdz |
2021-08-03 | put the NUM2STR macro in util.h | dzwdz |
2021-07-18 | basic executable loading | dzwdz |
2021-07-10 | separate the source code from object files; more modular Makefile | dzwdz |