tests: kern: add some tests for TIOCSTIThese offer at least rudimentary coverage of TIOCSTI, ensuring that itbasically works and does what it's described to do and throws errors forunprivileged u
tests: kern: add some tests for TIOCSTIThese offer at least rudimentary coverage of TIOCSTI, ensuring that itbasically works and does what it's described to do and throws errors forunprivileged use that is supposed to be blocked.Reviewed by: kibDifferential Revision: https://reviews.freebsd.org/D50507
show more ...
tests: kern: add some porch(1)-based tty testsIf sysutils/porch is installed, we'll do some basic testing of ttybehavior. The existing tests primarily cover ICANON-related processingand corner c
tests: kern: add some porch(1)-based tty testsIf sysutils/porch is installed, we'll do some basic testing of ttybehavior. The existing tests primarily cover ICANON-related processingand corner cases that have been fixed somewhat recently, but Ianticipate growing this out a bit in due time.Reviewed by: ngieDifferential Revision: https://reviews.freebsd.org/D46806