summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* tm08: Do not use RTEMS_INTERRUPT_MASK for no reschedule caseJoel Sherrill2017-12-081-7/+10
* sp08: Disable RTEMS_INTERRUPT_MASK testing when SMP enabledJoel Sherrill2017-12-081-2/+2
* dosfs: Allow creating a file with similar name.Christian Mauderer2017-12-071-0/+25
* smpunsupported01: Add missing error check for rtems_task_modeJoel Sherrill2017-12-062-1/+13
* sptests/sp51: Delete semaphore after useSebastian Huber2017-12-061-0/+3
* libio: Use API mutexSebastian Huber2017-12-061-2/+2
* dosfs: Fix files with same name as volume name.Christian Mauderer2017-12-051-1/+44
* ada: Check C and POSIX typesSebastian Huber2017-12-044-3/+187
* score: Use self-contained API mutexSebastian Huber2017-12-043-11/+8
* ada/sp09: Fix timer server test caseSebastian Huber2017-12-041-1/+1
* ada/sp09: Fix region test casesSebastian Huber2017-12-042-16/+17
* ada: Fix work_space_size() test supportSebastian Huber2017-12-041-1/+2
* ada/tm04: Account for task delete behaviour changeSebastian Huber2017-12-041-0/+9
* ada/sp19: Add missing FP attributeSebastian Huber2017-12-021-2/+2
* ada/sp07: Fix uninitialized variableSebastian Huber2017-12-011-0/+2
* ada: Fix user extension supportSebastian Huber2017-12-011-2/+2
* ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-12-011-0/+2
* ada/tm20: Account for optional heap protectionSebastian Huber2017-12-011-3/+3
* ada/spname01: Fix several issuesSebastian Huber2017-12-013-9/+9
* ada: Add standard test begin/end messageSebastian Huber2017-12-01144-144/+324
* ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber2017-12-0124-48/+0
* block06/init.c: Fix printf() format warningJoel Sherrill2017-11-291-5/+4
* Remove coverhd.hSebastian Huber2017-11-2480-166/+113
* libtests/malloctest: Fix 64-bit targetsSebastian Huber2017-11-241-4/+6
* libtests/stringto01: Fix 64-bit targetsSebastian Huber2017-11-241-2/+2
* sptests/splinkersets01: Fix 64-bit targetsSebastian Huber2017-11-241-4/+16
* ada/sp04: Fix clock getSebastian Huber2017-11-241-1/+1
* tests: Use exponential backoff in locked_vprintf()Sebastian Huber2017-11-221-3/+19
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-221-10/+5
* INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber2017-11-221-1/+1
* score: Simplify global constructionSebastian Huber2017-11-227-3/+128
* score: Optimize scheduler priority updatesSebastian Huber2017-11-202-6/+11
* getentropy: Add test.Christian Mauderer2017-11-176-0/+142
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-1/+1
* sptests/spversion01: Simplify configurationSebastian Huber2017-11-171-9/+2
* psx05: Remove CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-11-161-2/+0
* score: Fix priority ceiling updatesSebastian Huber2017-11-161-2/+56
* score: Fix _Thread_queue_Flush_critical()Sebastian Huber2017-11-161-33/+70
* rtems: rtems_semaphore_flush() with prio inheritSebastian Huber2017-11-161-11/+47
* dl01, dl02, dl05: Fix unresolved printf symbolSebastian Huber2017-11-154-11/+18
* Change RTEMS_API from 5.0 to 5Sebastian Huber2017-11-131-1/+1
* tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns2017-11-118-52/+6
* tests: Use rtems_test_begin and rtems_test_end.Chris Johns2017-11-113-47/+6
* cpukit: Add a Version API.Chris Johns2017-11-106-0/+125
* pppd/Makefile.am: Add support/includeJoel Sherrill2017-11-091-0/+2
* Upgrade to 5.0.0Sebastian Huber2017-11-091-2/+2
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-6/+62
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-091-12/+14
* sptests/spconsole01: New testSebastian Huber2017-11-086-0/+932
* termios: Fix canonical modeSebastian Huber2017-11-071-20/+77