Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling c3915e4058 Kernel: Stop using *LockRefPtr for Thread hace 2 años
  Andreas Kling 65438d8a85 Kernel: Stop using *LockRefPtr for Process pointers hace 2 años
  Liav A c56e1c5378 Kernel/FileSystem: Simplify the ProcFS significantly hace 2 años
  Itamar ddec9cb1f0 Kernel: Update stored registers in a thread's tracer on SIGSTOP hace 2 años
  Sam Atkins 1014aefe64 Kernel: Protect Thread::m_name with a spinlock hace 2 años
  Sam Atkins fe7b08dad7 Kernel: Protect Process::m_name with a spinlock hace 2 años
  Timon Kruiper 697c5ca5e5 Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory hace 2 años
  Timon Kruiper fb10774862 Kernel: Factor our PreviousMode into RegisterState::previous_mode hace 2 años
  Andrew Kaster 046c23f567 Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX hace 2 años
  kleines Filmröllchen a6a439243f Kernel: Turn lock ranks into template parameters hace 2 años
  Timon Kruiper a3cbaa3449 Kernel: Move ThreadRegisters into arch-specific directory hace 2 años
  Timon Kruiper 5b06925b8a Kernel: Remove debug printing of code segment hace 2 años
  Andreas Kling d6fa42dd5c Kernel: Remove the two remaining ARCH(I386) checks hace 2 años
  Liav A 5ff318cf3a Kernel: Remove i686 support hace 2 años
  Sergey Lisov 18af8be0e6 Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entry hace 2 años
  Liav A 5e062414c1 Kernel: Add support for jails hace 2 años
  Timon Kruiper 9827c11d8b Kernel: Move InterruptDisabler out of Arch directory hace 2 años
  Gunnar Beutner 69efded562 Kernel: Add more stubs needed for Thread.cpp hace 2 años
  Gunnar Beutner 1e3edb3b76 Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h> hace 2 años
  Andreas Kling a3b2b20782 Kernel: Remove global MM lock in favor of SpinlockProtected hace 3 años
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected hace 3 años
  Anthony Iacono f86b671de2 Kernel: Use Process::credentials() and remove user ID/group ID helpers hace 3 años
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes hace 3 años
  Andreas Kling 766bf5c89e Kernel: Don't take thread lock for signal dispatch hace 3 años
  Andreas Kling 23902d46f1 Kernel: Don't lock scheduler in ~Thread() hace 3 años
  Andreas Kling 806ade1367 Kernel: Don't lock scheduler while updating thread scheduling times hace 3 años
  Andreas Kling ec330c2ce6 Kernel: Use consistent lock acquisition order in Thread::block*() hace 3 años
  Brian Gianforcaro 22f7e800d2 Kernel: Fix a typo and a grammar issue in code comments hace 3 años
  Undefine 97cc33ca47 Everywhere: Make the codebase more architecture aware hace 3 años
  Tim Schumacher 899fd74f8e LibC: Implement `pthread_cancel` hace 3 años