summaryrefslogtreecommitdiff
path: root/Servers/TTYServer/main.cpp
AgeCommit message (Expand)Author
2020-02-22TTYServer: Use unveil()Brian Gianforcaro
2020-02-05TTYServer: Include AK/LogStream.h for dbg()joshua stein
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11TTYServer: Use pledge()Andreas Kling
2020-01-04TTYServer: Use fork+exec instead of system()Andreas Kling
2019-08-12Server: Add TTYServer, a rudimentary text console managerConrad Pankoff