Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-27 | Kernel: poll should exit early if events already exist | Anton Kling | |
In certain cases there is almost always something to read in which case setting up the list of file descriptors and switching context becomes very expensive. | |||
2024-04-26 | Kernel/VFS: Change polling from variables to functions | Anton Kling | |
Instead of having to store state in variables functions are called to check the object directly. | |||
2024-03-17 | stuff | Anton Kling | |
2024-03-14 | random changes made | Anton Kling | |
2024-02-21 | Kerenel: Cleanup halt checking code | Anton Kling | |
2024-02-21 | New clang-format options | Anton Kling | |
2024-02-19 | Kernel/VFS: Cleanup of file descriptor halts | Anton Kling | |
2024-02-17 | cleanup | Anton Kling | |
2024-02-07 | Kernel: poll() should skip invalid file descriptors | Anton Kling | |
2024-02-07 | A lot of small changes | Anton Kling | |
2023-11-21 | Kernel: Make poll() return number of file descriptors that had revent set | Anton Kling | |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling | |
This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear. |