Andreas Kling
|
68a6d4c30a
Kernel: Tidy up InodeWatcher construction
|
3 years ago |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
4 years ago |
Brian Gianforcaro
|
40a942d28b
Kernel: Remove char* versions of path argument / kstring copy methods
|
4 years ago |
Brian Gianforcaro
|
4b2651ddab
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
|
4 years ago |
Brian Gianforcaro
|
ba03b6ad02
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
|
4 years ago |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 years ago |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 years ago |
Liav A
|
7c87891c06
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
|
4 years ago |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 years ago |
Andreas Kling
|
1123af361d
Kernel: Convert Process::get_syscall_path_argument() to KString
|
4 years ago |
Brian Gianforcaro
|
0d50d3ed1e
Kernel: Make InodeWatcher::crate API OOM safe
|
4 years ago |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 years ago |