summaryrefslogtreecommitdiff
path: root/lib/libc/ctype
AgeCommit message (Collapse)Author
2025-12-25Clang-tidy fixesKacper
2025-12-15Add getauxval and cleanup libc startupKacper
2025-12-09feat: clang-tidy fixesKacper
2025-12-09Fix include paths and formatting inconsistenciesKacper
2025-12-07Add bin/true and bin/false implementationsKacper
- Added assembly implementations for `true` and `false` commands. - Updated Kbuild files to include new binaries. - Removed unused libraries and headers. - Cleaned up makefile and unused code.
2025-12-07Add build system scaffolding and libc headersKacper