Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | user: break out the shell and tests into separate binaries | dzwdz | |
2022-07-26 | user/shell: automatically execute binaries in /bin/ | dzwdz | |
2022-07-26 | user/libc: a _start that automatically selfrelocates PIEs | dzwdz | |
2022-07-26 | user/libc: exit() | dzwdz | |
What an interesting commit. | |||
2022-07-26 | user: posix-compatible FILE* opening | dzwdz | |
2022-07-26 | user: add missing include | dzwdz | |
2022-07-26 | user: move the POSIX-y stuff to the proper header files | dzwdz | |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz | |
2022-07-26 | tools: add tools/sort_includes.rb | dzwdz | |
2022-07-26 | user: mount the initrd and /kdev in user_bootstrap | dzwdz | |
2022-07-24 | user: change the directory structure to prepare for multiple binaries | dzwdz | |