Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 9dd29f9aa9 Add a PTY multiplexer (/dev/ptmx) device. il y a 6 ans
  Andreas Kling b46ae2bf09 Get rid of Vnode concept. il y a 6 ans
  Andreas Kling 2f74c2f430 Add basic PTY support. il y a 6 ans
  Andreas Kling 0d36281162 Refactor FS::find_parent_of_inode() into Inode::parent(). il y a 6 ans
  Andreas Kling d07b08a287 FS: Don't default to having a full InodeMetadata in every Inode. il y a 6 ans
  Andreas Kling cc30407b8c Oops, errno codes need to be negative in the kernel. il y a 6 ans
  Andreas Kling 673870563d Convert some FS methods to return RetainPtr<Inode>. il y a 6 ans
  Andreas Kling 12a6963a5d Fix bug where Vnode kept its Inode alive indefinitely. il y a 6 ans
  Andreas Kling 7bc41532be Remove FS::read_entire_inode() in favor of Inode::read_entire(). il y a 6 ans
  Andreas Kling 8a71303827 Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere. il y a 6 ans
  Andreas Kling 951ed6692b Remove InodeIdentifier::metadata(). il y a 6 ans
  Andreas Kling ec1c487dcd Yet another pass of style fixes. il y a 6 ans
  Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync. il y a 6 ans
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). il y a 6 ans
  Andreas Kling d506c857ab Rename CoreInode to Inode. il y a 6 ans
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. il y a 6 ans
  Andreas Kling aff89d2fd7 Yet more coding style fixes. il y a 6 ans
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. il y a 6 ans
  Andreas Kling 7d13432b55 Remove debug kprintfs() in VFS::mkdir. il y a 6 ans
  Andreas Kling f5a0b6961c Fix mkdir with relative paths. il y a 6 ans
  Andreas Kling de4604ac95 Finally hook up the mkdir code to a syscall. il y a 6 ans
  Andreas Kling 2529925fe9 Some more renaming: il y a 6 ans
  Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup(). il y a 6 ans
  Andreas Kling 5f434bc00b Add CoreInode::lookup() for directory lookups. il y a 6 ans
  Andreas Kling 8fa2d7104a More VFS cleanup. il y a 6 ans
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. il y a 6 ans
  Andreas Kling 457a5df7d5 Rename: il y a 6 ans
  Andreas Kling c735c56e4c More work on CoreInode. il y a 6 ans
  Andreas Kling 26852a8363 Add metadata to CoreInode. il y a 6 ans
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. il y a 6 ans