Commit History

Author SHA1 Message Date
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Timothy 9715311837 AK+Kernel: Implement and use EnumBits has_any_flag() 4 years ago
  Andreas Kling d1395f2eb9 Kernel: Add FileDescription read/write API that bypasses current offset 4 years ago
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem 4 years ago
  Daniel Bertalan 42d197cde7 Kernel: Fix miscellaneous warnings when building with Clang 4 years ago
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 years ago
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 years ago
  Max Wipfli 90e229c9b5 Kernel: Use m_inode to stat in FileDescription::stat() if available 4 years ago
  Max Wipfli cac94b1c16 Kernel: Implement InodeFile::stat() and simplify FileDescription::stat() 4 years ago
  Jelle Raaijmakers 3dab9d0b5c Kernel: Implement offset for `lseek` with `SEEK_END` 4 years ago
  Brian Gianforcaro b8fd52fad6 Kernel: Remove unused header from FileDescription.cpp 4 years ago
  Brian Gianforcaro a643ee5759 Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t> 4 years ago
  Brian Gianforcaro 12ab0dcee0 Kernel: Make FileDescription::create() APIs OOM safe 4 years ago
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) 4 years ago
  Mart G b00cdf8ed8 Kernel+LibC: Make get_dir_entries syscall retriable 4 years ago
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file 4 years ago
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling d48666489c Kernel: Make FileDescription::seek() return KResultOr<off_t> 4 years ago
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset 4 years ago
  Brian Gianforcaro 5f6ab77352 Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Brian Gianforcaro 2139e0a201 Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR) 4 years ago
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type 4 years ago
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 years ago
  Andreas Kling e1236dac3e Kernel: Check for off_t overflow in FileDescription::read/write 4 years ago
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 years ago
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago