summaryrefslogtreecommitdiff
path: root/Kernel/DevPtsFS.cpp
AgeCommit message (Expand)Author
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
2019-02-07Kernel: Add proper locking to SynthFS and stop disabling interrupts.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-31Add uid and gid to CharacterDevices.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