summaryrefslogtreecommitdiff
path: root/src/sys/include/lib
AgeCommit message (Collapse)Author
7 dayskern: ptrbox: Add string duplicationIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
7 dayskern: lib: Introduce pointer boxesIan Moffett
Pointer boxes are a way to allocate memory and associate them with one location so that during error/exit paths, one may deallocate every buffer with a single call Signed-off-by: Ian Moffett <ian@osmora.org>
10 dayskern: lib: Add strdup()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-13os: Add lib/stdbool.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-13os: Add lib/stdarg.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-13os: lib: Import string libIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>