Commit Verlauf

Autor SHA1 Nachricht Datum
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t vor 4 Jahren
  Max Wipfli 90e229c9b5 Kernel: Use m_inode to stat in FileDescription::stat() if available vor 4 Jahren
  Max Wipfli cac94b1c16 Kernel: Implement InodeFile::stat() and simplify FileDescription::stat() vor 4 Jahren
  Jelle Raaijmakers 3dab9d0b5c Kernel: Implement offset for `lseek` with `SEEK_END` vor 4 Jahren
  Brian Gianforcaro b8fd52fad6 Kernel: Remove unused header from FileDescription.cpp vor 4 Jahren
  Brian Gianforcaro a643ee5759 Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t> vor 4 Jahren
  Brian Gianforcaro 12ab0dcee0 Kernel: Make FileDescription::create() APIs OOM safe vor 4 Jahren
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) vor 4 Jahren
  Mart G b00cdf8ed8 Kernel+LibC: Make get_dir_entries syscall retriable vor 4 Jahren
  Gunnar Beutner 7a1d09ef1a Kernel: Closing a file descriptor should not always close the file vor 4 Jahren
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. vor 4 Jahren
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Andreas Kling d48666489c Kernel: Make FileDescription::seek() return KResultOr<off_t> vor 4 Jahren
  Jean-Baptiste Boric 6698fd84ff Kernel: Refactor storage stack with u64 as mmap offset vor 4 Jahren
  Brian Gianforcaro 5f6ab77352 Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum vor 4 Jahren
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY vor 4 Jahren
  Brian Gianforcaro 2139e0a201 Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR) vor 4 Jahren
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type vor 4 Jahren
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) vor 4 Jahren
  Andreas Kling e1236dac3e Kernel: Check for off_t overflow in FileDescription::read/write vor 4 Jahren
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. vor 4 Jahren
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself vor 4 Jahren
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. vor 4 Jahren
  asynts 67583bc424 Everywhere: Replace a bundle of dbg with dbgln. vor 4 Jahren
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions vor 4 Jahren
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) vor 4 Jahren
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API vor 4 Jahren
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler vor 4 Jahren
  Andreas Kling 541579bc04 Kernel: Remove unnecessary SmapDisablers in FileDescription vor 4 Jahren