Commit History

Autor SHA1 Mensaxe Data
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual %!s(int64=2) %!d(string=hai) anos
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes %!s(int64=2) %!d(string=hai) anos
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) %!s(int64=3) %!d(string=hai) anos
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name %!s(int64=3) %!d(string=hai) anos
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors %!s(int64=3) %!d(string=hai) anos
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors %!s(int64=3) %!d(string=hai) anos
  Hendiadyoin1 47a39e425c Kernel: Remove else statements after return in Plan9FileSystem.cpp %!s(int64=3) %!d(string=hai) anos
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem %!s(int64=3) %!d(string=hai) anos
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] %!s(int64=3) %!d(string=hai) anos
  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 524ef5e475 Kernel: Add KBuffer::bytes() and use it %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 55b0b06897 Kernel: Store process names as KString %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 18dbafec85 Kernel: Use TRY() more in Plan9FS %!s(int64=3) %!d(string=hai) anos
  Andreas Kling d34f2b643e Kernel: Tidy up Plan9FS construction a bit %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 211c1c087d Kernel/Plan9FS: Use KString instead of String in one place %!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 b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet %!s(int64=3) %!d(string=hai) anos