提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 6bf901b414 Kernel: Use TRY() in sys$execve() 3 年之前
  Brian Gianforcaro f3baa5d8c9 Kernel: Convert random bytes interface to use AK::Bytes 3 年之前
  Andrew Kaster fcdd7aa990 Kernel: Only unlock Mutex once in execve when PT_TRACE_ME is enabled 3 年之前
  Andreas Kling 5046a1fe38 Kernel: Ignore zero-sized PT_LOAD headers when loading ELF images 3 年之前
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 年之前
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 年之前
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 年之前
  Andrew Kaster 70518e69f4 Kernel: Unlock ptrace lock before entering a critical section in execve 3 年之前
  Andreas Kling 1b9916439f Kernel: Make Processor::platform_string() return StringView 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Andreas Kling 0f6f863382 Kernel: Convert remaining users of copy_string_from_user() 3 年之前
  Liav A 01b79910b3 Kernel/Process: Move protected values to the end of the object 3 年之前
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts 3 年之前
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe 3 年之前
  Andreas Kling 15d033b486 Kernel: Remove unused Process pointer in Memory::AddressSpace 3 年之前
  Andreas Kling f770b9d430 Kernel: Fix bad search-and-replace renames 3 年之前
  Idan Horowitz c3f668a758 Kernel: Make Process's m_promises & m_execpromises fields atomic 3 年之前
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 3 年之前
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace 3 年之前
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 3 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 年之前
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 3 年之前
  Andreas Kling 33adc3a42d Kernel: Store coredump metadata properties as KStrings 3 年之前
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString 3 年之前
  Brian Gianforcaro 4b2651ddab Kernel: Track allocated FileDescriptionAndFlag elements in each Process 4 年之前
  Brian Gianforcaro ba03b6ad02 Kernel: Make Process::FileDescriptions::allocate return KResultOr<int> 4 年之前
  Andreas Kling a085168c52 Kernel: Rename Space::create => Space::try_create() 4 年之前
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 年之前
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 年之前