Histórico de Commits

Autor SHA1 Mensagem Data
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file há 3 anos atrás
  Andreas Kling 29a58459ab Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts há 3 anos atrás
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality há 3 anos atrás
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int há 3 anos atrás
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> há 3 anos atrás
  LuK1337 e1ed1d9176 VirtualFileSystem: Return early in rename() when old_path==new_path há 3 anos atrás
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton há 3 anos atrás
  LuK1337 3dd40535c1 VirtualFileSystem: Don't let rename() overwrite non-empty directory há 4 anos atrás
  ls 222b97488a VirtualFileSystem: Check for '.' '..' and empty filenames 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 d1bbe8b652 Kernel: Count remaining children in VirtualFileSystem::rmdir() manually há 4 anos atrás
  Max Wipfli 29d53cbee2 Kernel: Return correct error numbers for the mkdir syscall há 4 anos atrás
  Andreas Kling 4238e2e9be Kernel: Only allow looking up Mounts by InodeIdentifier há 4 anos atrás
  Andreas Kling 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class há 4 anos atrás
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem há 4 anos atrás
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem há 4 anos atrás
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem há 4 anos atrás
  Max Wipfli d5722eab36 Kernel: Custody::absolute_path() => try_create_absolute_path() há 4 anos atrás
  Max Wipfli 1f792faf34 Kernel: Add KLexicalPath::try_join and use it há 4 anos atrás
  Max Wipfli ee342f5ec3 Kernel: Replace usage of LexicalPath with KLexicalPath há 4 anos atrás
  Max Wipfli 8a295299f3 Kernel: Fix regression in VFS::symlink há 4 anos atrás
  Max Wipfli 502436f9fc Kernel: Stricter path checking in validate_path_against_process_veil há 4 anos atrás
  Max Wipfli 82c25aad01 Kernel: Use the static LexicalPath::basename(String) in VFS há 4 anos atrás
  Max Wipfli 3c0272126e Kernel: Don't allocate Strings unnecessarily in process veil validation há 4 anos atrás
  Max Wipfli 7405536a1a AK+Everywhere: Use mostly StringView in LexicalPath há 4 anos atrás
  Max Wipfli fc6d051dfd AK+Everywhere: Add and use static APIs for LexicalPath há 4 anos atrás
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h há 4 anos atrás
  Max Wipfli c1de46aaaf Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty() há 4 anos atrás
  Ali Mohammad Pur 90de1ded55 Kernel: Ensure that an unveil node with no permission is never accepted há 4 anos atrás