summaryrefslogtreecommitdiff
path: root/userland
AgeCommit message (Expand)Author
2024-12-31sftp: Add sftp serverHEADmasterAnton Kling
2024-12-31libc: opendir should not keep a internal offsetAnton 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-14sb: Allow input to be "ignored"Anton 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-09libc: sv add number parsingAnton Kling
2024-12-09tcpserver: Add the basics of tcpserverAnton Kling
2024-12-02minibox: Add true, falseAnton Kling
2024-11-30audio/pcm: Add a proram to play audio filesAnton 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-23libc: Add append to f(d)open and other fixesAnton Kling
2024-11-22libc: Fix bugs in strto(u)l(l)Anton Kling
2024-11-22libc: Add RC_ERRNO to more syscallsAnton Kling
2024-11-22vfs: Add dup()Anton Kling
2024-11-22libc: Add case for strtol(l) where base is 0Anton Kling
2024-10-17httpd: Bug fix close unused file descriptorAnton Kling
2024-10-16httpd: Bug fix for not handling error code 400 properlyAnton Kling
2024-10-14httpd: Add /index.html support and better error handlingAnton Kling
2024-10-14ppm: Fix bounds checkingAnton Kling
2024-10-14kernel: stuffAnton Kling
2024-10-14libc: Copy string views to preallocated buffersAnton Kling
2024-10-14httpd: Add a simple http serverAnton Kling
2024-10-13libc/sb: Refactor string builder to allow for none malloc allocationsAnton 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-06libc: Add sb_prepend_bufferAnton Kling
2024-10-03libc: Add sendfile and queueAnton Kling
2024-10-03libc: small changesAnton Kling
2024-10-03libc: Add readdir_multiAnton Kling
2024-10-03libc: Add fdopendir()Anton Kling
2024-10-02test: Fix incorrect testAnton Kling
2024-10-02libc: Fix FILE memstream bugAnton Kling
2024-10-02libc: Add faster scandir function(scandir_sane).Anton Kling