summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-19psxualarm: Avoid endless signal handlingSebastian Huber1-2/+2
2015-04-14Add test assertion for allocator mutex being unlockedJoel Sherrill2-19/+0
2015-03-24psxconfig01/init.c: Correct pointer/integer size warningJoel Sherrill1-1/+1
2015-03-24psxtests/psx15/init.c: Correct printf() warningJoel Sherrill1-1/+3
2015-03-22testsuites/psxtests/psxsignal03/init.c: Fix line wrapJoel Sherrill1-1/+5
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2015-03-17tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill1-4/+10
2015-03-10libcsupport: Delete superfluous _gettimeofday()Sebastian Huber1-7/+0
2015-03-09sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber1-0/+9
2015-03-04psxtests/psxclock01: use clock() and CLOCKS_PER_SECGedare Bloom6-1/+95
2015-02-26psxtests/psx05: Adjust test caseSebastian Huber1-2/+2
2015-02-23psxtests: add string param to printf. closes #2241Gedare Bloom2-2/+2
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-1/+5
2015-02-12psxhdrs: Reorganize into subdirectories per .h file and rename filesJoel Sherrill142-454/+136
2015-02-12psxhdrs: Remove test of pthread_attr_[gs]et_cputimeJoel Sherrill3-84/+1
2015-02-12psxhdrs: Add tests for <sys/socket.h> API complianceJoel Sherrill19-1/+620
2015-02-12IMFS: Add fine grained configurationSebastian Huber5-0/+10
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber2-2/+0
2015-01-27IMFS: Replace node union with individual structSebastian Huber4-112/+12
2015-01-23psx07: Add missing parameter to printf() callJoel Sherrill1-1/+1
2015-01-23psxtests/psx07: Fix printf() statementSebastian Huber1-1/+1
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber15-15/+0
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber1-15/+29
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber1-0/+19
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber2-10/+10
2014-11-20libcsupport: Implement getgroups()Sebastian Huber2-8/+60
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber2-0/+4
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2-106/+30
2014-10-14testsuites: Avoid clock driverSebastian Huber2-2/+2
2014-10-13score: Rework global constructionSebastian Huber10-1/+209
2014-10-08posix: Add auto initializaton for rwlockSebastian Huber1-0/+37
2014-09-10psxtests/psxonce01: Use test extensionSebastian Huber1-0/+2
2014-09-10tests: Rework interrupt critical testsSebastian Huber1-23/+19
2014-07-23Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill2-4/+18
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-8/+8
2014-04-07psxtests/psxkey02: Test for proper error caseSebastian Huber2-37/+14
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-2/+11
2014-03-31score: Thread life cycle re-implementationSebastian Huber1-0/+9
2014-03-31score: Fix thread restart extensions contextSebastian Huber1-3/+84
2014-03-31tests/fatal: Fix test namesSebastian Huber1-1/+1
2014-03-31psxtests/psxconfig01: Fix for POSIX keys configSebastian Huber1-1/+1
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer2-0/+4
2014-03-25tests: Produce proper begin/end messagesSebastian Huber1-3/+3
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber131-190/+543
2014-03-25tests: Use rtems_status_text()Sebastian Huber1-29/+1
2014-03-24posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer3-0/+11
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns354-354/+354
2014-03-19psxonce01: Add call counter to check if init function has been called.Christian Mauderer1-13/+14
2014-03-19psxtests: move pthread_once tests into an extra test.Christian Mauderer11-44/+152