Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Brian Gianforcaro 2139e0a201 Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR) há 4 anos atrás
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type há 4 anos atrás
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) há 4 anos atrás
  Andreas Kling e1236dac3e Kernel: Check for off_t overflow in FileDescription::read/write há 4 anos atrás
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. há 4 anos atrás
  Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself há 4 anos atrás
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. há 4 anos atrás
  asynts 67583bc424 Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions há 4 anos atrás
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) há 4 anos atrás
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API há 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler há 4 anos atrás
  Andreas Kling 541579bc04 Kernel: Remove unnecessary SmapDisablers in FileDescription há 4 anos atrás
  asynts 0579a2db34 Kernel: Fix kernel crash in get_dir_entries when buffer too small. há 4 anos atrás
  asynts 206dcd84a6 FileSystem: Use OutputMemoryStream instead of BufferStream. há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation há 4 anos atrás
  Andreas Kling 5444cabd39 Kernel: Rename FileDescription::fstat() => stat() há 4 anos atrás
  Itamar 33138900de FileSystem: Convert file types to DT_* types at a later stage há 5 anos atrás
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal há 5 anos atrás
  Andreas Kling 62ec6e5fe0 Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) há 5 anos atrás
  Brian Gianforcaro fe64d97001 Kernel: Fix my result propagation bug @BenWiederhake spotted há 5 anos atrás
  Brian Gianforcaro 946c96dd56 Kernel: Suppress remaining unobserved KResult return codes há 5 anos atrás
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems há 5 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> há 5 anos atrás
  Sergey Bugaev e0d0d52455 Kernel: Use symbolic constants for file modes há 5 anos atrás
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail há 5 anos atrás
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() há 5 anos atrás
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. há 5 anos atrás