summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-15libc: Fix undefined behavior for non positive VLAAnton 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-09mmu: Make certain allocations physical and virtual mapping linearAnton 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-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-28changesAnton Kling
2024-11-23vfs: Support O_TRUNCAnton Kling
2024-11-23vfs: Add O_APPEND support + refactoringAnton Kling
2024-11-22vfs: Add dup()Anton Kling
2024-11-22vfs: Close new file descriptor if already in use when calling dup2Anton Kling
2024-10-30kernel: Improve error handling for OOMAnton Kling
2024-10-30kernel/mmu: Make sure to check for NULL.Anton Kling
2024-10-17kernel: Use realloc instead of malloc+freeAnton Kling
2024-10-16kernel: Add RSOD(red screen of death)Anton Kling
2024-10-14kernel: small bug fixesAnton Kling
2024-10-14kernel: stuffAnton Kling
2024-10-14TCP: Don't free buffer prematurelyAnton Kling
2024-10-12Kernel/MMU: Don't return non present pages unless creation is desiredAnton Kling
2024-10-06Kernel/Networking: Modify outgoing packet in placeAnton Kling
2024-10-03kernel/shm: shm_open only create if O_CREAT was suppliedAnton Kling
2024-10-03libc: Add sendfile and queueAnton Kling
2024-09-12Kernel: Add support for shebangsAnton Kling
2024-08-17ext2: Bug fix. Incorrect assumption that `len` is not modified.Anton Kling
2024-07-11PCI: Fix bug not account for different bar indexAnton Kling
2024-07-08Kernel/Net: Don't use kmalloc to create send buffersAnton Kling
2024-07-08kmalloc: Merge headers more oftenAnton Kling
2024-07-06Kernel: Add kmalloc scanAnton Kling
2024-07-06Kernel: Add queue syscall and improve TCPAnton Kling