summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
2025-11-23kern: lib: Add pointerbox physmem allocationdevIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-23kern: lib: Add pointer box abstractionIan Moffett
The pointer box allows RAII-like allocations within the rv7 kernel to reduce chances of leaks when juggling memory. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-21kern: lib: Add strncmp() functionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-16kern: lib: Add POSIX memcmp() functionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-15kern: lib: Add OSMORA base libsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>