public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Linux: Rework Linux PTY support
@ 2020-05-27 10:14 Florian Weimer
  2020-05-27 10:14 ` [PATCH 1/3] login/tst-grantpt: Convert to support framework, more error checking Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Florian Weimer @ 2020-05-27 10:14 UTC (permalink / raw)
  To: libc-alpha

BSD terminal support is pretty much always compiled out in the kernel,
and /dev does not contain the matching device nodes.  Therefore, the
fallback code is unused.

Tested on x86_64-linux-gnu.

Florian Weimer (3):
  login/tst-grantpt: Convert to support framework, more error checking
  Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)
  Linux: Require properly configured /dev/pts for PTYs

 NEWS                               |  12 ++++
 login/tst-grantpt.c                | 105 +++++++++++++++++++----------
 sysdeps/unix/sysv/linux/getpt.c    |  67 +-----------------
 sysdeps/unix/sysv/linux/grantpt.c  |  73 ++++++++++----------
 sysdeps/unix/sysv/linux/ptsname.c  |  95 ++------------------------
 sysdeps/unix/sysv/linux/unlockpt.c |  21 ++----
 6 files changed, 130 insertions(+), 243 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-10-07  9:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 10:14 [PATCH 0/3] Linux: Rework Linux PTY support Florian Weimer
2020-05-27 10:14 ` [PATCH 1/3] login/tst-grantpt: Convert to support framework, more error checking Florian Weimer
2020-10-02 17:08   ` Adhemerval Zanella
2020-05-27 10:14 ` [PATCH 2/3] Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053) Florian Weimer
2020-10-02 17:10   ` Adhemerval Zanella
2020-05-27 10:14 ` [PATCH 3/3] Linux: Require properly configured /dev/pts for PTYs Florian Weimer
2020-05-27 10:31   ` Christian Brauner
2020-10-02 17:20   ` Adhemerval Zanella
2020-10-02 17:26     ` Florian Weimer
2020-10-07  9:31     ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).