Commit History

Author SHA1 Message Date
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 years ago
  Andreas Kling 524ef5e475 Kernel: Add KBuffer::bytes() and use it 3 years ago
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 years ago
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling 55b0b06897 Kernel: Store process names as KString 3 years ago
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 3 years ago
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult 3 years ago
  Andreas Kling 18dbafec85 Kernel: Use TRY() more in Plan9FS 3 years ago
  Andreas Kling d34f2b643e Kernel: Tidy up Plan9FS construction a bit 3 years ago
  Andreas Kling 211c1c087d Kernel/Plan9FS: Use KString instead of String in one place 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() 3 years ago
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive 3 years ago
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate 3 years ago
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 3 years ago
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 3 years ago
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum 3 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 years ago
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes 3 years ago
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 years ago
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 years ago
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() 4 years ago