Histórico de Commits

Autor SHA1 Mensagem Data
  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
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  Andreas Kling cb97ef5589 Ext2FS: Fail with EMFILE if we would overflow i_links_count há 5 anos atrás
  Andreas Kling 625ab1f527 Kernel: LocalSocket should fail with EADDRINUSE for already-bound files há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Sergey Bugaev ae64fd1b27 Kernel: Let symlinks resolve themselves há 5 anos atrás
  Andreas Kling 5a13a5416e Kernel: Avoid an extra call to read_bytes() in Inode::read_entire() há 5 anos atrás
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere há 5 anos atrás
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere há 5 anos atrás
  Andreas Kling 9104d32341 Kernel: Use range-for with InlineLinkedList há 6 anos atrás
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists há 6 anos atrás
  Andreas Kling 6bdb81ad87 Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject há 6 anos atrás
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. há 6 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. há 6 anos atrás
  Andreas Kling 75a24c3a1f Kernel: More use of NonnullRefPtrVector in the kernel. há 6 anos atrás
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. há 6 anos atrás
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. há 6 anos atrás
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. há 6 anos atrás
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. há 6 anos atrás
  Andreas Kling 176f683f66 Kernel: Move Inode to its own files. há 6 anos atrás