Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult há 3 anos atrás
  Brian Gianforcaro 85d36e56d2 Kernel: Pack Flock struct tighter há 3 anos atrás
  sin-ack 220b7dd779 Kernel: Weakly hold on to the file in LocalSocket há 3 anos atrás
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync há 3 anos atrás
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList há 3 anos atrás
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO há 3 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription há 3 anos atrás
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access há 3 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 4 anos atrás
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> há 4 anos atrás
  Andreas Kling ea09294351 Kernel: Port Inode to ListedRefCounted há 4 anos atrás
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> há 4 anos atrás
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ há 4 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace há 4 anos atrás
  Andreas Kling f9b7ea6de9 Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" há 4 anos atrás
  Andreas Kling a9f76b8270 Kernel: Remove Inode's inheritance from Weakable há 4 anos atrás
  Andreas Kling 43d6a7e74e Kernel: Use IntrusiveList for keeping track of InodeWatchers há 4 anos atrás
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks há 4 anos atrás
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() há 4 anos atrás
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView há 4 anos atrás
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock há 4 anos atrás
  Andreas Kling 63e1423830 Kernel: Remove unused Inode::is_shared_vmobject() há 4 anos atrás
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex há 4 anos atrás
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem há 4 anos atrás
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem há 4 anos atrás
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t há 4 anos atrás
  Brian Gianforcaro 493d4d1cd7 Kernel: Switch Inode to IntrusiveList from InlineLinkedList há 4 anos atrás
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) há 4 anos atrás