strace: Added a few more types to termios ioctls.

Change-Id: I863a0a9bc6ad7527a56465246acac073f8878809
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3365
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jérôme Duval
2020-10-29 14:31:30 +00:00
committed by waddlesplash
parent 67f1eabc45
commit 4a722a65f3
+7
View File
@@ -128,6 +128,13 @@ static const ioctl_info kIOCtls[] = {
IOCTL_INFO_ENTRY(TCVTIME),
IOCTL_INFO_ENTRY(TIOCGPGRP),
IOCTL_INFO_ENTRY(TIOCSPGRP),
IOCTL_INFO_ENTRY(TIOCSCTTY),
IOCTL_INFO_ENTRY(TIOCMGET),
IOCTL_INFO_ENTRY(TIOCMSET),
IOCTL_INFO_ENTRY(TIOCSBRK),
IOCTL_INFO_ENTRY(TIOCCBRK),
IOCTL_INFO_ENTRY(TIOCMBIS),
IOCTL_INFO_ENTRY(TIOCMBIC),
// private termios
IOCTL_INFO_ENTRY(B_IOCTL_GET_TTY_INDEX),
IOCTL_INFO_ENTRY(B_IOCTL_GRANT_TTY),