asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
Andreas Kling
|
1e25d2b734
Kernel: Remove allocate_region() functions that don't take a Range
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
asynts
|
ea7b7d8ceb
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
928ee2c791
Kernel: Don't let signals unblock threads while handling a page fault
|
4 years ago |
Andreas Kling
|
57ca15f126
Kernel: Remove commented-out code from Thread::dispatch_signal()
|
4 years ago |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
64b0d89335
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
|
4 years ago |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 years ago |
Andreas Kling
|
7c4ddecacb
Kernel: Convert a bunch of String::format() => String::formatted()
|
4 years ago |
Sahan Fernando
|
9bf76a85c8
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
4 years ago |
Sahan Fernando
|
099b83fd28
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
4 years ago |
Andreas Kling
|
5dafb72370
Kernel+Profiler: Make profiling per-process and without core dumps
|
4 years ago |
asynts
|
4e8fd0216b
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
a0c91719d8
Kernel: Restore thread count if thread cannot be fully created
|
4 years ago |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 years ago |
Andreas Kling
|
ed5c26d698
AK: Remove custom %w format string specifier
|
4 years ago |
Andreas Kling
|
cb2c8f71f4
AK: Remove custom %b format string specifier
|
4 years ago |
Andreas Kling
|
89d3b09638
Kernel: Allocate new main thread stack before committing to exec
|
4 years ago |
Andreas Kling
|
40e9edd798
LibELF: Move AuxiliaryValue into the ELF namespace
|
4 years ago |
Andreas Kling
|
d7ad082afa
Kernel+LibELF: Stop doing ELF symbolication in the kernel
|
4 years ago |
Tom
|
5f51d85184
Kernel: Improve time keeping and dramatically reduce interrupt load
|
4 years ago |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 years ago |
Tom
|
c4176b0da1
Kernel: Fix Lock race causing infinite spinning between two threads
|
4 years ago |
Itamar
|
b4842d33bb
Kernel: Generate a coredump file when a process crashes
|
4 years ago |
Itamar
|
5b87904ab5
Kernel: Add ability to load interpreter instead of main program
|
4 years ago |
Tom
|
c455fc2030
Kernel: Change wait blocking to Process-only blocking
|
4 years ago |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
4 years ago |
Tom
|
12cf6f8650
Kernel: Add CLOCK_REALTIME support to the TimerQueue
|
4 years ago |