Age | Commit message (Expand) | Author |
---|---|---|
2021-10-26 | LibC: Remove debug spam from openpty() | Andreas Kling |
2021-05-30 | LibC: openpty error handling update | David Carlier |
2021-05-18 | LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231) | Gunnar Beutner |
2021-05-14 | LibC: Do not include errno.h inside unistd.h | Jean-Baptiste Boric |
2021-05-06 | LibC: Update forkpty() master fd before fork()'s child branch | Linus Groh |
2021-05-06 | LibC: Remove 'int* aslave' parameter from forkpty() | Linus Groh |
2021-04-30 | LibC: Implement openpty(), forkpty() and login_tty() | Gunnar Beutner |