Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 211c1c087d Kernel/Plan9FS: Use KString instead of String in one place il y a 3 ans
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() il y a 3 ans
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive il y a 3 ans
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate il y a 3 ans
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet il y a 3 ans
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 3 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 3 ans
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult il y a 4 ans
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> il y a 4 ans
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes il y a 4 ans
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() il y a 4 ans
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView il y a 4 ans
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock il y a 4 ans
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem il y a 4 ans
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem il y a 4 ans
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` il y a 4 ans
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Ali Mohammad Pur 2b5732ab77 AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's il y a 4 ans
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans