Idan Horowitz
|
a9cd8ca841
Kernel: Make Inode::register_watcher() OOM-fallible
|
преди 3 години |
Idan Horowitz
|
87bd930e7e
Kernel: Make InodeWatcher inode registration completely OOM-fallible
|
преди 3 години |
Idan Horowitz
|
9ce537d703
Kernel: Use u64 instead of size_t for File::can_read offset
|
преди 3 години |
Idan Horowitz
|
3c1ca61e74
Kernel: Use KString instead of String in InodeWatcher::Event's path
|
преди 3 години |
Idan Horowitz
|
e236f9d85a
Kernel: Convert Inode event APIs to use StringViews instead of Strings
|
преди 3 години |
Brian Gianforcaro
|
fa517b213a
Kernel: Handle string format errors in FileSystem APIs :^)
|
преди 3 години |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
преди 3 години |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
преди 3 години |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
преди 3 години |
Andreas Kling
|
68a6d4c30a
Kernel: Tidy up InodeWatcher construction
|
преди 3 години |
Brian Gianforcaro
|
668c429900
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
|
преди 3 години |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
преди 4 години |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
преди 4 години |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
преди 4 години |
Brian Gianforcaro
|
0d50d3ed1e
Kernel: Make InodeWatcher::crate API OOM safe
|
преди 4 години |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
преди 4 години |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
преди 4 години |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
преди 4 години |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
преди 4 години |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
преди 4 години |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
преди 4 години |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
преди 4 години |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
преди 4 години |
Andreas Kling
|
7c4ddecacb
Kernel: Convert a bunch of String::format() => String::formatted()
|
преди 4 години |
Itamar
|
345abc3132
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
|
преди 4 години |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
преди 4 години |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
преди 4 години |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
преди 4 години |
Andreas Kling
|
55dd13ccac
Kernel: Don't assert when reading too little from an InodeWatcher
|
преди 4 години |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
преди 4 години |