Historique des commits

Auteur SHA1 Message Date
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Andreas Kling 3a2d888913 Kernel/DevPtsFS: Avoid String allocation during directory traversal il y a 4 ans
  Andreas Kling 0de8c95d49 Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList il y a 4 ans
  Andreas Kling fc0cd8317a Kernel/DevPtsFS: Add tightly typed DevPtsFSInode::fs() il y a 4 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 c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 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
  Brian Gianforcaro 1c43836990 Kernel: Remove unused header includes in FileSystem subtree il y a 4 ans
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> il y a 4 ans
  Gunnar Beutner 488ee56cf7 Kernel: chmod()/chown() for PTYs should return EROFS 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 e44c1792a7 Kernel: Add distinct InodeIndex type il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime il y a 4 ans
  Tom d89582880e Kernel: Switch singletons to use new Singleton class il y a 4 ans
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" il y a 4 ans
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" il y a 4 ans
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" il y a 4 ans
  Tom 5a98e329d1 AK: Get rid of make_singleton function il y a 5 ans
  Tom f0906250a1 Kernel: Move Singleton class to AK il y a 5 ans
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class il y a 5 ans