提交历史

作者 SHA1 备注 提交日期
  Sergey Bugaev d2b500fbcb AK+Kernel: Help the compiler inline a bunch of trivial methods 5 年之前
  Brian Gianforcaro eeb5318c25 Kernel: Expose timers via a TimerId type 5 年之前
  Brian Gianforcaro faf15e3721 Kernel: Add timeout support to Thread::wait_on 5 年之前
  Itamar 9e51e295cf ptrace: Add PT_SETREGS 5 年之前
  Itamar 4568a628f9 Thread: Set m_blocker to null in Thread::unblock() 5 年之前
  Peter Nelson eff27f39d5 Kernel: Store previous thread state upon all transitions to Stopped (#1753) 5 年之前
  Andrew Kaster 21b5909dc6 LibELF: Move ELF classes into namespace ELF 5 年之前
  Andreas Kling b7ff3b5ad1 Kernel: Include the current instruction pointer in profile samples 5 年之前
  Andreas Kling dc7340332d Kernel: Update cryptically-named functions related to symbolication 5 年之前
  Itamar 6b74d38aab Kernel: Add 'ptrace' syscall 5 年之前
  Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Andreas Kling 678c87087d Kernel: Load executables on demand when symbolicating 5 年之前
  Andreas Kling 5e0c4d689f Kernel: Move ProcessPagingScope to its own files 5 年之前
  Andreas Kling 2839bb0be1 Kernel: Restore the previous thread state on SIGCONT after SIGSTOP 5 年之前
  Andreas Kling 8b6d548b55 Kernel: Disable interrupts throughout Thread::raw_backtrace() 5 年之前
  Andreas Kling 7cd1bdfd81 Kernel: Simplify some dbg() logging 5 年之前
  Liav A a506b2a48e Thread: Use dbg() instead of dbgprintf() 5 年之前
  Cristian-Bogdan SIRB 05ce8586ea Kernel: Fix ASSERTION failed in join_thread syscall 5 年之前
  Cristian-Bogdan SIRB 717cd5015e Kernel: Allow process with multiple threads to call exec and exit 5 年之前
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
  Andreas Kling 94652fd2fb Kernel: Fully validate pointers when walking stack during profiling 5 年之前
  Andreas Kling 59b9e49bcd Kernel: Don't trigger page faults during profiling stack walk 5 年之前
  Andreas Kling 9aa234cc47 Kernel: Reset FPU state on exec() 5 年之前
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 年之前
  Andreas Kling 1d611e4a11 Kernel: Reduce header dependencies of MemoryManager and Region 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 0341ddc5eb Kernel: Rename RegisterDump => RegisterState 5 年之前
  Andreas Kling 934b1d8a9b Kernel: Finalizer should not go back to sleep if there's more to do 5 年之前
  Andreas Kling 5163c5cc63 Kernel: Expose the signal that stopped a thread via sys$waitpid() 5 年之前