提交历史

作者 SHA1 备注 提交日期
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 5 年之前
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 5 年之前
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems 5 年之前
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 5 年之前
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes 5 年之前
  Sergey Bugaev 0c72a9eda7 Kernel: Fix .. directory entry at mount point handling a little 5 年之前
  Sergey Bugaev 6111cfda73 AK: Make Vector::unstable_remove() return the removed value 5 年之前
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 年之前
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly 5 年之前
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers 5 年之前
  Sergey Bugaev 3847d00727 Kernel+Userland: Support remounting filesystems :^) 5 年之前
  Sergey Bugaev d395b93b15 Kernel: Misc tweaks 5 年之前
  Sergey Bugaev 53647e347f Kernel+Base: Mount root filesystem read-only :^) 5 年之前
  Sergey Bugaev fdb71cdf8f Kernel: Support read-only filesystem mounts 5 年之前
  Sergey Bugaev 6af2418de7 Kernel: Pass a Custody instead of Inode to VFS methods 5 年之前
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 5 年之前
  Andreas Kling 7eeea4d57f Kernel: rmdir("/") should fail instead of asserting 5 年之前
  Liav A ecee76b741 Kernel: Change Ext2FS to be backed by a file instead of a block device 5 年之前
  Andreas Kling 53d0ca2ad8 Kernel: Strip SUID+SGID bits from file when written to or chowned 5 年之前
  Andreas Kling 54cb1e36b6 Kernel: Enforce file system veil on file creation 5 年之前
  Andreas Kling c2a8bbcb59 Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device" 5 年之前
  Liav A 6b59311d4b Kernel: Change Ext2FS to be backed by a file instead of a block device 5 年之前
  Alex Muscar d013753f83 Kernel: Resolve relative paths when there is a veil (#1474) 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Andreas Kling d5fe839166 Kernel: Remove unused artifacts of the Custody cache 5 年之前
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
  Sergey Bugaev 1d2986ea15 Kernel: Fix a panic in VFS::rename() 5 年之前
  Sergey Bugaev 3439498744 Kernel: Support trailing slashes in VFS::mkdir() 5 年之前
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 年之前
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 年之前