Histórico de Commits

Autor SHA1 Mensagem Data
  AnotherTest a9184fcb76 Kernel: Implement unveil() as a prefix-tree há 4 anos atrás
  Ben Wiederhake 0d79e57c4d Kernel: Fix various forward declarations há 4 anos atrás
  Tom d89582880e Kernel: Switch singletons to use new Singleton class há 4 anos atrás
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" há 4 anos atrás
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class há 4 anos atrás
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal há 4 anos atrás
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems há 5 anos atrás
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly há 5 anos atrás
  Sergey Bugaev 3847d00727 Kernel+Userland: Support remounting filesystems :^) há 5 anos atrás
  Sergey Bugaev d395b93b15 Kernel: Misc tweaks há 5 anos atrás
  Sergey Bugaev b905126365 Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h há 5 anos atrás
  Sergey Bugaev 6af2418de7 Kernel: Pass a Custody instead of Inode to VFS methods há 5 anos atrás
  Alex Muscar d013753f83 Kernel: Resolve relative paths when there is a veil (#1474) há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  Andreas Kling 07075cd001 Kernel+LibC: Clean up open() flag (O_*) definitions há 5 anos atrás
  Andreas Kling 6081c76515 Kernel: Make O_RDONLY non-zero há 5 anos atrás
  Andreas Kling 0569123ad7 Kernel: Add a basic implementation of unveil() há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Sergey Bugaev d6184afcae Kernel: Simplify VFS::resolve_path() further há 5 anos atrás
  Sergey Bugaev 93ff911473 Kernel: Properly propagate bind mount flags há 5 anos atrás
  Sergey Bugaev 0cb0f54783 Kernel: Implement bind mounts há 5 anos atrás
  Sergey Bugaev 61c1106d9f Kernel+LibC: Implement a few mount flags há 5 anos atrás
  Sergey Bugaev 2fcbb846fb Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open() há 5 anos atrás
  Sergey Bugaev 4566c2d811 Kernel+LibC: Add support for mount flags há 5 anos atrás
  Sergey Bugaev 1e6ab0ed22 Kernel: Simplify VFS::Mount handling há 5 anos atrás
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes há 5 anos atrás
  Shannon Booth 0e45b9423b Kernel: Implement recursion limit on path resolution há 5 anos atrás
  Andreas Kling 59ed235c85 Kernel: Implement O_DIRECT open() flag to bypass disk caches há 5 anos atrás
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> há 5 anos atrás
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself há 5 anos atrás