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

Аутор 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() пре 4 година
  Liav A 01b79910b3 Kernel/Process: Move protected values to the end of the object пре 4 година
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts пре 4 година
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe пре 4 година
  Andreas Kling 15d033b486 Kernel: Remove unused Process pointer in Memory::AddressSpace пре 4 година
  Andreas Kling f770b9d430 Kernel: Fix bad search-and-replace renames пре 4 година
  Idan Horowitz c3f668a758 Kernel: Make Process's m_promises & m_execpromises fields atomic пре 4 година
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() пре 4 година
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace пре 4 година
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange пре 4 година
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace пре 4 година
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ пре 4 година
  Andreas Kling 33adc3a42d Kernel: Store coredump metadata properties as KStrings пре 4 година
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString пре 4 година
  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 година