summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* psxtests/psx05: Fix timeout calculationSebastian Huber2017-10-091-9/+3
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-0533-130/+194
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-0524-76/+185
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-0513-113/+203
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-059-61/+63
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-058-38/+227
* posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber2017-09-221-0/+38
* psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill2017-09-211-0/+3
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-152-2/+29
* posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2017-09-152-2/+23
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-152-4/+7
* libio: Use FIFO for iop free listSebastian Huber2017-09-152-8/+38
* libio: Add hold/drop iop referenceSebastian Huber2017-09-1512-0/+749
* libio: Do simple parameter checks earlySebastian Huber2017-09-151-3/+9
* fstests/fsimfsgeneric01: Fix test assertSebastian Huber2017-09-141-2/+1
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-121-5/+9
* dosfs: Support a cluster size of 64KiBSebastian Huber2017-09-061-0/+28
* psxconfig01/init.c: Fix printf() format warningsJoel Sherrill2017-08-271-6/+6
* sp25/task1.c: Fix printf() format warningsJoel Sherrill2017-08-271-2/+2
* spstkalloc02/init.c: Fix printf() format warningsJoel Sherrill2017-08-271-6/+6
* Include missing <limits.h>Sebastian Huber2017-08-251-0/+1
* samples/fileio: Give command availability hintSebastian Huber2017-08-241-3/+7
* smptests: Fix format specifierSebastian Huber2017-08-222-3/+3
* psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill2017-07-281-2/+2
* psxmmap01/init.c: Correct printf() format specifierJoel Sherrill2017-07-281-1/+1
* psxtests/psxmmap01: Fix warningSebastian Huber2017-07-281-1/+1
* Fix IO control request typeSebastian Huber2017-07-282-2/+2
* libtests/block08: Fix format warningSebastian Huber2017-07-281-1/+1
* psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill2017-07-271-1/+1
* psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill2017-07-271-1/+1
* sparc: Add lazy floating point switchSebastian Huber2017-07-253-4/+4
* INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber2017-07-2511-2/+248
* tmtests/tmcontext01: Prevent GCC 7.1 optimizationsSebastian Huber2017-07-201-20/+21
* sptests/sptls02: Use standard test IOSebastian Huber2017-07-191-1/+0
* sptests/spcache01: Use standard test IOSebastian Huber2017-07-191-1/+0
* tests: Use floating point taskSebastian Huber2017-07-192-1/+3
* smptests/smpscheduler02: Remove invalid assertSebastian Huber2017-07-191-3/+1
* smptests/smpscheduler01: Use right schedulerSebastian Huber2017-07-191-0/+3
* tests: Use floating point taskSebastian Huber2017-07-195-3/+12
* tests: Use floating point taskSebastian Huber2017-07-1831-0/+58
* tests: Use more integer print functionsSebastian Huber2017-07-181-0/+14
* psxtests: Add a mmap dedicated test caseKevin Kirspel2017-07-1410-0/+553
* rtems: Add rtems_scheduler_ident_by_processor_setSebastian Huber2017-07-112-0/+30
* rtems: Add rtems_scheduler_ident_by_processor()Sebastian Huber2017-07-112-0/+18
* score: Fix set schedulerSebastian Huber2017-07-101-6/+10
* score: Add simple affinity support to EDF SMPSebastian Huber2017-07-1012-2/+614
* smptests/smpstrongapa01: SimplifySebastian Huber2017-07-071-3/+3
* score: Fix default set affinitySebastian Huber2017-07-071-3/+4
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-2/+2
* score: Use processor mask for set affinitySebastian Huber2017-07-072-2/+2