summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20psxclassic01: Assume correct pthread_detach()Sebastian Huber2-10/+31
2016-05-18psxtests/psxualarm: Avoid output in signal handlerSebastian Huber2-14/+7
2016-05-17posix: Fix return states of pthread_kill()Sebastian Huber1-6/+2
2016-05-17psxtests/psxcancel: Add pthread_detach() testsSebastian Huber2-0/+87
2016-05-17psxtests/psxcancel: Add resource checkSebastian Huber1-8/+26
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-2/+2
2016-05-04rtems: Remove task variablesSebastian Huber1-29/+0
2016-05-04confdefs.h: Fix named object size estimateSebastian Huber1-5/+5
2016-05-02posix: Simplify message queuesSebastian Huber2-6/+0
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-6/+2
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber3-1/+48
2016-04-21score: Fix _CORE_semaphore_Flush()Sebastian Huber1-1/+51
2016-04-14Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill9-1/+186
2016-04-14posix: Run key destructors during thread restartSebastian Huber2-13/+100
2016-03-22psxtests/psxobj01: Fix for RTEMS_DEBUGSebastian Huber1-0/+7
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber6-67/+62
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-1/+6
2016-02-22psxtests/psxualarm: Add test casesSebastian Huber1-38/+35
2016-02-22psxtests/psxalarm01: Add adjtime() test caseSebastian Huber1-29/+19
2016-01-26psxtests: Disable POSIX only psxcleanup02Sebastian Huber1-1/+1
2016-01-19psxtests: Fix link-time errorsSebastian Huber6-93/+2
2016-01-08score: Add fatal errors for NULL entry init tasksSebastian Huber1-2/+3
2016-01-05Filesystem: Remove superfluous permission checksSebastian Huber1-5/+0
2016-01-04Remove H8300 portJoel Sherrill1-1/+1
2015-12-15psxtests/psxcleanup02: New testSebastian Huber7-0/+159
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-2/+2
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-3/+3
2015-09-02posix: glibc compatibilitySebastian Huber2-7/+7
2015-09-01psxtests/psxcancel: Check return statusSebastian Huber1-10/+24
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