Histórico de Commits

Autor SHA1 Mensagem Data
  Liav A f2ba44cbdf Kernel/DevFS: Remove unnecessary include há 4 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 3 anos atrás
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult há 4 anos atrás
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> há 4 anos atrás
  Andreas Kling d3cf4cd8f0 Kernel/DevFS: Remove redundant DevFS& member from DevFSInode há 4 anos atrás
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& há 4 anos atrás
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker há 4 anos atrás
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere há 4 anos atrás
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() há 4 anos atrás
  Andreas Kling a3f58a5003 Kernel/DevFS: Use KString for DevFSDeviceInode::m_name há 4 anos atrás
  Andreas Kling 0d89cfcd9a Kernel/DevFS: Use KString for DevFSLinkInode::m_link há 4 anos atrás
  Andreas Kling dd37d0a327 Kernel/DevFS: Use KString for DevFSLinkInode::m_name há 4 anos atrás
  Andreas Kling 61c1937d02 Kernel/DevFS: Make DevFSInode::name() return StringView há 4 anos atrás
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView há 4 anos atrás
  Andreas Kling 9359f7801f Kernel/DevFS: Remove some unnecessary inode locking há 4 anos atrás
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock há 4 anos atrás
  Brian Gianforcaro 1c43836990 Kernel: Remove unused header includes in FileSystem subtree há 4 anos atrás
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem há 4 anos atrás
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` há 4 anos atrás
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t há 4 anos atrás
  Brian Gianforcaro 8f9872581b Kernel: Move DevFS APIs towards OOM safety há 4 anos atrás
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> há 4 anos atrás
  Brian Gianforcaro ee84b8a845 Kernel: Harden DevFS Vector usage against OOM. há 4 anos atrás
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Liav A 3c35ea30cc Kernel: Return 0 to indicate EOF when reading from end-of-file of device há 4 anos atrás
  Liav A a66c9fc593 Kernel: When writing to device node, use can_write for checking há 4 anos atrás
  Andreas Kling 6a3224d040 Kernel: Remove debug spam in DevFS há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás