summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* _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
* rtems: Use _Status_Get()Sebastian Huber2021-01-283-3/+6
* rtems: Fix rtems_object_set_name()Sebastian Huber2020-12-031-2/+3
* rtems: Canonicalize Doxygen @file commentsSebastian Huber2020-12-02151-348/+702
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-0224-24/+24
* rtems: Add <rtems/rtems/clockimpl.h>Sebastian Huber2020-12-025-5/+5
* rtems: Remove empty and unused rtclock.cSebastian Huber2020-11-271-27/+0
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-261-0/+65
* Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULLSebastian Huber2020-11-261-7/+1