summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-03Add docs and nohup/unlink utitiliesHEADmasterKacper Fiedorowicz
2025-12-26Add missing deinit KbuildKacper Fiedorowicz
2025-12-25Added more kconfig optionsKacper
2025-12-25Remove readmeKacper
2025-12-25Clang-tidy fixesKacper
2025-12-25Move __dirent.h to libc/dirent.hKacper
2025-12-22Add sys/resource.h implementation and nice(3)Kacper
2025-12-22Added c11 threads, fixed some locks and add *_unlocked functionsKacper
2025-12-16Add support for TLS in the libcKacper
2025-12-16Fix several segv issues and improve x86_64 startup codeKacper
2025-12-16Fix cleaning dependency files in makefile.buildKacper
2025-12-16Add init and mconf to .gitignoreKacper
2025-12-16Add init prog, chroot syscall and fix menuconfig buildKacper
2025-12-15Add inotify and reorganize eventfd and io_uring syscallsKacper
2025-12-15Add sys/file.h header and flock implementationKacper
2025-12-15Add getauxval and cleanup libc startupKacper
2025-12-15Remove iconv header as locale is not used anymoreKacper
2025-12-15Add mqueue rt api, add header testsKacper
2025-12-15Added aio and eventfd support, along with sleep and yes utilitiesKacper
2025-12-14Add pwd command utilityKacper
2025-12-14Add pwd command utilityKacper
2025-12-14Add elf.h headerKacper
2025-12-14libc: implement err/warn functionsKacper
2025-12-12Add clear command, add sysinfo system callKacper
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