summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Move _Status_Object_name_errors_to_statusSebastian Huber2018-06-052-50/+66
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-084-5/+5
* rtems: Use _Per_CPU_Get_executing()Sebastian Huber2018-02-082-2/+2
* score: Introduce new monotonic clockSebastian Huber2018-02-023-3/+3
* score: Rename _Watchdog_Realtime_from_*()Sebastian Huber2018-02-022-2/+2
* rtems: Fix rtems_task_mode()Sebastian Huber2018-01-191-8/+0
* taskmode.c: Ensure all error checking is done before modifying executingJoel Sherrill2017-12-061-3/+31
* score: Use self-contained API mutexSebastian Huber2017-12-042-2/+1
* score: Simplify global constructionSebastian Huber2017-11-221-20/+4
* Fix comments for object lookup error to RTEMS status mapMartin Erik Werner2017-11-211-3/+3
* score: Check thread resource count in timer serverSebastian Huber2017-11-161-1/+7
* rtems: rtems_clock_get_ticks_per_second()Sebastian Huber2017-10-251-0/+2
* score: Move thread queue timeout handlingSebastian Huber2017-10-244-4/+16
* score: Rename _Watchdog_Ticks_from_*()Sebastian Huber2017-10-242-2/+2
* score: Add _Watchdog_Ticks_per_secondSebastian Huber2017-10-241-4/+1
* score: Add _Thread_Add_timeout_ticks()Sebastian Huber2017-10-242-12/+2
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-172-2/+2
* score: Rename watchdog variantsSebastian Huber2017-10-178-10/+10
* score: Remove CPU_set_ControlSebastian Huber2017-10-113-3/+0
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-104-13/+4
* score: Use struct timespec for TODSebastian Huber2017-10-091-8/+5
* rtems: Fix format warningsSebastian Huber2017-10-061-2/+2
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-1/+0
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-1/+0
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-051-1/+0
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-051-1/+0
* rtems: Add rtems_scheduler_ident_by_processor_setSebastian Huber2017-07-111-0/+60
* rtems: Add rtems_scheduler_ident_by_processor()Sebastian Huber2017-07-111-0/+49
* rtems: Fix warningSebastian Huber2017-07-111-2/+0
* rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2017-07-071-4/+8
* score: Add processor set to scheduler contextSebastian Huber2017-07-073-9/+11
* ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 bit ar...Joel Sherrill2017-04-241-7/+8
* rtems: Fix error return pathSebastian Huber2017-03-281-0/+1
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+1
* rtems: Fix _Rate_monotonic_Renew_deadline()Kuan-Hsun Chen2017-01-301-4/+7
* Remove rtems_rate_monotonic_postponed_job_count()Kuan-Hsun Chen2017-01-262-14/+2
* 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-242-32/+21
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-131-7/+12
* Enhancement of the RMS manager for the overrun handling.Kuan-Hsun Chen2017-01-132-9/+130
* posix: shared memory supportGedare Bloom2017-01-131-0/+1
* rtems: Use header file for rtems_object_get_name()Sebastian Huber2017-01-121-10/+1
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+1
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-113-10/+0
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-8/+2
* Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber2016-12-121-2/+6
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-2/+1
* rtems: Use _Thread_Dispatch_direct()Sebastian Huber2016-12-022-2/+2
* rtems: Fix rtems_scheduler_add_processor()Sebastian Huber2016-12-021-4/+1