Commit History

Author SHA1 Message Date
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory 2 years ago
  Daniel Bertalan 2123fdd678 Kernel: Remove `FIFO::{attach,detach}(Direction)` 2 years ago
  Tim Schumacher d4e114a31e Kernel: Remove unused functions related to reading full inodes 2 years ago
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 years ago
  Andreas Kling d1371d66f7 Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2 years ago
  Tim Schumacher 81863eaf57 Kernel: Use `AK::Stream` to write packed binary data 2 years ago
  Tim Schumacher 23e10a30ad Kernel: Modernize Error handling when serializing directory entries 2 years ago
  Tim Schumacher ae64b68717 AK: Deprecate the old `AK::Stream` 2 years ago
  Liav A 965afba320 Kernel/FileSystem: Add a few missing includes 2 years ago
  Andreas Kling 30861daa93 Kernel: Simplify the File memory-mapping API 2 years ago
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected 2 years ago
  Andreas Kling 006f753647 Kernel: Make File::{chown,chmod} take credentials as input 2 years ago
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 years ago
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 years ago
  Idan Horowitz 3a80b25ed6 Kernel: Support F_SETLKW in fcntl 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Andreas Kling 248832f438 Kernel: Convert OpenFileDescriptor from mutex to spinlock 3 years ago
  Andreas Kling 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> 3 years ago
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 years ago
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 years ago
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync 3 years ago
  Liav A e0d712c6f7 Kernel+SystemServer: Defer creation of device nodes to userspace 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago