Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input il y a 2 ans
  James Bellamy 386642ffcf Kernel: Use credentials object in VirtualFileSystem il y a 2 ans
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody il y a 2 ans
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes il y a 2 ans
  Kristiyan Stoimenov 9e1bea50ee Kernel/VFS: Check that mount-point is not in use il y a 3 ans
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) il y a 3 ans
  Andrew Kaster f08e91f67e Kernel: Don't check pledges or veil against code coverage data files il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors il y a 3 ans
  Andreas Kling 580d89f093 Kernel: Put Process unveil state in a SpinlockProtected container il y a 3 ans
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible il y a 3 ans
  Max Wipfli b0df096298 Kernel/VFS: Add FIXMEs about error codes leaking data from veiled paths il y a 3 ans
  Max Wipfli e8f491b01d Kernel/VFS: Validate paths against process veil in mkdir() il y a 4 ans
  Max Wipfli 8c7010f282 Kernel/VFS: Clear out_parent if path is veiled il y a 4 ans
  Andreas Kling 210689281f Kernel: Protect mounted filesystem list with spinlock instead of mutex il y a 3 ans
  Idan Horowitz 67ce9e28a5 AK: Standardize the behaviour of GenericLexer::consume_until overloads il y a 3 ans
  Daniel Bertalan 182016d7c0 Kernel+LibC+LibCore+UE: Implement `fchmodat(2)` il y a 3 ans
  circl 63760603f3 Kernel+LibC+LibCore: Add lchown and fchownat functions il y a 3 ans
  Daniel Bertalan 726c023f9e Kernel: Propagate allocation failure in resolve_path_without_veil il y a 3 ans
  Martin Bříza f75bab2a25 Kernel: Move symlink recursion limit to .h, increase it to 8 il y a 3 ans
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX il y a 3 ans
  Andreas Kling 0f9ca51c76 Kernel: Remove unused Inode::preopen_fd() il y a 3 ans
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] il y a 3 ans
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path il y a 3 ans
  Ben Wiederhake 88ca12f037 Kernel: Enable early-returns from VFS::for_each_mount il y a 3 ans
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton il y a 3 ans