Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling ebf308d413 Make kernel build with clang. hace 6 años
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. hace 6 años
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. hace 6 años
  Andreas Kling 8f6998c902 Add SpinLock to IDE disk access. hace 6 años
  Andreas Kling dec5683e9c Snazz up the kprintf() output a bit by giving it its own color. hace 6 años
  Andreas Kling 8e640539ef Add an inode metadata cache to the ext2fs implementation. hace 6 años
  Andreas Kling b1ff62f605 Okay let's just not have this broken locking at all right now. hace 6 años
  Andreas Kling e6284a8774 Fix broken SpinLock. hace 6 años
  Andreas Kling 1d4af51250 Add a VFS::absolutePath(InodeIdentifier). hace 6 años
  Andreas Kling 2716a9e2d7 Greatly improve /proc/PID/stack by tracing the ebp frame chain. hace 6 años
  Andreas Kling eb4074bb9d Put more logspam behind EXT2_DEBUG. hace 6 años
  Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility. hace 6 años
  Andreas Kling 705832f387 List the root directory after mounting /. hace 6 años
  Andreas Kling d2425495ca VirtualFileSystem class builds inside Kernel. hace 6 años
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. hace 6 años
  Andreas Kling 8293a0ff36 Rework DiskDevice's read() and write() to be non-virtual wrappers. hace 6 años
  Andreas Kling 9cd0a34b5c BlockDevice -> DiskDevice. hace 6 años
  Andreas Kling f608629704 Implement creating a new directory. hace 6 años
  Andreas Kling 5c50d02c2e Fix bug where allocating a new inode forgot that inodes are 1-based. hace 6 años
  Andreas Kling 47fc6344ac Support the ext2 directory entry file_type field. hace 6 años
  Andreas Kling 9528edab92 Move readEntireInode() up to FileSystem (from ext2.) hace 6 años
  Andreas Kling 0286b5ea48 Add a "stat" command to test FileHandle::stat(). hace 6 años
  Andreas Kling c7c957966a Implement SyntheticFileSystem::readInodeBytes(). hace 6 años
  Andreas Kling 1f41a36c52 Add a Unix namespace for foo_t types. hace 6 años
  Andreas Kling c6d6ba7512 Minor errno fixups. hace 6 años
  Andreas Kling c94044a04a Work on POSIX-like read() and lseek() support. hace 6 años
  Andreas Kling fa3b11ac64 Parse out major/minor device from character and block device inodes. hace 6 años
  Andreas Kling 750b27cb07 Ext2FileSystem::readInode() should return an empty buffer for 0-length files. hace 6 años
  Andreas Kling c2d42710bb Fix build. hace 6 años
  Andreas Kling 5a30055157 Import all this stuff into a single repo called Serenity. hace 6 años