História revízii

Autor SHA1 Správa Dátum
  Andreas Kling cda2b9e71c Kernel: Improvements to Custody absolute path serialization 3 rokov pred
  Andreas Kling 0cf65cf7ec Kernel: Use TRY() even more in VirtualFileSystem 3 rokov pred
  Andreas Kling 71187d865e Kernel: Tidy up VirtualFileSystem::mount_root() a little bit 3 rokov pred
  Andreas Kling a5e71debef Kernel: Use TRY() in VirtualFileSystem 3 rokov pred
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 rokov pred
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() 3 rokov pred
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 rokov pred
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file 3 rokov pred
  Andreas Kling 29a58459ab Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts 3 rokov pred
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality 3 rokov pred
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int 3 rokov pred
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 3 rokov pred
  LuK1337 e1ed1d9176 VirtualFileSystem: Return early in rename() when old_path==new_path 4 rokov pred
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 rokov pred
  LuK1337 3dd40535c1 VirtualFileSystem: Don't let rename() overwrite non-empty directory 4 rokov pred
  ls 222b97488a VirtualFileSystem: Check for '.' '..' and empty filenames 4 rokov pred
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 rokov pred
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 rokov pred
  Andreas Kling d1bbe8b652 Kernel: Count remaining children in VirtualFileSystem::rmdir() manually 4 rokov pred
  Max Wipfli 29d53cbee2 Kernel: Return correct error numbers for the mkdir syscall 4 rokov pred
  Andreas Kling 4238e2e9be Kernel: Only allow looking up Mounts by InodeIdentifier 4 rokov pred
  Andreas Kling 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class 4 rokov pred
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem 4 rokov pred
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem 4 rokov pred
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 rokov pred
  Max Wipfli d5722eab36 Kernel: Custody::absolute_path() => try_create_absolute_path() 4 rokov pred
  Max Wipfli 1f792faf34 Kernel: Add KLexicalPath::try_join and use it 4 rokov pred
  Max Wipfli ee342f5ec3 Kernel: Replace usage of LexicalPath with KLexicalPath 4 rokov pred
  Max Wipfli 8a295299f3 Kernel: Fix regression in VFS::symlink 4 rokov pred
  Max Wipfli 502436f9fc Kernel: Stricter path checking in validate_path_against_process_veil 4 rokov pred