Age | Commit message (Expand) | Author |
---|---|---|
2023-11-17 | Kernel: Add isatty syscall | Anton Kling |
2023-11-16 | Kernel: Change how syscalls are built and implemented. | Anton Kling |
2023-11-15 | VFS/LibC: Add getcwd() | Anton Kling |
2023-11-15 | Kernel/LibC: Add chdir function and syscall | Anton Kling |
2023-11-13 | Crypto: Implement fast insecure RNG for overwritting memory areas. | Anton Kling |
2023-11-12 | AHCI: Add very basic AHCI and some additional helper functions to mmu.c | Anton Kling |
2023-11-10 | Kernel/fs: Dynamically allocate based upon file size. | Anton Kling |
2023-11-01 | Kernel: Add a simple TCP implementation | Anton Kling |
2023-10-31 | Meta: Create simple build scripts for kernel, userland and general enviroment | Anton Kling |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling |