Andreas Kling
|
8bda30edd2
Kernel: Move memory statistics helpers from Process to Space
|
4 years ago |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
Tom
|
b22740c08e
Kernel: Use KResultOr::release_value in Process::create_kernel_thread
|
4 years ago |
Andreas Kling
|
b466ede1ea
Kernel: Make sure we can allocate kernel stack before creating thread
|
4 years ago |
Andreas Kling
|
5c1c82cd33
Kernel: Remove unused function Process::backtrace()
|
4 years ago |
Andreas Kling
|
823186031d
Kernel: Add a way to specify which memory regions can make syscalls
|
4 years ago |
Andreas Kling
|
5ff355c0cd
Kernel: Generate coredump backtraces from "threads for coredump" list
|
4 years ago |
Tom
|
ac3927086f
Kernel: Keep a list of threads per Process
|
4 years ago |
Andreas Kling
|
e67402c702
Kernel: Remove Range "valid" state and use Optional<Range> instead
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
Andreas Kling
|
a131927c75
Kernel: sys$munmap() region splitting did not preserve "shared" flag
|
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
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 years ago |
Andreas Kling
|
bf0719092f
Kernel+Userland: Remove shared buffers (shbufs)
|
4 years ago |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Linus Groh
|
1ccc2e6482
Kernel: Store process arguments and environment in coredumps
|
4 years ago |
Linus Groh
|
057ae36e32
Kernel: Prevent threads from being destructed between die() and finalize()
|
4 years ago |
Andreas Kling
|
64b0d89335
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
|
4 years ago |
Andreas Kling
|
f7435dd95f
Kernel: Remove MM_DEBUG debug spam code
|
4 years ago |
Sahan Fernando
|
099b83fd28
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
4 years ago |
Andreas Kling
|
5c73c1bff8
Kernel: Don't dump perfcore for non-dumpable processes
|
4 years ago |
Andreas Kling
|
603147f47a
Kernel: Fix perfcore filename generation build error
|
4 years ago |
Andreas Kling
|
5dafb72370
Kernel+Profiler: Make profiling per-process and without core dumps
|
4 years ago |
asynts
|
019c9eb749
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
5dae85afe7
Kernel: Pass "shared" flag to Region constructor
|
4 years ago |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 years ago |
Tom
|
b2a52f6208
Kernel: Implement lazy committed page allocation
|
4 years ago |