summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-5/+5
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Misc tests: Fix scn files and adjust outputJoel Sherrill2013-11-181-23/+21
|
* psxtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-0/+4
|
* 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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2011-01-08 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-081-5/+52
| | | | * psxaio02/init.c: Improve aio_cancel() coverage.
* 2010-11-01 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-11-011-94/+78
| | | | * psxaio01/init.c, psxaio02/init.c: Improve coverage.
* 2010-08-16 Alin Rus <alin.codejunkie@gmail.com>Ralf Corsepius2010-08-161-0/+151
* Makefile.am, configure.ac: Add psxaio01/, psxaio02/. * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn, psxaio01/system.h: New. * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn, psxaio02/system.h: New.