index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-01-03
Add docs and nohup/unlink utitilies
HEAD
master
Kacper Fiedorowicz
2025-12-26
Add missing deinit Kbuild
Kacper Fiedorowicz
2025-12-25
Added more kconfig options
Kacper
2025-12-25
Remove readme
Kacper
2025-12-25
Clang-tidy fixes
Kacper
2025-12-25
Move __dirent.h to libc/dirent.h
Kacper
2025-12-22
Add sys/resource.h implementation and nice(3)
Kacper
2025-12-22
Added c11 threads, fixed some locks and add *_unlocked functions
Kacper
2025-12-16
Add support for TLS in the libc
Kacper
2025-12-16
Fix several segv issues and improve x86_64 startup code
Kacper
2025-12-16
Fix cleaning dependency files in makefile.build
Kacper
2025-12-16
Add init and mconf to .gitignore
Kacper
2025-12-16
Add init prog, chroot syscall and fix menuconfig build
Kacper
2025-12-15
Add inotify and reorganize eventfd and io_uring syscalls
Kacper
2025-12-15
Add sys/file.h header and flock implementation
Kacper
2025-12-15
Add getauxval and cleanup libc startup
Kacper
2025-12-15
Remove iconv header as locale is not used anymore
Kacper
2025-12-15
Add mqueue rt api, add header tests
Kacper
2025-12-15
Added aio and eventfd support, along with sleep and yes utilities
Kacper
2025-12-14
Add pwd command utility
Kacper
2025-12-14
Add pwd command utility
Kacper
2025-12-14
Add elf.h header
Kacper
2025-12-14
libc: implement err/warn functions
Kacper
2025-12-12
Add clear command, add sysinfo system call
Kacper
2025-12-09
feat: clang-tidy fixes
Kacper
2025-12-09
Make better diagnostics for clangd
Kacper
2025-12-09
Fix include paths and formatting inconsistencies
Kacper
2025-12-09
chore(makefile): add include-what-you-use (iwyu) to makefile
Kacper
2025-12-09
feat: add gzip and new headers
Kacper
2025-12-07
Add bin/true and bin/false implementations
Kacper
2025-12-07
Add build system scaffolding and libc headers
Kacper