Commit History

Author SHA1 Message Date
  Tom 41d2a0e9f7 Kernel: Dequeue dying threads from WaitQueue 4 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
  Tom 419703a1f2 Kernel: Fix checking BlockResult 5 years ago
  Andrew Kaster f96b827990 Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace 5 years ago
  Tom bc107d0b33 Kernel: Add SMP IPI support 5 years ago
  Andreas Kling 163c9d5f8f Kernel: Thread::wait_on() must always leave interrupts enabled on exit 5 years ago
  Tom 9725bda63e Kernel: Enhance WaitQueue to remember pending wakes 5 years ago
  Tom 2a82a25fec Kernel: Various context switch fixes 5 years ago
  Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on 5 years ago
  Tom bb84fad0bf Kernel: Fix retreiving frame pointer from a thread 5 years ago
  Tom e373e5f007 Kernel: Fix signal delivery 5 years ago
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 years ago
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure 5 years ago
  Sergey Bugaev d2b500fbcb AK+Kernel: Help the compiler inline a bunch of trivial methods 5 years ago
  Brian Gianforcaro eeb5318c25 Kernel: Expose timers via a TimerId type 5 years ago
  Brian Gianforcaro faf15e3721 Kernel: Add timeout support to Thread::wait_on 5 years ago
  Itamar 9e51e295cf ptrace: Add PT_SETREGS 5 years ago
  Itamar 4568a628f9 Thread: Set m_blocker to null in Thread::unblock() 5 years ago
  Peter Nelson eff27f39d5 Kernel: Store previous thread state upon all transitions to Stopped (#1753) 5 years ago
  Andrew Kaster 21b5909dc6 LibELF: Move ELF classes into namespace ELF 5 years ago
  Andreas Kling b7ff3b5ad1 Kernel: Include the current instruction pointer in profile samples 5 years ago
  Andreas Kling dc7340332d Kernel: Update cryptically-named functions related to symbolication 5 years ago
  Itamar 6b74d38aab Kernel: Add 'ptrace' syscall 5 years ago
  Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago
  Andreas Kling 678c87087d Kernel: Load executables on demand when symbolicating 5 years ago