index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Collapse
)
Author
2025-12-25
Remove readme
Kacper
2025-12-25
Clang-tidy fixes
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
Add init prog, chroot syscall and fix menuconfig build
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
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
Fix include paths and formatting inconsistencies
Kacper
2025-12-09
feat: add gzip and new headers
Kacper
2025-12-07
Add bin/true and bin/false implementations
Kacper
- 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.