提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. 6 年之前
  Andreas Kling de4604ac95 Finally hook up the mkdir code to a syscall. 6 年之前
  Andreas Kling 2529925fe9 Some more renaming: 6 年之前
  Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup(). 6 年之前
  Andreas Kling 5f434bc00b Add CoreInode::lookup() for directory lookups. 6 年之前
  Andreas Kling 8fa2d7104a More VFS cleanup. 6 年之前
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. 6 年之前
  Andreas Kling c735c56e4c More work on CoreInode. 6 年之前
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. 6 年之前
  Andreas Kling 19b9401487 Reduce kmalloc() traffic in directory iteration. 6 年之前
  Andreas Kling abdf24cb73 Fix deadlock in synthfs read implementation. 6 年之前
  Andreas Kling 981a3ae4b3 Make VFS test environment build again. 6 年之前
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. 6 年之前
  Andreas Kling dec5683e9c Snazz up the kprintf() output a bit by giving it its own color. 6 年之前
  Andreas Kling b1ff62f605 Okay let's just not have this broken locking at all right now. 6 年之前
  Andreas Kling e6284a8774 Fix broken SpinLock. 6 年之前
  Andreas Kling 97726862dd Add basic symlink support. 6 年之前
  Andreas Kling 1d4af51250 Add a VFS::absolutePath(InodeIdentifier). 6 年之前
  Andreas Kling 2716a9e2d7 Greatly improve /proc/PID/stack by tracing the ebp frame chain. 6 年之前
  Andreas Kling c928b06218 Add a very hackish /proc/PID/stack. 6 年之前
  Andreas Kling a32b3a3ddf Implement /proc/PID/vm. 6 年之前
  Andreas Kling 57136ad87e synthfs: generated files should have size=0. 6 年之前
  Andreas Kling ed2422d7af Start adding a basic /proc filesystem and a "ps" utility. 6 年之前
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. 6 年之前
  Andreas Kling f608629704 Implement creating a new directory. 6 年之前
  Andreas Kling 9528edab92 Move readEntireInode() up to FileSystem (from ext2.) 6 年之前
  Andreas Kling c7c957966a Implement SyntheticFileSystem::readInodeBytes(). 6 年之前
  Andreas Kling 1f41a36c52 Add a Unix namespace for foo_t types. 6 年之前
  Andreas Kling c94044a04a Work on POSIX-like read() and lseek() support. 6 年之前
  Andreas Kling 5a30055157 Import all this stuff into a single repo called Serenity. 6 年之前