Историја ревизија

Аутор SHA1 Порука Датум
  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 година
  Andreas Kling 17210a39e4 Kernel: Remove ancient hack that put the current PID in TSS.SS2 пре 5 година
  Andreas Kling ae0f92a0a1 Kernel: Simplify kernel thread stack allocation пре 5 година
  Andreas Kling f38cfb3562 Kernel: Tidy up debug logging a little bit пре 5 година
  Andreas Kling e901a3695a Kernel: Use the templated copy_to/from_user() in more places пре 5 година
  Andreas Kling 4b7a89911c Kernel: Remove some unnecessary casts to uintptr_t пре 5 година