Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | kern: ptrbox: Add string duplication | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
8 days | kern: lib: Introduce pointer boxes | Ian 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 days | kern: lib: Add strdup() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-14 | build: Do not have per subsystem libs | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-13 | build: Add Makefile to sys/lib/ | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-13 | os: lib: Import string lib | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |