Age | Commit message (Collapse) | Author |
|
|
|
This improves thread-safety because ptsname() is using a global
buffer that is shared between threads.
|
|
POSIX does not mandate this, therefore let's not do it.
|
|
|
|
Only keep track of that (and eventually close() it) internally instead.
This argument is not present on other systems, so we were running into
compatibility issues with ports.
Also bring the implementation closer to Linux and OpenBSD by making sure
to close the slave pty fd in the fork()'d child as well as _exit()'ing
on login_tty() failure - it's non-POSIX, so those are our references
here. :^)
|
|
These are used by OpenSSH.
|