summaryrefslogtreecommitdiff
path: root/src/sys/lib
AgeCommit message (Collapse)Author
7 dayskern: ptrbox: Remove debug printIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
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-14build: Do not have per subsystem libsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-13build: Add Makefile to sys/lib/Ian 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>