summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-31sftp: Add sftp serverHEADmasterAnton Kling
2024-12-31libc: opendir should not keep a internal offsetAnton Kling
2024-12-31stat: Use the standard values for S_ISDIR/S_ISREG etcAnton Kling
2024-12-31libc: Change names for head/final in mallocAnton Kling
2024-12-31libc: Add more sv/sb functionsAnton Kling
2024-12-16rdate: Fix error reporting and code formattingAnton Kling
2024-12-16libc: Add gai_strerrorAnton Kling
2024-12-15libc: Fix undefined behavior for non positive VLAAnton 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-15libc: Add setenv/getenvAnton Kling
2024-12-14procfs: Add `stat`Anton Kling
2024-12-14mmu: Remove recursion in ksbrkAnton Kling
2024-12-14procfs: Add `self` and `id`Anton Kling
2024-12-14sb/printf: Add ksbprintfAnton Kling
2024-12-14sb: Allow input to be "ignored"Anton Kling
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-12-12kernel: Fix/improve cleanup of process after exitAnton Kling
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-12-12procfs: Add a procfsAnton Kling
2024-12-11kernel: Add more sv functions and change interfacesAnton Kling
2024-12-10kernel: Add string view and string builderAnton Kling
2024-12-10kernel: Add kbnprintfAnton Kling
2024-12-09timer: Use strings instead of direct int64_t to communicate with userlandAnton Kling
2024-12-09kernel: Add a way to parse numbers from C stringsAnton Kling
2024-12-09kernel: Add ksnprintfAnton Kling
2024-12-09lock: Add lock utilityAnton Kling
2024-12-09sh: Add exit commandAnton Kling
2024-12-09libc: sv add number parsingAnton Kling
2024-12-09mmu: Make certain allocations physical and virtual mapping linearAnton Kling
2024-12-09tcpserver: Add the basics of tcpserverAnton Kling
2024-12-08vfs: Bug fix...Anton Kling
2024-12-08vfs: Force truncation even without permissionsAnton Kling
2024-12-08audio: Control master volume through /dev/volumeAnton Kling
2024-12-08kernel/libc: Add isdigit()Anton Kling
2024-12-08kernel: Change error reporting for exec*Anton Kling
2024-12-02ac97: Messy fixes to audioAnton Kling
2024-12-02minibox: Add true, falseAnton Kling
2024-11-30audio/pcm: Add a proram to play audio filesAnton Kling
2024-11-30kernel: Change math.h to use macrosAnton Kling
2024-11-30ac97/audio: Add audioAnton Kling
2024-11-30vfs: Move read() to vfs.cAnton Kling
2024-11-29ext2: Handle "zero" blocksAnton Kling
2024-11-28add missing filesAnton Kling
2024-11-28changesAnton Kling
2024-11-24sh: Remove sh and use the "minibox" version insteadAnton Kling
2024-11-24libc: fclose should always close the associated file descriptorAnton Kling
2024-11-23vfs: Support O_TRUNCAnton Kling
2024-11-23vfs: Add O_APPEND support + refactoringAnton Kling