Historial de Commits

Autor SHA1 Mensaje Fecha
  Ralf Donau ec03f29fd1 Kernel/VFS: Restrict special unveil rule for Loader.so hace 3 años
  Liav A 4f04cb98c1 Kernel/VFS: Silence mknod debug spam hace 4 años
  Liav A e0d712c6f7 Kernel+SystemServer: Defer creation of device nodes to userspace hace 4 años
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO hace 3 años
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription hace 3 años
  Andreas Kling 0d44cdb7a2 Kernel: Wrap two VirtualFileSystem directory traversals in TRY() hace 3 años
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere hace 3 años
  Andreas Kling cda2b9e71c Kernel: Improvements to Custody absolute path serialization hace 3 años
  Andreas Kling 0cf65cf7ec Kernel: Use TRY() even more in VirtualFileSystem hace 3 años
  Andreas Kling 71187d865e Kernel: Tidy up VirtualFileSystem::mount_root() a little bit hace 3 años
  Andreas Kling a5e71debef Kernel: Use TRY() in VirtualFileSystem hace 3 años
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's hace 3 años
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() hace 3 años
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* hace 3 años
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file hace 4 años
  Andreas Kling 29a58459ab Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts hace 4 años
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality hace 4 años
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int hace 4 años
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> hace 4 años
  LuK1337 e1ed1d9176 VirtualFileSystem: Return early in rename() when old_path==new_path hace 4 años
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton hace 4 años
  LuK1337 3dd40535c1 VirtualFileSystem: Don't let rename() overwrite non-empty directory hace 4 años
  ls 222b97488a VirtualFileSystem: Check for '.' '..' and empty filenames hace 4 años
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& hace 4 años
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker hace 4 años
  Andreas Kling d1bbe8b652 Kernel: Count remaining children in VirtualFileSystem::rmdir() manually hace 4 años
  Max Wipfli 29d53cbee2 Kernel: Return correct error numbers for the mkdir syscall hace 4 años
  Andreas Kling 4238e2e9be Kernel: Only allow looking up Mounts by InodeIdentifier hace 4 años
  Andreas Kling 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class hace 4 años
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem hace 4 años