提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling 8e640539ef Add an inode metadata cache to the ext2fs implementation. 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 1d4af51250 Add a VFS::absolutePath(InodeIdentifier). 6 年之前
  Andreas Kling 2716a9e2d7 Greatly improve /proc/PID/stack by tracing the ebp frame chain. 6 年之前
  Andreas Kling eb4074bb9d Put more logspam behind EXT2_DEBUG. 6 年之前
  Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility. 6 年之前
  Andreas Kling 705832f387 List the root directory after mounting /. 6 年之前
  Andreas Kling d2425495ca VirtualFileSystem class builds inside Kernel. 6 年之前
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. 6 年之前
  Andreas Kling 8293a0ff36 Rework DiskDevice's read() and write() to be non-virtual wrappers. 6 年之前
  Andreas Kling 9cd0a34b5c BlockDevice -> DiskDevice. 6 年之前
  Andreas Kling f608629704 Implement creating a new directory. 6 年之前
  Andreas Kling 5c50d02c2e Fix bug where allocating a new inode forgot that inodes are 1-based. 6 年之前
  Andreas Kling 47fc6344ac Support the ext2 directory entry file_type field. 6 年之前
  Andreas Kling 9528edab92 Move readEntireInode() up to FileSystem (from ext2.) 6 年之前
  Andreas Kling 0286b5ea48 Add a "stat" command to test FileHandle::stat(). 6 年之前
  Andreas Kling c7c957966a Implement SyntheticFileSystem::readInodeBytes(). 6 年之前
  Andreas Kling 1f41a36c52 Add a Unix namespace for foo_t types. 6 年之前
  Andreas Kling c6d6ba7512 Minor errno fixups. 6 年之前
  Andreas Kling c94044a04a Work on POSIX-like read() and lseek() support. 6 年之前
  Andreas Kling fa3b11ac64 Parse out major/minor device from character and block device inodes. 6 年之前
  Andreas Kling 750b27cb07 Ext2FileSystem::readInode() should return an empty buffer for 0-length files. 6 年之前
  Andreas Kling c2d42710bb Fix build. 6 年之前
  Andreas Kling 5a30055157 Import all this stuff into a single repo called Serenity. 6 年之前