Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription %!s(int64=3) %!d(string=hai) anos
  Andreas Kling d34f2b643e Kernel: Tidy up Plan9FS construction a bit %!s(int64=3) %!d(string=hai) anos
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template %!s(int64=3) %!d(string=hai) anos
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 53019f413c Kernel: Mark BlockCondition subclasses as final %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock %!s(int64=3) %!d(string=hai) anos
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult %!s(int64=4) %!d(string=hai) anos
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 32a150f2b4 Kernel: Make Thread::state_string() return StringView %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& %!s(int64=4) %!d(string=hai) anos
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView %!s(int64=4) %!d(string=hai) anos
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex %!s(int64=4) %!d(string=hai) anos
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem %!s(int64=4) %!d(string=hai) anos
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem %!s(int64=4) %!d(string=hai) anos
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type %!s(int64=4) %!d(string=hai) anos
  Tom 901ef3f1c8 Kernel: Specify default memory order for some non-synchronizing Atomics %!s(int64=4) %!d(string=hai) anos
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler %!s(int64=4) %!d(string=hai) anos
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks %!s(int64=4) %!d(string=hai) anos