summaryrefslogtreecommitdiff
path: root/userland/minibox
AgeCommit message (Expand)Author
2024-12-31libc: Add more sv/sb functionsAnton Kling
2024-12-16rdate: Fix error reporting and code formattingAnton Kling
2024-12-15sh: source /profile fileAnton Kling
2024-12-15sh: Partially working strings using ""Anton Kling
2024-12-15sh: Add setting environment variablesAnton Kling
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-12-09lock: Add lock utilityAnton Kling
2024-12-09sh: Add exit commandAnton Kling
2024-12-02minibox: Add true, falseAnton Kling
2024-11-28changesAnton Kling
2024-10-11sh: Add parsing of newlinesAnton Kling
2024-10-09sh: Conform to the new stringbuilder functionsAnton Kling
2024-10-09sh: Add support for running commands in the backgroundAnton Kling
2024-10-09sh: Fix incorrectly hardcoded valueAnton Kling
2024-10-02libc: Add faster scandir function(scandir_sane).Anton Kling
2024-09-12sh: Load script from fileAnton Kling
2024-09-12sh: Add support for commentsAnton Kling
2024-07-03rdate: Add a very basic implementation rdateAnton Kling
2024-07-01LibC: Change how kill() worksAnton Kling
2024-06-30minibox: Add sha1sumAnton Kling
2024-05-02sh: Use string view instead of C stringsAnton Kling
2024-04-17VFS/LibC: Fix small bugsAnton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2024-03-28new stuffAnton Kling
2024-03-26Increase support for signalsAnton Kling
2023-11-25Minibox shell: Change shell prompt to use cwdAnton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-11-17Minibox: Add a somewhat improved shellAnton Kling
2023-11-15VFS/LibC: Add getcwd()Anton Kling
2023-11-15LibC: Add getdelim and getlineAnton Kling
2023-10-23WindowServer: Launch a new terminal by pressing ALT+nAnton Kling
2023-10-22Update .gitignore for all programsAnton Kling
2023-10-22Change CC in Makefiles to not use a absolute pathAnton Kling
2023-10-22Move everything into a new repo.Anton Kling