summaryrefslogtreecommitdiff
path: root/Kernel/DevPtsFS.h
AgeCommit message (Expand)Author
2019-04-03Kernel: Move FS-related files into Kernel/FileSystem/Andreas Kling
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-01-30Deallocate PTY's when they close.Andreas Kling
2019-01-30Add a /dev/pts filesystem and make PTY allocation dynamic.Andreas Kling