summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/pty.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2021-10-26LibC: Remove debug spam from openpty()Andreas Kling
2021-05-30LibC: openpty error handling updateDavid Carlier
2021-05-18LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)Gunnar Beutner
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-06LibC: Update forkpty() master fd before fork()'s child branchLinus Groh
2021-05-06LibC: Remove 'int* aslave' parameter from forkpty()Linus Groh
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner