Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | shared: move the str* implementations to shared/mem.c | dzwdz | |
2021-11-14 | shared: use a single implementation of mem* functions everywhere | dzwdz | |
2021-11-07 | init: add strcpy/memcpy | dzwdz | |
just copied straight over from the kernel's util.c | |||
2021-10-10 | init: move __tty_fd to the stdlib, add the underscores to its name | dzwdz | |
2021-10-10 | init/stdlib: implement strcmp | dzwdz | |
2021-10-06 | init: implement strlen | dzwdz | |
2021-10-06 | init: printf base | dzwdz | |
2021-09-18 | create `init/stdlib` | dzwdz | |