Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling bd3e77cc16 Pass the process to CharacterDevice::read/write. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 08bfe518f9 Rename CharacterDevice::has_data_available_for_reading() -> can_read(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling e452303c66 Allow character devices to block write attempts until there is more space. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 2f74c2f430 Add basic PTY support. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling b0e3f73375 Start refactoring the windowing system to use an event loop. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 7bc41532be Remove FS::read_entire_inode() in favor of Inode::read_entire(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8a71303827 Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling ec1c487dcd Yet another pass of style fixes. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling f6e27c2abe More coding style changes. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8fa2d7104a More VFS cleanup. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 457a5df7d5 Rename: %!s(int64=6) %!d(string=hai) anos
  Andreas Kling c735c56e4c More work on CoreInode. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 97c799576a Add close-on-exec flag for file descriptors. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 19b9401487 Reduce kmalloc() traffic in directory iteration. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling f1404aa948 Add primitive FIFO and hook it up to sys$pipe(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 981a3ae4b3 Make VFS test environment build again. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. %!s(int64=6) %!d(string=hai) anos