Histórico de Commits

Autor SHA1 Mensagem Data
  asynts dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Andreas Kling 1fdd39ff14 Kernel: Sprinkle some lockers in Inode há 4 anos atrás
  Andreas Kling b8db585a83 Kernel: Remove unnecessary non-const Inode::shared_vmobject() há 4 anos atrás
  Andreas Kling 51713901b1 Kernel: Tweak parameter name in Inode::read_entire() há 4 anos atrás
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API há 4 anos atrás
  Itamar 345abc3132 Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent há 4 anos atrás
  Andreas Kling dfce9051fa ProcFS: Take the "all inodes" lock when generating /proc/inodes há 4 anos atrás
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe há 4 anos atrás
  Andreas Kling 2cb32f8356 Kernel: Let InodeWatcher track child inode numbers instead of names há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Tom d89582880e Kernel: Switch singletons to use new Singleton class há 4 anos atrás
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" há 4 anos atrás
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" há 4 anos atrás
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" há 4 anos atrás
  Tom 5a98e329d1 AK: Get rid of make_singleton function há 4 anos atrás
  Tom f0906250a1 Kernel: Move Singleton class to AK há 4 anos atrás
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class há 4 anos atrás
  Ben Wiederhake 5e48eda218 Kernel: Avoid ninja-import of global variable há 5 anos atrás
  Ben Wiederhake 42b057b0c9 Kernel: Mark compilation-unit-only functions as static há 5 anos atrás
  Andreas Kling 62ec6e5fe0 Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) há 5 anos atrás
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes há 5 anos atrás
  Tom 6df87b51f7 Kernel: Protect Inode list with SpinLock (#2748) há 5 anos atrás
  Andreas Kling 0d577ab781 Kernel: Add "child added" and "child removed" InodeWatcher events há 5 anos atrás
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. há 5 anos atrás
  Sergey Bugaev 9cbdd5f01e Kernel: Inline Inode::fsid() há 5 anos atrás
  Andreas Kling 53d0ca2ad8 Kernel: Strip SUID+SGID bits from file when written to or chowned há 5 anos atrás
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h há 5 anos atrás
  Liav A f0ca29eb4b Kernel: Run clang-format on various files há 5 anos atrás
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() há 5 anos atrás
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject há 5 anos atrás