-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PTY: add minimal support for TIOCPKT
With TIOCPKT enabled, each piece of output is preceded by a zero byte on the PTY master. In addition, a non-zero byte is a flags field that conveys information about changes on the pseudoterminal. This patch implements the former, but not the latter. That is enough to get telnetd(8) going, however. TIOCPKT support may be extended later. Change-Id: I6ef9cc8cf1b4406147b088400fc8499684b62a30
- Loading branch information
Showing
1 changed file
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters