Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] há 3 anos atrás
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr há 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path há 3 anos atrás
  Ben Wiederhake 88ca12f037 Kernel: Enable early-returns from VFS::for_each_mount há 3 anos atrás
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton há 3 anos atrás
  Ralf Donau ec03f29fd1 Kernel/VFS: Restrict special unveil rule for Loader.so há 3 anos atrás
  Liav A 4f04cb98c1 Kernel/VFS: Silence mknod debug spam há 3 anos atrás
  Liav A e0d712c6f7 Kernel+SystemServer: Defer creation of device nodes to userspace há 3 anos atrás
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO há 3 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription há 3 anos atrás
  Andreas Kling 0d44cdb7a2 Kernel: Wrap two VirtualFileSystem directory traversals in TRY() há 3 anos atrás
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere há 3 anos atrás
  Andreas Kling cda2b9e71c Kernel: Improvements to Custody absolute path serialization há 3 anos atrás
  Andreas Kling 0cf65cf7ec Kernel: Use TRY() even more in VirtualFileSystem há 3 anos atrás
  Andreas Kling 71187d865e Kernel: Tidy up VirtualFileSystem::mount_root() a little bit há 3 anos atrás
  Andreas Kling a5e71debef Kernel: Use TRY() in VirtualFileSystem há 3 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 3 anos atrás
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() há 3 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* há 3 anos atrás
  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