summaryrefslogtreecommitdiff
path: root/userland
AgeCommit message (Expand)Author
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
2024-09-12sh: Load script from fileAnton Kling
2024-09-12sh: Add support for commentsAnton Kling
2024-07-08LibC: Optimize mallocAnton Kling
2024-07-03rdate: Add a very basic implementation rdateAnton Kling
2024-07-01LibC: Change how kill() worksAnton Kling
2024-07-01Terminal: Avoid out of bounds access on resizeAnton Kling
2024-06-30ws: Use nicer colorsAnton Kling
2024-06-30minibox: Add sha1sumAnton Kling
2024-06-27ws: Use -Ofast LTO optimizations.Anton Kling
2024-06-27stuffAnton Kling
2024-06-26LibC: Fix regression in printfAnton Kling
2024-06-26IRC: Use a GUI instead of a terminal applicationAnton Kling
2024-06-26Libc/Kernel: Add fcntl()Anton Kling
2024-06-26Networking stuffAnton Kling
2024-06-26LibC: Fix printf formattingAnton Kling
2024-06-25VFS: dup2 fixesAnton Kling
2024-06-25Optimize mouse driver to perform more work in kernelAnton Kling
2024-06-24Kernel: Purge unused/bad syscallsAnton Kling
2024-06-23LibC: Include delim in getdelim if it was seenAnton Kling
2024-06-22LibC: Fix bugs relating to fseekAnton Kling
2024-06-21LibC: Add ldexpAnton Kling
2024-06-21Userland: Use sys/socket.h not socket.hAnton Kling
2024-06-20Add getaddrinfo and change other libc stuffAnton Kling
2024-05-05LibC: fflush() should not dereference stream if it is NULLAnton Kling
2024-05-02sh: Use string view instead of C stringsAnton Kling
2024-04-29Kernel/LibC: Remove unused syscallsAnton Kling
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2024-04-29Kernel/Socket: Move sockets back to being file descriptorsAnton Kling
2024-04-28WindowServer: Make mouse_fd non blockingAnton Kling
2024-04-26IRC: Add PING commandAnton Kling
2024-04-21LibC: Add different isX() functionsAnton Kling