Commit History

Author SHA1 Message Date
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API 4 years ago
  Andreas Kling 4232874270 Kernel: Don't dump core when OOM-killing a process 4 years ago
  Andreas Kling ff8bf4db8d Kernel: Don't take LexicalPath as argument 4 years ago
  Itamar 5392f42731 Kernel: Generate coredumps for profiled processes 4 years ago
  Itamar 39890af833 Kernel: Pass full path of output coredump file to CoreDump 4 years ago
  Itamar b4842d33bb Kernel: Generate a coredump file when a process crashes 4 years ago
  Tom c455fc2030 Kernel: Change wait blocking to Process-only blocking 4 years ago
  Tom 4bbee00650 Kernel: disown should unblock any potential waiters 4 years ago
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 years ago
  Tom 4c1e27ec65 Kernel: Use TimerQueue for SIGALRM 4 years ago
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 years ago
  Tom 6a620562cc Kernel: Allow passing a thread argument for new kernel threads 4 years ago
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement 4 years ago
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 years ago
  Tom 1e2e3eed62 Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock 4 years ago
  Andreas Kling ac8fe3d062 Kernel: Remove FIXME about unsurfaced error and log something 4 years ago
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos 4 years ago
  Tom 838d9fa251 Kernel: Make Thread refcounted 4 years ago
  Tom 1727b2d7cd Kernel: Fix thread joining issues 4 years ago
  Andreas Kling b99eaad693 Kernel: Remove a whole bunch of unnecessary includes in Process.cpp 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Tom 0fab0ee96a Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process 4 years ago
  asynts ec1080b18a Refactor: Replace usages of FixedArray with Vector. 4 years ago
  Ben Wiederhake 081bb29626 Kernel: Unbreak building with extra debug macros, part 2 4 years ago
  Andreas Kling 0addcb45b8 Kernel: Make Process::dump_regions() sort the regions before dumping 4 years ago
  AnotherTest 688e54eac7 Kernel: Distinguish between new and old process groups with equal pgids 4 years ago
  Ben Wiederhake 42b057b0c9 Kernel: Mark compilation-unit-only functions as static 4 years ago
  Tom 49d5232f33 Kernel: Always return from Thread::wait_on 4 years ago
  Ben Wiederhake 083671ef2c Kernel: Fix PID/TID confusion in send_signal 5 years ago
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing 5 years ago