Age | Commit message (Expand) | Author |
---|---|---|
2024-02-21 | New clang-format options | Anton Kling |
2023-11-22 | Meta: Cleanup of header files such that they are partially shared | Anton Kling |
2023-11-18 | VFS: Do not add extra '/' on root path. | Anton Kling |
2023-11-17 | Kernel: Add isatty syscall | Anton Kling |
2023-11-16 | VFS: Do canonicalization of the current working directory | Anton Kling |
2023-11-16 | ext2: Fix directory resolution | Anton Kling |
2023-11-15 | Kernel/LibC: Add chdir function and syscall | Anton Kling |
2023-11-15 | VFS: Add stat | Anton Kling |
2023-11-15 | VFS: Bug fix. Uninitalized structure member. | Anton Kling |
2023-11-13 | Kernel: Remove kmalloc_eternal | Anton Kling |
2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling |