Cronologia Commit

Autore SHA1 Messaggio Data
  Linus Groh 057ae36e32 Kernel: Prevent threads from being destructed between die() and finalize() 4 anni fa
  Andreas Kling 64b0d89335 Kernel: Make Process::allocate_region*() return KResultOr<Region*> 4 anni fa
  Andreas Kling f7435dd95f Kernel: Remove MM_DEBUG debug spam code 4 anni fa
  Sahan Fernando 099b83fd28 Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf 4 anni fa
  Andreas Kling 5c73c1bff8 Kernel: Don't dump perfcore for non-dumpable processes 4 anni fa
  Andreas Kling 603147f47a Kernel: Fix perfcore filename generation build error 4 anni fa
  Andreas Kling 5dafb72370 Kernel+Profiler: Make profiling per-process and without core dumps 4 anni fa
  asynts 019c9eb749 Everywhere: Replace a bundle of dbg with dbgln. 4 anni fa
  Andreas Kling 5dae85afe7 Kernel: Pass "shared" flag to Region constructor 4 anni fa
  Tom 476f17b3f1 Kernel: Merge PurgeableVMObject into AnonymousVMObject 4 anni fa
  Tom b2a52f6208 Kernel: Implement lazy committed page allocation 4 anni fa
  Tom e21cc4cff6 Kernel: Remove MAP_PURGEABLE from mmap 4 anni fa
  Tom c3451899bc Kernel: Add MAP_NORESERVE support to mmap 4 anni fa
  Tom bc5d6992a4 Kernel: Memory purging improvements 4 anni fa
  Lenny Maiorani b2316701a8 Everywhere: void arguments to C functions 4 anni fa
  Andreas Kling d7ad082afa Kernel+LibELF: Stop doing ELF symbolication in the kernel 4 anni fa
  Andreas Kling 2dfe5751f3 Kernel: Abort core dump generation if any substep fails 4 anni fa
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 anni fa
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API 4 anni fa
  Andreas Kling 4232874270 Kernel: Don't dump core when OOM-killing a process 4 anni fa
  Andreas Kling ff8bf4db8d Kernel: Don't take LexicalPath as argument 4 anni fa
  Itamar 5392f42731 Kernel: Generate coredumps for profiled processes 4 anni fa
  Itamar 39890af833 Kernel: Pass full path of output coredump file to CoreDump 4 anni fa
  Itamar b4842d33bb Kernel: Generate a coredump file when a process crashes 4 anni fa
  Tom c455fc2030 Kernel: Change wait blocking to Process-only blocking 4 anni fa
  Tom 4bbee00650 Kernel: disown should unblock any potential waiters 4 anni fa
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 anni fa
  Tom 4c1e27ec65 Kernel: Use TimerQueue for SIGALRM 4 anni fa
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 anni fa
  Tom 6a620562cc Kernel: Allow passing a thread argument for new kernel threads 4 anni fa