Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling b56646e293 Kernel: Switch process file descriptor table from spinlock to mutex 3 anos atrás
  Andreas Kling 8ebec2938c Kernel: Convert process file descriptor table to a SpinlockProtected 3 anos atrás
  Idan Horowitz dab73d6d23 Kernel: Make pledge serialization in /proc/all generation OOM-fallible 3 anos atrás
  Idan Horowitz bd603003b5 Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible 3 anos atrás
  Idan Horowitz 792b8ca13c Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS 3 anos atrás
  Idan Horowitz 119f900451 Kernel: Use StringView literals instead of empty Strings in ProcFS 3 anos atrás
  Idan Horowitz eb5f6cd108 Kernel: Use try_serialize_absolute_path in ProcFSOverallProcesses 3 anos atrás
  Idan Horowitz 4e7d307166 Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>> 3 anos atrás
  Idan Horowitz f9528f1882 Kernel: Rename ProcessorInfo::{m_brandstr => m_brand} 3 anos atrás
  Brian Gianforcaro 9592ba3548 Kernel: Avoid potential allocation when enumerating cpu features 3 anos atrás
  Brian Gianforcaro faf1fa0a84 Kernel: Convert Processor::features_string() API to KString 3 anos atrás
  Hendiadyoin1 23037d619a Kernel: Simplify some if statements 3 anos atrás
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers 3 anos atrás
  Daniel Bertalan 2175c689ef Kernel: Remove redundant (K)String::characters() calls 3 anos atrás
  Daniel Bertalan 1d2f78682b Kernel+AK: Eliminate a couple of temporary String allocations 3 anos atrás
  Idan Horowitz d7ec5d042f Kernel: Port Process to ListedRefCounted 3 anos atrás
  Idan Horowitz 3d0b5efcfc Kernel: Remove Process::all_processes() 3 anos atrás
  Andreas Kling ac7ce12123 Kernel: Remove the kmalloc_eternal heap :^) 3 anos atrás
  Andreas Kling 3399b6c57f Kernel: Remove old SlabAllocator :^) 3 anos atrás
  Liav A 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 anos atrás
  Brian Gianforcaro 74ee491b84 Kernel: Handle string format errors in SlabAllocator stats :^) 3 anos atrás
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 anos atrás
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 anos atrás
  Brian Gianforcaro 9f6eabd73a Kernel: Move TTY subsystem to use KString instead of `AK::String` 3 anos atrás
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 anos atrás
  Ben Wiederhake 88ca12f037 Kernel: Enable early-returns from VFS::for_each_mount 3 anos atrás
  Ben Wiederhake 8d13f6ddce Kernel+SystemServer: Change bootmode to system_mode 3 anos atrás
  Idan Horowitz 399b5ffb64 Kernel: Add the /proc/stat ProcFS component 3 anos atrás
  Liav A 9d9d57056e Kernel/PCI: Remove Address from enumeration callback 3 anos atrás