summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* confdefs.h: SimplifySebastian Huber2017-02-031-3/+1
* confdefs.h: Only define _CONFIGURE_SMP_APPLICATION if RTEMS_SMP definedKevin Kirspel2017-02-021-0/+2
* rtems: Fix RTEMS_NO_TIMEOUT defineSebastian Huber2017-02-021-1/+1
* Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2017-02-023-30/+18
* rtems: Fix RTEMS_MAXIMUM_PRIORITY defineSebastian Huber2017-02-011-1/+1
* monitor: Add support for BSD wakeup messagesSebastian Huber2017-01-311-3/+17
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-3124-80/+151
* score: Fix _Thread_Initialize()Sebastian Huber2017-01-312-2/+5
* score: Fix unused parameter warningSebastian Huber2017-01-301-0/+2
* Complete STACK_CHECKER_EXTENSION. Fixes #2889Stavros Passas2017-01-301-0/+1
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-301-1/+45
* rtems: Fix _Rate_monotonic_Renew_deadline()Kuan-Hsun Chen2017-01-301-4/+7
* score: Clarify _Heap_Extend()Sebastian Huber2017-01-271-5/+6
* score: Fix typoSebastian Huber2017-01-271-1/+1
* score: Fix user extensions orderSebastian Huber2017-01-263-15/+26
* sapi: Add rtems_task_terminate_extensionSebastian Huber2017-01-261-0/+1
* Remove rtems_rate_monotonic_postponed_job_count()Kuan-Hsun Chen2017-01-263-34/+6
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-2618-288/+14
* posix: Fix use of uninitialized variableSebastian Huber2017-01-251-0/+2
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+6
* rtems: rtems_rate_monotonic_postponed_job_count()Sebastian Huber2017-01-241-12/+7
* rtems: Fix _Rate_monotonic_Release_postponed_job()Sebastian Huber2017-01-241-5/+3
* rtems: Fix _Rate_monotonic_Renew_deadline()Sebastian Huber2017-01-243-44/+21
* sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber2017-01-241-12/+3
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
* Use <sys/endian.h>Sebastian Huber2017-01-243-28/+12
* Provide <endian.h> for glibc compatibilitySebastian Huber2017-01-243-0/+6
* nfsclient: Fix suspicious conditionSebastian Huber2017-01-231-1/+2
* sys/endian.h: Document FreeBSD originSebastian Huber2017-01-231-1/+1
* JFFS2: Fix typoSebastian Huber2017-01-191-1/+1
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-132-9/+14
* Enhancement of the RMS manager for the overrun handling.Kuan-Hsun Chen2017-01-134-9/+176
* posix: shared memory supportGedare Bloom2017-01-1314-8/+882
* posix: fix typo in mmap argumentsGedare Bloom2017-01-131-2/+2
* posix: add stub implementations for mman functionsGedare Bloom2017-01-139-0/+222
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-134-195/+1
* configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_*Sebastian Huber2017-01-131-6/+0
* configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__Sebastian Huber2017-01-132-17/+0
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-137-25/+0
* configure: Remove envlock supportSebastian Huber2017-01-133-124/+1
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-136-65/+2
* configure: Remove HAVE_THREADS_H supportSebastian Huber2017-01-132-6/+1
* configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber2017-01-134-170/+1
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-133-0/+84
* score: Add _Thread_Set_name()Sebastian Huber2017-01-135-0/+53
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-137-37/+82
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-137-21/+46
* score: Add and use _Objects_Name_to_string()Sebastian Huber2017-01-132-27/+79
* configure: Add RTEMS_TOOL_CHAIN_ERRORSebastian Huber2017-01-131-14/+13
* cpuuse: Call printer only onceSebastian Huber2017-01-121-14/+7