summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber2-25/+2
2021-05-26rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber1-5/+15
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-7/+1
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-3/+4
2021-05-14rtems: Check entry point in rtems_task_start()Sebastian Huber1-0/+4
2021-05-14rtems: Add TOD_Ticks_validationSebastian Huber1-3/+5
2021-05-12rtems: Constify rtems_task_wake_when()Sebastian Huber4-10/+7
2021-05-12rtems: Use rtems_clock_get_ticks_per_second()Sebastian Huber1-2/+2
2021-05-12_TOD_Validate(): Fix incorrect return codeFrank Kühndel4-33/+44
2021-05-11rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber1-1/+6
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-1/+1
2021-05-06rtems: rtems_scheduler_get_processor_set() statusSebastian Huber1-1/+1
2021-05-06rtems: rtems_scheduler_ident_by_processor_set()Sebastian Huber1-0/+4
2021-05-04rtems: Use allocator mutex for timer serverSebastian Huber1-4/+2
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-1/+1
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-28/+0
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-3/+4
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber1-3/+4
2021-04-27Simplify get affinitiy directivesSebastian Huber1-3/+0
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber1-3/+4
2021-04-27rtems: Constify timer fire when directivesSebastian Huber2-2/+2
2021-04-23rtems: Check for NULL config in task constructSebastian Huber1-0/+4
2021-04-23rtems: Check for NULL config in msgq constructSebastian Huber1-0/+4
2021-04-21clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel2-1/+2
2021-04-07score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber4-36/+9
2021-04-07score: Fix internal error status numberSebastian Huber1-0/+22
2021-03-19rtems: Relax mode checks in rtems_signal_catch()Sebastian Huber1-2/+8
2021-03-18rtems: Fix rtems_task_mode()Sebastian Huber1-16/+22
2021-03-16rtems: Improve semaphore create error checksSebastian Huber1-6/+4
2021-03-16rtems: Require RTEMS_PRIORITY for MrsP semaphoresSebastian Huber1-2/+2
2021-03-02rtems: Simplify rtems_signal_catch()Sebastian Huber1-1/+19
2021-03-02rtems: Simplify _Signal_Action_handler()Sebastian Huber1-8/+3
2021-02-26score: Fix thread initializationSebastian Huber1-16/+7
2021-02-24score: Simplify core barrierSebastian Huber1-14/+15
2021-02-24score: Remove _Objects_Open()Sebastian Huber9-35/+16
2021-02-20rtems: Simplify rtems_task_mode()Sebastian Huber1-32/+25
2021-02-20rtems: Avoid potential recursion in ASR handlingSebastian Huber1-7/+91
2021-02-20rtems: Add _Modes_Apply_timeslice_to_thread()Sebastian Huber1-8/+2
2021-02-20rtems: New errors for rtems_signal_catch()Sebastian Huber2-10/+19
2021-02-20rtems: Remove _Modes_Set_interrupt_level()Sebastian Huber1-5/+3
2021-02-20rtems: Simplify signal handlingSebastian Huber3-32/+33
2021-02-20rtems: Move _Signal_Action_handler()Sebastian Huber2-54/+54
2021-02-20rtems: Remove unused ASR_Information::nest_levelSebastian Huber1-2/+0
2021-02-20score: Change thread action lockingSebastian Huber1-2/+4
2021-02-13cputkit/rtems: Remove warningChris Johns1-0/+1
2021-02-10libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns1-2/+10
2021-02-03rtems: Avoid duplicated implemenationSebastian Huber1-2/+7
2021-02-03rtems: Rework object services APISebastian Huber8-98/+72
2021-02-01rtems: Mark value as usedSebastian Huber1-0/+1
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber1-0/+8