summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber10-58/+82
2020-02-25config: Add _SMP_Is_enabledSebastian Huber4-40/+20
2020-02-25config: Add _SMP_Processor_configure_maximumSebastian Huber3-16/+23
2020-02-25config: Add _Workspace_Is_unifiedSebastian Huber5-14/+48
2020-02-25config: Add _Workspace_SizeSebastian Huber4-7/+71
2020-02-25config: Add _Thread_Idle_bodySebastian Huber6-12/+55
2020-02-25config: Add _Thread_Idle_stack_sizeSebastian Huber5-10/+74
2020-02-25config: Add _Watchdog_Ticks_per_timesliceSebastian Huber5-9/+58
2020-02-25config: Add _Watchdog_Microseconds_per_tickSebastian Huber3-15/+20
2020-02-25config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber7-145/+69
2020-02-25config: Bring back RTEMS 4.11 configuration tableSebastian Huber2-0/+79
2020-02-25rtems: Simplify _RTEMS_tasks_Initialize_user_task()Sebastian Huber1-3/+2
2020-02-25config: Simplify initialization task configSebastian Huber10-142/+148
2020-02-25config: Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLESebastian Huber1-17/+6
2020-02-17config: Remove unused declaration and definesSebastian Huber1-22/+0
2020-02-17posix: Remove <rtems/posix/ptimer.h>Sebastian Huber3-90/+0
2020-02-17monitor: Use proper API for all config constantsSebastian Huber1-7/+4
2020-02-17config: Remove unused configuration constantSebastian Huber2-11/+0
2020-02-17Remove rtems_configuration_get_posix_api_configuration()Sebastian Huber1-3/+0
2020-02-17score: Clean up wkspace.cSebastian Huber1-39/+3
2020-02-17score: Remove unused _Workspace_Allocate_aligned()Sebastian Huber2-16/+0
2020-02-14objectdata.h, objectimpl.h: Change structure member from free to deallocateJoel Sherrill2-3/+3
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber4-10/+84
2020-02-12score: Add _Objects_Allocate_with_extend()Sebastian Huber2-26/+42
2020-02-12score: Add _Objects_Activate_unlimited()Sebastian Huber2-12/+31
2020-02-12score: Add _Freechain_Extend()Sebastian Huber2-8/+43
2020-02-12score: Add _Freechain_Pop()Sebastian Huber1-0/+12
2020-02-12score: Add _Freechain_Is_empty()Sebastian Huber1-0/+12
2020-02-12score: _Objects_Extend_information()Sebastian Huber2-16/+10
2020-02-12score: Inline _Objects_Namespace_remove_u32()Sebastian Huber2-26/+21
2020-02-12score: Split up objects freeSebastian Huber6-53/+146
2020-02-12score: Split up objects allocationSebastian Huber8-95/+289
2020-02-12score: Add _Objects_Free_objects_block()Sebastian Huber2-39/+64
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber6-33/+46
2020-02-12score: Move thread stack allocationSebastian Huber7-54/+83
2020-02-12score: Add _Stack_Extend_size()Sebastian Huber2-10/+30
2020-02-12score: Add Thread_ConfigurationSebastian Huber6-153/+170
2020-02-12score: Split stack allocator configurationSebastian Huber5-81/+139
2020-02-12score: Simplify TLS area allocationSebastian Huber11-88/+161
2020-02-12score: Simplify FP context allocationSebastian Huber6-76/+46
2020-02-12score: Remove _Stack_Ensure_minimum() callSebastian Huber1-2/+1
2020-02-12score: Simplify thread stack freeSebastian Huber6-59/+32
2020-02-12score: Simplify thread stack allocationSebastian Huber5-57/+29
2020-02-12score: Remove superfluous FP types/definesSebastian Huber10-795/+33
2020-02-10termios: Fix input canonical modeSebastian Huber1-50/+33
2020-02-06config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber4-0/+51
2020-02-06sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber9-22/+109
2020-02-06config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber1-10/+5
2020-02-06config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber1-7/+1
2020-02-06score: Fix linker sets on small data area targetsSebastian Huber2-5/+14