summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-26Add system initialization step for target hashSebastian Huber2-1/+10
2021-02-26rtems: Add rtems_get_target_hash()Sebastian Huber1-0/+33
2021-02-26score: Add Hash HandlerSebastian Huber3-0/+245
2021-02-25score: Add _IO_Base64url()Sebastian Huber2-25/+82
2021-02-25libtest: Report build labelSebastian Huber1-0/+1
2021-02-25rtems: Add rtems_get_build_label()Sebastian Huber3-1/+83
2021-02-24config: Adjust stack allocator initializationSebastian Huber3-3/+12
2021-02-24libtest: Add support to seize/surrender objectsSebastian Huber2-0/+59
2021-02-24rtems: Move rtems_task_priority definitionSebastian Huber3-4/+11
2021-02-24score: Remove _CORE_barrier_Do_flush()Sebastian Huber3-55/+6
2021-02-24score: Simplify core barrierSebastian Huber5-106/+59
2021-02-24score: Remove _Objects_Open()Sebastian Huber15-86/+44
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 Huber2-8/+24
2021-02-20rtems: New errors for rtems_signal_catch()Sebastian Huber3-10/+67
2021-02-20rtems: Remove _Modes_Set_interrupt_level()Sebastian Huber2-19/+3
2021-02-20posix: Remove superfluous checkSebastian Huber1-6/+0
2021-02-20rtems: Simplify signal handlingSebastian Huber7-135/+33
2021-02-20rtems: Move _Signal_Action_handler()Sebastian Huber2-54/+54
2021-02-20rtems: Remove unused ASR_Information::nest_levelSebastian Huber2-4/+0
2021-02-20rtems: Remove unused _Modes_Change()Sebastian Huber1-26/+0
2021-02-20rtems: Remove unused _Modes_Mask_changed()Sebastian Huber1-14/+0
2021-02-20score: Add _Thread_Append_post_switch_action()Sebastian Huber1-4/+34
2021-02-20score: Change thread action lockingSebastian Huber4-13/+17
2021-02-19rtems: Generate <rtems/rtems/signal.h>Sebastian Huber2-132/+546
2021-02-19basedefs: Add RTEMS_ALIGNOF()Sebastian Huber1-1/+20
2021-02-18shell.c: Fix Dereference before null check (CID #1467420)Ryan Long1-1/+4
2021-02-17rtems: Generate <rtems/rtems/sem.h>Sebastian Huber1-123/+819
2021-02-17rtems: Generate <rtems/rtems/clock.h>Sebastian Huber1-170/+434
2021-02-17rtems: Generate <rtems/rtems/barrier.h>Sebastian Huber1-81/+287
2021-02-17rtems: Clarify object services documentationSebastian Huber1-6/+6
2021-02-17rtems: Clarify IO manager documentationSebastian Huber1-2/+2
2021-02-17rtems: Clarify partition manager documentationSebastian Huber1-9/+15
2021-02-17rtems: Clarify timer manager documentationSebastian Huber1-52/+184
2021-02-17rtems: Clarify event manager documentationSebastian Huber1-16/+108
2021-02-16score: Fix warning in thread queue opsChris Johns1-3/+3
2021-02-12rtems-debugger-threads.c: Fix three Dereference before null check errorsRyan Long1-3/+11
2021-02-12rtems-debugger-target.c: Fix Dereference before null check (CID #1468682)Ryan Long1-2/+4
2021-02-12consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long1-2/+5
2021-02-12Add macros to assert status and use itRyan Long1-0/+30
2021-02-13cputkit/rtems: Remove warningChris Johns1-0/+1
2021-02-10libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns5-14/+94
2021-02-09basedefs: Add stringification of argument listsSebastian Huber1-8/+8
2021-02-08libtest: Add T_get_thread_timer_state()Sebastian Huber2-1/+39
2021-02-08libcsupport: Have greedy allocations use consume extended memoryChris Johns1-0/+13
2021-02-08libcsupport: Add no_regular_file_mknod as a mount option to the mount tableChris Johns2-5/+9
2021-02-06score: Add barrier thread queue operationsSebastian Huber3-4/+40
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber3-8/+144
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber2-12/+13