Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-05-27 | libk: create a subset libc for kernel use | Danny Holman | 1 | -4/+7 |
2024-02-24 | kernel: string: add a strcpy function | Danny Holman | 1 | -0/+8 |
2024-02-16 | kernel: string: add more functions to string library | Danny Holman | 1 | -0/+64 |
2021-01-20 | kernel: maintain const on strings | Danny Holman | 1 | -2/+2 |
2021-01-18 | kernel: finish implementing string functions | Danny Holman | 1 | -4/+38 |
2021-01-17 | kernel: add string.h implementations | Danny Holman | 1 | -0/+24 |