summaryrefslogtreecommitdiff
path: root/Kernel/PTYMultiplexer.cpp
AgeCommit message (Expand)Author
2019-01-30Deallocate PTY's when they close.Andreas Kling
2019-01-30Add a /dev/pts filesystem and make PTY allocation dynamic.Andreas Kling
2019-01-19Coding style fixes in AK.Andreas Kling
2019-01-16Add a PTY multiplexer (/dev/ptmx) device.Andreas Kling