summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-132-6/+6
* sptests: EDF scheduler overrun handlingKuan-Hsun Chen2017-01-138-1/+316
* sptests: rate monotonic scheduler overrun handlingKuan-Hsun Chen2017-01-138-0/+349
* posix: shared memory supportGedare Bloom2017-01-1311-2/+314
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-1312-0/+322
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-132-5/+0
* configure: Remove HAVE_THREADS_H supportSebastian Huber2017-01-132-5/+0
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-136-0/+134
* Add rtems_assoc_32_to_string()Sebastian Huber2017-01-121-0/+61
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-119-47/+0
* Add support for posix_devctl()Joel Sherrill2017-01-119-0/+225
* JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber2016-12-201-1/+5
* JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2016-12-201-0/+57
* JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2016-12-206-0/+299
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-1410-1200/+1465
* Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber2016-12-122-3/+3
* Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber2016-12-122-3/+3
* Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber2016-12-121-1/+1
* INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber2016-12-122-3/+3
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-122-3/+3
* Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber2016-12-122-3/+3
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-1223-47/+51
* score: Remove fatal is internal indicatorSebastian Huber2016-12-0932-58/+12
* cdtest: Print proper begin/end of test messagesSebastian Huber2016-12-092-28/+56
* cdtest: Add std::runtime_error() test caseChris Johns2016-12-091-15/+26
* sptimecounter02: Add plot scriptSebastian Huber2016-12-081-0/+42
* sptimecounter02: Update screen fileSebastian Huber2016-12-081-32/+986
* smplock01: Fix plot scriptsSebastian Huber2016-12-072-2/+4
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-078-98/+131
* score: Simplify linker set APISebastian Huber2016-12-061-20/+104
* smplock01: Fix fairness plot scriptSebastian Huber2016-12-051-1/+1
* smpthreadlife01: Fix due to robust thread dispatchSebastian Huber2016-12-021-13/+19
* score: Initialize thread queue context earlySebastian Huber2016-12-022-1/+3
* cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns2016-11-298-0/+654
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+1
* smptests/smpfatal03: Use timer to provoke errorSebastian Huber2016-11-231-31/+21
* score: Uncomment unused internal error codesSebastian Huber2016-11-231-2/+4
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-2312-434/+67
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-1/+1
* score: Robust thread dispatchSebastian Huber2016-11-237-1/+106
* smptests/smplock01: Test TAS and TTAS locksSebastian Huber2016-11-234-1560/+2508
* libtests/cpuuse: Check status onlySebastian Huber2016-11-231-2/+2
* smptests/smpscheduler02: Fix task initializationSebastian Huber2016-11-231-2/+2
* psxtests/psxkey08: Avoid rtems_semaphore_flush()Sebastian Huber2016-11-232-48/+42
* score: Add _ISR_Is_enabled()Sebastian Huber2016-11-181-0/+2
* score: Restrict task interrupt level to 0 on SMPSebastian Huber2016-11-181-1/+17
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-187-1/+80
* sptests/sp37: Better cope with internal paddingSebastian Huber2016-11-181-25/+40
* powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-102-2560/+2560
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-108-0/+495