Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-29 | Kernel: Only lock process file descriptor table once in sys$poll() | Andreas Kling |
2022-01-29 | Kernel: Switch process file descriptor table from spinlock to mutex | Andreas Kling |
2022-01-29 | Kernel: Convert process file descriptor table to a SpinlockProtected | Andreas Kling |
2022-01-28 | Kernel: Allocate entire SelectBlocker::FDVector at once | Andreas Kling |
2021-12-29 | Kernel: Handle promise violations in the syscall handler | Brian Gianforcaro |
2021-12-29 | Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() | Brian Gianforcaro |
2021-12-18 | Kernel: Access OpenFileDescriptions::max_open() statically in Syscalls | Hendiadyoin1 |
2021-12-18 | Kernel: Add implicit auto qualifiers in Syscalls | Hendiadyoin1 |
2021-12-12 | Kernel: Split off sys$poll() into Syscalls/poll.cpp | Jean-Baptiste Boric |