summaryrefslogtreecommitdiff
path: root/kernel/includes
AgeCommit message (Expand)Author
2023-11-24Refactor write() and pwrite()Anton Kling
2023-11-24Refactor open()Anton Kling
2023-11-23Kernel/LibC: Add randomfill() syscall.Anton Kling
2023-11-22Meta: Cleanup of header files such that they are partially sharedAnton Kling
2023-11-17Kernel: Add isatty syscallAnton Kling
2023-11-16Kernel: Change how syscalls are built and implemented.Anton Kling
2023-11-15Add untracked filesAnton Kling
2023-11-15VFS: Add statAnton Kling
2023-11-13Kernel: Add typedefs.hAnton Kling
2023-11-12AHCI: Add very basic AHCI and some additional helper functions to mmu.cAnton Kling
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-11-08Kernel/MMU: Detect system memory and dynamically adjust memory usage availableAnton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling