Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-22 | core: add a linked list implementation | Danny Holman | 1 | -0/+32 | |
Add a generic linked list implementation based on the one found in the Linux kernel. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-08-22 | core: add a basic logging framework | Danny Holman | 1 | -0/+16 | |
Add a basic framework for logging messages to the console or to a file. Signed-off-by: Danny Holman <dholman@gymli.org> |