Hendiadyoin1
|
e34eb3e36d
Kernel: Remove unused String.h includes
|
hace 3 años |
Andrew Kaster
|
a92132e44a
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
|
hace 3 años |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
hace 3 años |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
hace 3 años |
TheFightingCatfish
|
a81b21c1a7
Kernel+LibC: Implement fsync
|
hace 3 años |
Liav A
|
f5de4f24b2
Kernel/Devices: Defer creation of SysFS component after the constructor
|
hace 3 años |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
hace 3 años |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
hace 3 años |
Andreas Kling
|
e851a77346
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
|
hace 3 años |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
hace 3 años |
Andreas Kling
|
b30081b49a
Kernel: Rename BlockerSet::unblock() to something more accurate
|
hace 3 años |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
hace 3 años |
Andreas Kling
|
53019f413c
Kernel: Mark BlockCondition subclasses as final
|
hace 3 años |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
hace 3 años |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
hace 3 años |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
hace 3 años |
Andreas Kling
|
641083f3b8
Kernel: Customize File::unref() and make it virtual
|
hace 3 años |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
hace 3 años |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
hace 3 años |
Brian Gianforcaro
|
de9ff0af50
Kernel: Modify the IOCTL API to return KResult
|
hace 4 años |
Brian Gianforcaro
|
9a04f53a0f
Kernel: Utilize AK::Userspace<T> in the ioctl interface
|
hace 4 años |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
hace 4 años |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
hace 4 años |
Gunnar Beutner
|
7a1d09ef1a
Kernel: Closing a file descriptor should not always close the file
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
Michel Hermier
|
4ac49eabd5
Kernel: Remove unused FileBlockCondition::m_file.
|
hace 4 años |
Jean-Baptiste Boric
|
6698fd84ff
Kernel: Refactor storage stack with u64 as mmap offset
|
hace 4 años |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
hace 4 años |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
hace 4 años |
Andreas Kling
|
ab14b0ac64
Kernel: Hoist VM range allocation up to sys$mmap() itself
|
hace 4 años |