summaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Expand)Author
2025-12-26Add missing deinit KbuildKacper Fiedorowicz
2025-12-25Added more kconfig optionsKacper
2025-12-25Clang-tidy fixesKacper
2025-12-22Added c11 threads, fixed some locks and add *_unlocked functionsKacper
2025-12-16Fix several segv issues and improve x86_64 startup codeKacper
2025-12-16Add init prog, chroot syscall and fix menuconfig buildKacper
2025-12-15Added aio and eventfd support, along with sleep and yes utilitiesKacper
2025-12-14Add pwd command utilityKacper
2025-12-14libc: implement err/warn functionsKacper
2025-12-09feat: clang-tidy fixesKacper
2025-12-09Make better diagnostics for clangdKacper
2025-12-09Fix include paths and formatting inconsistenciesKacper
2025-12-09chore(makefile): add include-what-you-use (iwyu) to makefileKacper
2025-12-09feat: add gzip and new headersKacper
2025-12-07Add bin/true and bin/false implementationsKacper
2025-12-07Add build system scaffolding and libc headersKacper