Brian Gianforcaro
|
9d1b27263f
Kernel: Declare type aliases with "using" instead of "typedef"
|
3 年之前 |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 年之前 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 年之前 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 年之前 |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
4 年之前 |
Andreas Kling
|
066d3281b5
Kernel: Make AsyncDeviceRequest::name() return StringView
|
4 年之前 |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
4 年之前 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Brian Gianforcaro
|
ce5a308f24
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
|
4 年之前 |
Brian Gianforcaro
|
033b287635
Kernel: Make AsyncDeviceRequest sub-req management alloc free
|
4 年之前 |
Tom
|
20cccda731
Kernel: Add simplistic work queues
|
4 年之前 |
Tom
|
5ccc3637e3
Kernel: Fix race conditions processing async device requests
|
4 年之前 |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Tom
|
e445ff670d
Kernel: Implement an asynchronous device request stack
|
4 年之前 |
Andreas Kling
|
501cef2bd7
Revert "Kernel: Implement an asynchronous device request stack"
|
4 年之前 |
Tom
|
2fd5ce1eb0
Kernel: Implement an asynchronous device request stack
|
4 年之前 |