Historique des commits

Auteur SHA1 Message Date
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos il y a 4 ans
  Tom 838d9fa251 Kernel: Make Thread refcounted il y a 4 ans
  Tom 1727b2d7cd Kernel: Fix thread joining issues il y a 4 ans
  Tom e31f8b56e8 Kernel: Fix thread donation hanging the system il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Tom c3d231616c Kernel: Fix crash when delivering signal to barely created thread il y a 4 ans
  Tom 49d5232f33 Kernel: Always return from Thread::wait_on il y a 5 ans
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing il y a 5 ans
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing il y a 5 ans
  Brian Gianforcaro 946c96dd56 Kernel: Suppress remaining unobserved KResult return codes il y a 5 ans
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic il y a 5 ans
  Tom c813bb7355 Kernel: Fix a few Thread::block related races il y a 5 ans
  Tom f011c420c1 Kernel: Fix signal delivery when no syscall is made il y a 5 ans
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted il y a 5 ans
  Tom 728de56481 Kernel: Prevent recursive calls into the scheduler il y a 5 ans
  Andreas Kling 2e2de125e5 Kernel: Turn Process::FileDescriptionAndFlags into a proper class il y a 5 ans
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp il y a 5 ans
  Andreas Kling 027c450d6d Kernel: Run clang-format on Scheduler.cpp il y a 5 ans
  Tom bc107d0b33 Kernel: Add SMP IPI support il y a 5 ans
  Tom 2a82a25fec Kernel: Various context switch fixes il y a 5 ans
  Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on il y a 5 ans
  Tom e373e5f007 Kernel: Fix signal delivery il y a 5 ans
  Tom 96109e9776 Kernel: Boot all APS all the way into their own idle loop il y a 5 ans
  Tom 691d767fba Kernel: Block initializing the Scheduler on the APs until the BSP initialized global data il y a 5 ans
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions il y a 5 ans
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure il y a 5 ans
  Andreas Kling 8a1dbe5483 Kernel: Silence some debug spam in Scheduler il y a 5 ans
  Nico Weber d23e655c83 LibC: Implement pselect il y a 5 ans
  Sergey Bugaev 431bbde6df Kernel: Fix returning random children from waitid(WNOHANG) il y a 5 ans
  Andreas Kling 4402207b98 Kernel: WaitBlocker should always unblock immediately on WNOHANG il y a 5 ans