Commit History

Author SHA1 Message Date
  Andreas Kling 951ed6692b Remove InodeIdentifier::metadata(). 6 years ago
  Andreas Kling ec1c487dcd Yet another pass of style fixes. 6 years ago
  Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync. 6 years ago
  Andreas Kling d0f06e5f3f Automatically call Inode::flush_metadata() before an Inode is destroyed. 6 years ago
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). 6 years ago
  Andreas Kling d506c857ab Rename CoreInode to Inode. 6 years ago
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. 6 years ago
  Andreas Kling ca6847b5bb Import a simple text editor I started working on. 6 years ago
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. 6 years ago
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. 6 years ago
  Andreas Kling de4604ac95 Finally hook up the mkdir code to a syscall. 6 years ago
  Andreas Kling 2529925fe9 Some more renaming: 6 years ago
  Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup(). 6 years ago
  Andreas Kling 5f434bc00b Add CoreInode::lookup() for directory lookups. 6 years ago
  Andreas Kling 8fa2d7104a More VFS cleanup. 6 years ago
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. 6 years ago
  Andreas Kling 457a5df7d5 Rename: 6 years ago
  Andreas Kling c735c56e4c More work on CoreInode. 6 years ago
  Andreas Kling 26852a8363 Add metadata to CoreInode. 6 years ago
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. 6 years ago
  Andreas Kling 19b9401487 Reduce kmalloc() traffic in directory iteration. 6 years ago
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. 6 years ago
  Andreas Kling 1d4af51250 Add a VFS::absolutePath(InodeIdentifier). 6 years ago
  Andreas Kling 2716a9e2d7 Greatly improve /proc/PID/stack by tracing the ebp frame chain. 6 years ago
  Andreas Kling 2d1d01661b Add a way to initialize VFS globals. 6 years ago
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. 6 years ago
  Andreas Kling 9cd0a34b5c BlockDevice -> DiskDevice. 6 years ago
  Andreas Kling f608629704 Implement creating a new directory. 6 years ago
  Andreas Kling 9528edab92 Move readEntireInode() up to FileSystem (from ext2.) 6 years ago
  Andreas Kling 1f41a36c52 Add a Unix namespace for foo_t types. 6 years ago