summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio01/system.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[a-f]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-03-31testsuites: Remove CONFIGURE_MALLOC_STATISTICSSebastian Huber1-4/+0
This configuration option is obsolete since 2014. Update #1367.
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber1-1/+1
Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753.
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-1/+0
POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-1/+0
POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber1-1/+0
This define was superfluous, undocumented and used inconsistently.
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-0/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-05-03psxaio01/psxaio02 - Formatting correctionsJoel Sherrill1-9/+9
The file header was moved over one space. These two were the only files in the testsuite which did this.
2011-10-122011-10-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+0
* psxaio01/system.h, psxaio02/system.h, psxaio03/system.h: Do not use the stack checker.
2010-08-162010-08-16 Alin Rus <alin.codejunkie@gmail.com>Ralf Corsepius1-0/+50
* 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.