summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios06/termios06.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-13/+7
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* 2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2011-01-281-0/+14
| | | | | | | | PR 1661/testing * termios06/init.c: Extend the test to cover sections related to flow control in termios.c * termios06/termios06.doc: Updated test concept * termios06/termios06.scn: Updated test run log
* 2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-061-1/+5
| | | | | * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC cases. Coverage of these paths is near complete.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-051-0/+42
* Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC. * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c, termios06/termios06.doc, termios06/termios06.scn, termios06/test_pppd.c: New files.