summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber9-61/+63
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber8-38/+227
2017-09-22posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber1-0/+38
2017-09-21psxrdwrv/test.c: Clear iovec to ensure consistent resultsJoel Sherrill1-0/+3
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2-2/+29
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2-2/+23
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2-4/+7
2017-09-15libio: Use FIFO for iop free listSebastian Huber2-8/+38
2017-09-15libio: Add hold/drop iop referenceSebastian Huber12-0/+749
2017-09-15libio: Do simple parameter checks earlySebastian Huber1-3/+9
2017-09-14fstests/fsimfsgeneric01: Fix test assertSebastian Huber1-2/+1
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber1-5/+9
2017-09-06dosfs: Support a cluster size of 64KiBSebastian Huber1-0/+28
2017-08-27psxconfig01/init.c: Fix printf() format warningsJoel Sherrill1-6/+6
2017-08-27sp25/task1.c: Fix printf() format warningsJoel Sherrill1-2/+2
2017-08-27spstkalloc02/init.c: Fix printf() format warningsJoel Sherrill1-6/+6
2017-08-25Include missing <limits.h>Sebastian Huber1-0/+1
2017-08-24samples/fileio: Give command availability hintSebastian Huber1-3/+7
2017-08-22smptests: Fix format specifierSebastian Huber2-3/+3
2017-07-28psximfs02/init.c: Increase size of buffer to avoid overwriteJoel Sherrill1-2/+2
2017-07-28psxmmap01/init.c: Correct printf() format specifierJoel Sherrill1-1/+1
2017-07-28psxtests/psxmmap01: Fix warningSebastian Huber1-1/+1
2017-07-28Fix IO control request typeSebastian Huber2-2/+2
2017-07-28libtests/block08: Fix format warningSebastian Huber1-1/+1
2017-07-27psxmmap01/test_helper.c: Use correct printf format for size_tJoel Sherrill1-1/+1
2017-07-27psxmmap01/test_driver.c: Fix mmap_h handler type mismatchJoel Sherrill1-1/+1
2017-07-25sparc: Add lazy floating point switchSebastian Huber3-4/+4
2017-07-25INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber11-2/+248
2017-07-20tmtests/tmcontext01: Prevent GCC 7.1 optimizationsSebastian Huber1-20/+21
2017-07-19sptests/sptls02: Use standard test IOSebastian Huber1-1/+0
2017-07-19sptests/spcache01: Use standard test IOSebastian Huber1-1/+0
2017-07-19tests: Use floating point taskSebastian Huber2-1/+3
2017-07-19smptests/smpscheduler02: Remove invalid assertSebastian Huber1-3/+1
2017-07-19smptests/smpscheduler01: Use right schedulerSebastian Huber1-0/+3
2017-07-19tests: Use floating point taskSebastian Huber5-3/+12
2017-07-18tests: Use floating point taskSebastian Huber31-0/+58
2017-07-18tests: Use more integer print functionsSebastian Huber1-0/+14
2017-07-14psxtests: Add a mmap dedicated test caseKevin Kirspel10-0/+553
2017-07-11rtems: Add rtems_scheduler_ident_by_processor_setSebastian Huber2-0/+30
2017-07-11rtems: Add rtems_scheduler_ident_by_processor()Sebastian Huber2-0/+18
2017-07-10score: Fix set schedulerSebastian Huber1-6/+10
2017-07-10score: Add simple affinity support to EDF SMPSebastian Huber12-2/+614
2017-07-07smptests/smpstrongapa01: SimplifySebastian Huber1-3/+3
2017-07-07score: Fix default set affinitySebastian Huber1-3/+4
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-2/+2
2017-07-07score: Use processor mask for set affinitySebastian Huber2-2/+2
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber3-7/+16
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber1-2/+2
2017-06-30newlib01: Use fopen() instead of freopen()Sebastian Huber1-3/+11
2017-06-29smptests/smpschededf01: New testSebastian Huber6-0/+215