Commit History

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