Histórico de Commits

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