summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support/system.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Simplify fatal error test supportSebastian Huber2019-11-121-79/+0
| | | | | | Move system.h to shared init.c. Update #3818.
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* psxtests: Fix warningsSebastian Huber2017-02-151-4/+1
|
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
| | | | Update #2825.
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-1/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2013-08-081-1/+0
|
* testsuites: Fix prototypesSebastian Huber2013-01-271-3/+3
|
* testsuites: Use rtems_fatal_source_description()Sebastian Huber2013-01-271-1/+1
|
* psxtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-3/+14
|
* 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.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-261-2/+2
| | | | | * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension.
* Convert to "bool".Ralf Corsepius2008-09-061-1/+1
|
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-311-0/+72
* Makefile.am, configure.ac: New tests. * psxfatal01/.cvsignore, psxfatal01/Makefile.am, psxfatal01/psxfatal01.scn, psxfatal01/testcase.h, psxfatal02/.cvsignore, psxfatal02/Makefile.am, psxfatal02/psxfatal02.scn, psxfatal02/testcase.h, psxfatal_support/init.c, psxfatal_support/system.h: New files.