Histórico de Commits

Autor SHA1 Mensagem Data
  Liav A 750ca2190b Kernel/DevFS: Add the ability to remove device nodes há 4 anos atrás
  Liav A e0d712c6f7 Kernel+SystemServer: Defer creation of device nodes to userspace há 4 anos atrás
  Liav A fcc046047f Kernel/DevFS: Simplify nodes insertion and lookup há 4 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription há 3 anos atrás
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset há 3 anos atrás
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere há 3 anos atrás
  Andreas Kling 788b91a65c Kernel: Tidy up DevFS construction and handle OOM errorso há 3 anos atrás
  Andreas Kling 100b3835f0 Kernel: Use TRY() in DevFSLinkInode::write_bytes() há 3 anos atrás
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> há 3 anos atrás
  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