summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (follow)
Commit message (Expand)AuthorAgeFilesLines
* psxualarm: Avoid endless signal handlingSebastian Huber2015-05-191-2/+2
* Add test assertion for allocator mutex being unlockedJoel Sherrill2015-04-142-19/+0
* psxconfig01/init.c: Correct pointer/integer size warningJoel Sherrill2015-03-241-1/+1
* psxtests/psx15/init.c: Correct printf() warningJoel Sherrill2015-03-241-1/+3
* testsuites/psxtests/psxsignal03/init.c: Fix line wrapJoel Sherrill2015-03-221-1/+5
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
* tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill2015-03-171-4/+10
* libcsupport: Delete superfluous _gettimeofday()Sebastian Huber2015-03-101-7/+0
* sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber2015-03-091-0/+9
* psxtests/psxclock01: use clock() and CLOCKS_PER_SECGedare Bloom2015-03-046-1/+95
* psxtests/psx05: Adjust test caseSebastian Huber2015-02-261-2/+2
* psxtests: add string param to printf. closes #2241Gedare Bloom2015-02-232-2/+2
* IMFS: Implement variable length node namesSebastian Huber2015-02-151-1/+5
* psxhdrs: Reorganize into subdirectories per .h file and rename filesJoel Sherrill2015-02-12142-454/+136
* psxhdrs: Remove test of pthread_attr_[gs]et_cputimeJoel Sherrill2015-02-123-84/+1
* psxhdrs: Add tests for <sys/socket.h> API complianceJoel Sherrill2015-02-1219-1/+620
* IMFS: Add fine grained configurationSebastian Huber2015-02-125-0/+10
* Filesystem: Simplify FIFO and pipe configurationSebastian Huber2015-02-092-2/+0
* IMFS: Replace node union with individual structSebastian Huber2015-01-274-112/+12
* psx07: Add missing parameter to printf() callJoel Sherrill2015-01-231-1/+1
* psxtests/psx07: Fix printf() statementSebastian Huber2015-01-231-1/+1
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-1615-15/+0
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-121-15/+29
* posix: Delete key/value if value is set to NULLSebastian Huber2014-12-121-0/+19
* Update bug report URLSebastian Huber2014-12-051-1/+1
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-212-10/+10
* libcsupport: Implement getgroups()Sebastian Huber2014-11-202-8/+60
* libcsupport: Use POSIX key for getgrent()Sebastian Huber2014-11-202-0/+4
* libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2014-11-202-106/+30
* testsuites: Avoid clock driverSebastian Huber2014-10-142-2/+2
* score: Rework global constructionSebastian Huber2014-10-1310-1/+209
* posix: Add auto initializaton for rwlockSebastian Huber2014-10-081-0/+37
* psxtests/psxonce01: Use test extensionSebastian Huber2014-09-101-0/+2
* tests: Rework interrupt critical testsSebastian Huber2014-09-101-23/+19
* Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill2014-07-232-4/+18
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-8/+8
* psxtests/psxkey02: Test for proper error caseSebastian Huber2014-04-072-37/+14
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-041-2/+11
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-0/+9
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-3/+84
* tests/fatal: Fix test namesSebastian Huber2014-03-311-1/+1
* psxtests/psxconfig01: Fix for POSIX keys configSebastian Huber2014-03-311-1/+1
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-272-0/+4
* tests: Produce proper begin/end messagesSebastian Huber2014-03-251-3/+3
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-25131-190/+543
* tests: Use rtems_status_text()Sebastian Huber2014-03-251-29/+1
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-243-0/+11
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21354-354/+354
* psxonce01: Add call counter to check if init function has been called.Christian Mauderer2014-03-191-13/+14
* psxtests: move pthread_once tests into an extra test.Christian Mauderer2014-03-1911-44/+152