Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 1e07ead119 Get rid of Ext2FS::is_directory_inode(). пре 6 година
  Andreas Kling 04ee693925 Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere. пре 6 година
  Andreas Kling 8a71303827 Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere. пре 6 година
  Andreas Kling ec1c487dcd Yet another pass of style fixes. пре 6 година
  Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync. пре 6 година
  Andreas Kling d0f06e5f3f Automatically call Inode::flush_metadata() before an Inode is destroyed. пре 6 година
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). пре 6 година
  Andreas Kling d506c857ab Rename CoreInode to Inode. пре 6 година
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. пре 6 година
  Andreas Kling ca6847b5bb Import a simple text editor I started working on. пре 6 година
  Andreas Kling aff89d2fd7 Yet more coding style fixes. пре 6 година
  Andreas Kling d824442e3e Get rid of deprecated_enumerateDirectoryInode. пре 6 година
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. пре 6 година
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. пре 6 година
  Andreas Kling f5a0b6961c Fix mkdir with relative paths. пре 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 26852a8363 Add metadata to 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 ebf308d413 Make kernel build with clang. пре 6 година
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. пре 6 година
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. пре 6 година
  Andreas Kling 8f6998c902 Add SpinLock to IDE disk access. пре 6 година
  Andreas Kling dec5683e9c Snazz up the kprintf() output a bit by giving it its own color. пре 6 година