Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 4 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 4 ans
  Andreas Kling 0f6f863382 Kernel: Convert remaining users of copy_string_from_user() il y a 4 ans
  Liav A 01b79910b3 Kernel/Process: Move protected values to the end of the object il y a 4 ans
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts il y a 4 ans
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe il y a 4 ans
  Andreas Kling 15d033b486 Kernel: Remove unused Process pointer in Memory::AddressSpace il y a 4 ans
  Andreas Kling f770b9d430 Kernel: Fix bad search-and-replace renames il y a 4 ans
  Idan Horowitz c3f668a758 Kernel: Make Process's m_promises & m_execpromises fields atomic il y a 4 ans
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() il y a 4 ans
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace il y a 4 ans
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans
  Andreas Kling 33adc3a42d Kernel: Store coredump metadata properties as KStrings il y a 4 ans
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString il y a 4 ans
  Brian Gianforcaro 4b2651ddab Kernel: Track allocated FileDescriptionAndFlag elements in each Process il y a 4 ans
  Brian Gianforcaro ba03b6ad02 Kernel: Make Process::FileDescriptions::allocate return KResultOr<int> il y a 4 ans
  Andreas Kling a085168c52 Kernel: Rename Space::create => Space::try_create() il y a 4 ans
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling af8c74a328 Kernel: Make SharedInodeVMObject allocation OOM-safe il y a 4 ans
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem il y a 4 ans
  Gunnar Beutner 06883ed8a3 Kernel+Userland: Make the stack alignment comply with the System V ABI il y a 4 ans
  Daniel Bertalan d30dbf47f5 Kernel: Map non-page-aligned text segments correctly il y a 4 ans
  Max Wipfli ee342f5ec3 Kernel: Replace usage of LexicalPath with KLexicalPath il y a 4 ans
  Idan Horowitz 301c1a3a58 Everywhere: Fix incorrect usages of AK::Checked il y a 4 ans
  Liav A 7c87891c06 Kernel: Don't copy a Vector<FileDescriptionAndFlags> il y a 4 ans
  Gunnar Beutner 90e3aa35ef Kernel: Fix correct argument order for userspace entry point il y a 4 ans
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls il y a 4 ans