Historique des commits

Auteur SHA1 Message Date
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes il y a 3 ans
  Andreas Kling abf2204402 Kernel: Use copy_typed_from_user() in more places :^) il y a 3 ans
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem il y a 3 ans
  Andreas Kling b285323d91 Kernel: Propagate Vector append failures from Inode::apply_flock() il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult il y a 3 ans
  Brian Gianforcaro 85d36e56d2 Kernel: Pack Flock struct tighter il y a 3 ans
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync il y a 3 ans
  Andreas Kling 524ef5e475 Kernel: Add KBuffer::bytes() and use it il y a 3 ans
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail il y a 3 ans
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult il y a 3 ans
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() il y a 3 ans
  Andreas Kling b2950c67ea Kernel: Use TRY() in Inode il y a 3 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 3 ans
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> il y a 3 ans
  Andreas Kling ea09294351 Kernel: Port Inode to ListedRefCounted il y a 4 ans
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans
  Brian Gianforcaro 8d3b819daf Kernel: Handle OOM from DoubleBuffer creation in FIFO creation il y a 4 ans
  Andreas Kling f9b7ea6de9 Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" il y a 4 ans
  Andreas Kling 43d6a7e74e Kernel: Use IntrusiveList for keeping track of InodeWatchers il y a 4 ans
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock il y a 4 ans
  Andreas Kling 63e1423830 Kernel: Remove unused Inode::is_shared_vmobject() il y a 4 ans
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem il y a 4 ans
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem il y a 4 ans