Tom
|
ac3927086f
Kernel: Keep a list of threads per Process
|
před 4 roky |
Andreas Kling
|
e67402c702
Kernel: Remove Range "valid" state and use Optional<Range> instead
|
před 4 roky |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
před 4 roky |
Andreas Kling
|
a131927c75
Kernel: sys$munmap() region splitting did not preserve "shared" flag
|
před 4 roky |
Andreas Kling
|
1e25d2b734
Kernel: Remove allocate_region() functions that don't take a Range
|
před 4 roky |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
před 4 roky |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
před 4 roky |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
před 4 roky |
Andreas Kling
|
bf0719092f
Kernel+Userland: Remove shared buffers (shbufs)
|
před 4 roky |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
před 4 roky |
Linus Groh
|
1ccc2e6482
Kernel: Store process arguments and environment in coredumps
|
před 4 roky |
Linus Groh
|
057ae36e32
Kernel: Prevent threads from being destructed between die() and finalize()
|
před 4 roky |
Andreas Kling
|
64b0d89335
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
|
před 4 roky |
Andreas Kling
|
f7435dd95f
Kernel: Remove MM_DEBUG debug spam code
|
před 4 roky |
Sahan Fernando
|
099b83fd28
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
|
před 4 roky |
Andreas Kling
|
5c73c1bff8
Kernel: Don't dump perfcore for non-dumpable processes
|
před 4 roky |
Andreas Kling
|
603147f47a
Kernel: Fix perfcore filename generation build error
|
před 4 roky |
Andreas Kling
|
5dafb72370
Kernel+Profiler: Make profiling per-process and without core dumps
|
před 4 roky |
asynts
|
019c9eb749
Everywhere: Replace a bundle of dbg with dbgln.
|
před 4 roky |
Andreas Kling
|
5dae85afe7
Kernel: Pass "shared" flag to Region constructor
|
před 4 roky |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
před 4 roky |
Tom
|
b2a52f6208
Kernel: Implement lazy committed page allocation
|
před 4 roky |
Tom
|
e21cc4cff6
Kernel: Remove MAP_PURGEABLE from mmap
|
před 4 roky |
Tom
|
c3451899bc
Kernel: Add MAP_NORESERVE support to mmap
|
před 4 roky |
Tom
|
bc5d6992a4
Kernel: Memory purging improvements
|
před 4 roky |
Lenny Maiorani
|
b2316701a8
Everywhere: void arguments to C functions
|
před 4 roky |
Andreas Kling
|
d7ad082afa
Kernel+LibELF: Stop doing ELF symbolication in the kernel
|
před 4 roky |
Andreas Kling
|
2dfe5751f3
Kernel: Abort core dump generation if any substep fails
|
před 4 roky |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
před 4 roky |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
před 4 roky |