Age | Commit message (Expand) | Author |
---|---|---|
2019-01-30 | Deallocate PTY's when they close. | Andreas Kling |
2019-01-25 | PTY: Disallow infinite writing to slaves. | Andreas Kling |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling |
2019-01-21 | Kernel: Make /proc/PID/fds display something useful for character devices. | Andreas Kling |
2019-01-16 | Add a PTY multiplexer (/dev/ptmx) device. | Andreas Kling |
2019-01-16 | Let each MasterPTY create its slave. | Andreas Kling |
2019-01-16 | Pass the process to CharacterDevice::read/write. | Andreas Kling |
2019-01-16 | Rename CharacterDevice::has_data_available_for_reading() -> can_read(). | Andreas Kling |
2019-01-15 | Allow character devices to block write attempts until there is more space. | Andreas Kling |
2019-01-15 | Add basic PTY support. | Andreas Kling |