summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios04/termios_testdriver_intr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtests: Adding file headers and licensesRyan Long2022-04-271-0/+35
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
* libtests: Avoid build system defined definesSebastian Huber2019-11-121-306/+1
| | | | Update #3818.
* libtests/termios04: Avoid use of freed memorySebastian Huber2015-11-121-7/+35
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libtests/termios04: Avoid NULL pointer accessSebastian Huber2013-09-171-3/+6
|
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-2/+2
|
* libtmtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-3/+31
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-051-1/+2
| | | | | | * devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c, malloctest/init.c, termios03/termios_testdriver_polled.c, termios04/termios_testdriver_intr.c: Remove warnings.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-011-14/+57
| | | | * termios04/termios_testdriver_intr.c: Task driven IO now works.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-281-0/+201
* Makefile.am, configure.ac: Add new test to exercise termios RX and TX interrupt driven IO support. * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c, termios04/termios04.doc, termios04/termios04.scn, termios04/termios_testdriver_intr.c, termios04/termios_testdriver_intr.h: New files.