Age | Commit message (Expand) | Author |
---|---|---|
2021-07-20 | Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED | Brian Gianforcaro |
2021-07-11 | Kernel: Rename VFS => VirtualFileSystem | Andreas Kling |
2021-06-29 | Kernel: Don't copy a Vector<FileDescriptionAndFlags> | Liav A |
2021-06-28 | Kernel: Fix the return type for syscalls | Gunnar Beutner |
2021-05-29 | Kernel: Convert Process::get_syscall_path_argument() to KString | Andreas Kling |
2021-05-13 | Kernel: Make InodeWatcher::crate API OOM safe | Brian Gianforcaro |
2021-05-12 | Kernel: Implement multi-watch InodeWatcher :^) | sin-ack |