Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-20 | kernel: maintain const on strings | Danny Holman | 1 | -2/+2 | |
Keep const pointers const when casting from void to char. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||||
2021-01-18 | kernel: finish implementing string functions | Danny Holman | 1 | -4/+38 | |
Finish implementing the functions from string.h in string.c. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||||
2021-01-17 | kernel: add string.h implementations | Danny Holman | 1 | -0/+24 | |
Add implementations for functions declared in string.h. Signed-off-by: Danny Holman <dholman@gymli.xyz> |