asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 anni fa |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 anni fa |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 anni fa |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 anni fa |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 anni fa |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 anni fa |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 anni fa |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 anni fa |
Andreas Kling
|
22831033d0
Kernel: Virtualize the File::stat() operation
|
4 anni fa |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 anni fa |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 anni fa |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 anni fa |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 anni fa |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 anni fa |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 anni fa |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 anni fa |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
4 anni fa |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 anni fa |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 anni fa |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 anni fa |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 anni fa |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 anni fa |
Liav A
|
f3f8b88d8f
Kernel: Fix syntax error in FIFO_DEBUG
|
5 anni fa |
Andreas Kling
|
c6693f9b3a
Kernel: Simplify a bunch of dbg() and klog() calls
|
5 anni fa |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 anni fa |
Liav A
|
03592a80fc
FIFO: Use dbg() instead of dbgprintf()
|
5 anni fa |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 anni fa |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 anni fa |
Andreas Kling
|
deb154be61
Kernel: Send SIGPIPE to the current thread on write to a broken pipe
|
5 anni fa |
Andreas Kling
|
f4f958f99f
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
|
5 anni fa |