Commit History

Author SHA1 Message Date
  Tom 6b97118e89 Kernel: Fix race during thread destruction if it is preempted 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
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos 4 years ago
  Tom 838d9fa251 Kernel: Make Thread refcounted 4 years ago
  Tom 69a9c78783 Kernel: Allow killing queued threads 4 years ago
  Tom 1727b2d7cd Kernel: Fix thread joining issues 4 years ago
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 years ago
  Luke 68b361bd21 Kernel: Return ENOMEM in more places 4 years ago
  Tom f6d1e45bf3 Kernel: Don't symbolicate stack traces in IRQ handlers 4 years ago
  Tom f5330304a4 Kernel: Stop back trace on a null base pointer 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
  Andreas Kling f8e59addf7 Kernel+LibC+UE: Introduce SIGINFO (generated with ^T) 4 years ago
  Tom 92bfe40954 Kernel: Keep signal state in sync 4 years ago
  Tom c3d231616c Kernel: Fix crash when delivering signal to barely created thread 4 years ago
  Tom 4b66692a55 Kernel: Make Heap implementation reusable, and make kmalloc expandable 4 years ago
  Andreas Kling 079d2fe088 Kernel: Pack arguments, environment and auxiliary values better 4 years ago
  Nico Weber 96ff0971ea Kernel: Remove a comment that has been stale since 7a64f55c0f 4 years ago
  Tom 72960fedc6 Kernel: Briefly resume stopped threads when being killed 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 bee08a4b9f Kernel: More PID/TID typing 5 years ago
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 5 years ago
  Tom 41d2a0e9f7 Kernel: Dequeue dying threads from WaitQueue 5 years ago
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic 5 years ago
  Tom c813bb7355 Kernel: Fix a few Thread::block related races 5 years ago
  Tom f011c420c1 Kernel: Fix signal delivery when no syscall is made 5 years ago
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 years ago
  Ben Wiederhake d8c8820ee9 Kernel: Allow Thread::sleep for more than 388 days 5 years ago