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

Аутор SHA1 Порука Датум
  Andreas Kling bd3e77cc16 Pass the process to CharacterDevice::read/write. пре 6 година
  Andreas Kling 08bfe518f9 Rename CharacterDevice::has_data_available_for_reading() -> can_read(). пре 6 година
  Andreas Kling e452303c66 Allow character devices to block write attempts until there is more space. пре 6 година
  Andreas Kling 2f74c2f430 Add basic PTY support. пре 6 година
  Andreas Kling b0e3f73375 Start refactoring the windowing system to use an event loop. пре 6 година
  Andreas Kling 7bc41532be Remove FS::read_entire_inode() in favor of Inode::read_entire(). пре 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 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). пре 6 година
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. пре 6 година
  Andreas Kling f6e27c2abe More coding style changes. пре 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 8fa2d7104a More VFS cleanup. пре 6 година
  Andreas Kling 457a5df7d5 Rename: пре 6 година
  Andreas Kling c735c56e4c More work on CoreInode. пре 6 година
  Andreas Kling 97c799576a Add close-on-exec flag for file descriptors. пре 6 година
  Andreas Kling 19b9401487 Reduce kmalloc() traffic in directory iteration. пре 6 година
  Andreas Kling f1404aa948 Add primitive FIFO and hook it up to sys$pipe(). пре 6 година
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. пре 6 година
  Andreas Kling 981a3ae4b3 Make VFS test environment build again. пре 6 година
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. пре 6 година