summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-06Temporarily disable libdl for bfinJoel Sherrill1-1/+4
2015-03-06testsupport: Add cascade option to parallel testAlexander Krutwig1-30/+60
2015-03-05score: Implement fine-grained locking for eventsSebastian Huber3-31/+49
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber1-0/+4
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber3-0/+103
2015-03-05tests: Fix warningsSebastian Huber3-4/+4
2015-03-05tests: Refactor parallel test executionAlexander Krutwig1-147/+140
2015-03-04capture01: Update screen fileJoel Sherrill1-30/+33
2015-03-04Add simple test for scandir() on all file systems testedJoel Sherrill14-0/+255
2015-03-04psxtests/psxclock01: use clock() and CLOCKS_PER_SECGedare Bloom6-1/+95
2015-03-04score: ISR lock C/C++ compatiblity issueSebastian Huber1-2/+2
2015-03-04smptests/smpcapture01: Avoid livelock conditionSebastian Huber2-41/+54
2015-03-04smptests: Do not use Giant directlySebastian Huber2-6/+6
2015-02-26psxtests/psx05: Adjust test caseSebastian Huber1-2/+2
2015-02-26sptests/sp76: Check that the right task executesSebastian Huber1-8/+11
2015-02-23psxtests: add string param to printf. closes #2241Gedare Bloom2-2/+2
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber2-5/+67
2015-02-19sptests: Add missing test extensionSebastian Huber3-0/+6
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber8-207/+321
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-7/+5
2015-02-15IMFS: Implement variable length node namesSebastian Huber1-1/+5
2015-02-14IMFS: Add CONFIGURE_IMFS_DISABLE_READDIRSebastian Huber1-0/+20
2015-02-13IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMODSebastian Huber1-1/+1
2015-02-13IMFS: Add CONFIGURE_IMFS_DISABLE_MKNOD_FILESebastian Huber1-4/+4
2015-02-13IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEMSebastian Huber7-3/+203
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 Huber21-19/+316
2015-02-12IMFS: Add root directory to FS infoSebastian Huber1-0/+7
2015-02-12IMFS: Introduce IMFS_mknod_controlSebastian Huber1-2/+0
2015-02-11smpcapture02: Add test of functionality to add custom entries to capture traceDaniel Cederman6-0/+478
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber6-8/+0
2015-02-09fstests/fsrename: Avoid double initializationSebastian Huber1-7/+5
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber6-70/+1
2015-01-27IMFS: Replace node union with individual structSebastian Huber8-161/+27
2015-01-23psx07: Add missing parameter to printf() callJoel Sherrill1-1/+1
2015-01-23psxtests/psx07: Fix printf() statementSebastian Huber1-1/+1
2015-01-22Filesystem: Delete node type operationSebastian Huber1-7/+14
2015-01-20libnetworking: Fix close of active socketsSebastian Huber2-9/+187
2015-01-20Fixed dl01 and dl02 makefilesMarcos Diaz2-2/+2
2015-01-14smptests/smpmrsp01: Fix task delete race conditionSebastian Huber1-2/+3
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-2/+1
2015-01-09libtests/crypt01: Increase stack sizeSebastian Huber1-0/+2
2015-01-09smptests/smpwakeafter01: Fix task countSebastian Huber1-1/+1
2015-01-09smptests/smpmrsp01: Update run indicator only onceSebastian Huber1-1/+3
2014-12-18smp: Fix timeout for MrsP semaphoresSebastian Huber2-32/+93
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber86-134/+0
2014-12-15Enable WebSocket support in the Mongoose HTTP serverNick Withers3-13/+204
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber1-15/+29