summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-262-25/+2
* rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber2021-05-261-5/+15
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-7/+1
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-3/+4
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-141-0/+4
* rtems: Add TOD_Ticks_validationSebastian Huber2021-05-141-3/+5
* rtems: Constify rtems_task_wake_when()Sebastian Huber2021-05-124-10/+7
* rtems: Use rtems_clock_get_ticks_per_second()Sebastian Huber2021-05-121-2/+2
* _TOD_Validate(): Fix incorrect return codeFrank Kühndel2021-05-124-33/+44
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-111-1/+6
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-1/+1
* rtems: rtems_scheduler_get_processor_set() statusSebastian Huber2021-05-061-1/+1
* rtems: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-061-0/+4
* rtems: Use allocator mutex for timer serverSebastian Huber2021-05-041-4/+2
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-021-1/+1
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-28/+0
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-3/+4
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-271-3/+4
* Simplify get affinitiy directivesSebastian Huber2021-04-271-3/+0
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-271-3/+4
* rtems: Constify timer fire when directivesSebastian Huber2021-04-272-2/+2
* rtems: Check for NULL config in task constructSebastian Huber2021-04-231-0/+4
* rtems: Check for NULL config in msgq constructSebastian Huber2021-04-231-0/+4
* clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel2021-04-212-1/+2
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-074-36/+9
* score: Fix internal error status numberSebastian Huber2021-04-071-0/+22
* rtems: Relax mode checks in rtems_signal_catch()Sebastian Huber2021-03-191-2/+8
* rtems: Fix rtems_task_mode()Sebastian Huber2021-03-181-16/+22
* rtems: Improve semaphore create error checksSebastian Huber2021-03-161-6/+4
* rtems: Require RTEMS_PRIORITY for MrsP semaphoresSebastian Huber2021-03-161-2/+2
* rtems: Simplify rtems_signal_catch()Sebastian Huber2021-03-021-1/+19
* rtems: Simplify _Signal_Action_handler()Sebastian Huber2021-03-021-8/+3
* score: Fix thread initializationSebastian Huber2021-02-261-16/+7
* score: Simplify core barrierSebastian Huber2021-02-241-14/+15
* score: Remove _Objects_Open()Sebastian Huber2021-02-249-35/+16
* rtems: Simplify rtems_task_mode()Sebastian Huber2021-02-201-32/+25
* rtems: Avoid potential recursion in ASR handlingSebastian Huber2021-02-201-7/+91
* rtems: Add _Modes_Apply_timeslice_to_thread()Sebastian Huber2021-02-201-8/+2
* rtems: New errors for rtems_signal_catch()Sebastian Huber2021-02-202-10/+19
* rtems: Remove _Modes_Set_interrupt_level()Sebastian Huber2021-02-201-5/+3
* rtems: Simplify signal handlingSebastian Huber2021-02-203-32/+33
* rtems: Move _Signal_Action_handler()Sebastian Huber2021-02-202-54/+54
* rtems: Remove unused ASR_Information::nest_levelSebastian Huber2021-02-201-2/+0
* score: Change thread action lockingSebastian Huber2021-02-201-2/+4
* cputkit/rtems: Remove warningChris Johns2021-02-131-0/+1
* libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns2021-02-101-2/+10
* rtems: Avoid duplicated implemenationSebastian Huber2021-02-031-2/+7
* rtems: Rework object services APISebastian Huber2021-02-038-98/+72
* rtems: Mark value as usedSebastian Huber2021-02-011-0/+1
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-011-0/+8