Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 år sedan |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
Andreas Kling
|
f4eff7df8f
Kernel: Convert String::format() => String::formatted()
|
4 år sedan |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 år sedan |
Andreas Kling
|
a166a65eff
Kernel: Don't return -EFOO when return type is KResultOr<...>
|
4 år sedan |
Andreas Kling
|
2fc684f6bc
Kernel: Remove ancient FIFO_DEBUG code
|
4 år sedan |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 år sedan |
Brian Gianforcaro
|
ddd79fe2cf
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
|
4 år sedan |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 år sedan |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 år sedan |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 år sedan |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 år sedan |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 år sedan |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 år sedan |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 år sedan |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 år sedan |
Andreas Kling
|
22831033d0
Kernel: Virtualize the File::stat() operation
|
4 år sedan |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 år sedan |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 år sedan |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 år sedan |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 år sedan |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 år sedan |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 år sedan |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 år sedan |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
4 år sedan |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 år sedan |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 år sedan |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 år sedan |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 år sedan |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 år sedan |