Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-16 | include: kernel: move list.h to a data struct directory | Danny Holman | 1 | -31/+0 | |
Move list.h into a designated directory for data structure definitions. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2023-11-26 | kernel: list: add a linked-list implementation | Danny Holman | 1 | -0/+31 | |
Add a linked-list implementation using the kmalloc system. Signed-off-by: Danny Holman <dholman@gymli.org> |