summaryrefslogtreecommitdiff
path: root/cpukit/include (follow)
AgeCommit message (Expand)Author
2020-02-25score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber
2020-02-25config: CONFIGURE_INIT_TASK_INITIAL_MODESSebastian Huber
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber
2020-02-25libio: Add POSIX user environment pointer to TCBSebastian Huber
2020-02-25config: Add _SMP_Is_enabledSebastian Huber
2020-02-25config: Add _SMP_Processor_configure_maximumSebastian Huber
2020-02-25config: Add _Workspace_Is_unifiedSebastian Huber
2020-02-25config: Add _Workspace_SizeSebastian Huber
2020-02-25config: Add _Thread_Idle_bodySebastian Huber
2020-02-25config: Add _Thread_Idle_stack_sizeSebastian Huber
2020-02-25config: Add _Watchdog_Ticks_per_timesliceSebastian Huber
2020-02-25config: Add _Watchdog_Microseconds_per_tickSebastian Huber
2020-02-25config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber
2020-02-25config: Bring back RTEMS 4.11 configuration tableSebastian Huber
2020-02-25config: Simplify initialization task configSebastian Huber
2020-02-25config: Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLESebastian Huber
2020-02-17config: Remove unused declaration and definesSebastian Huber
2020-02-17posix: Remove <rtems/posix/ptimer.h>Sebastian Huber
2020-02-17config: Remove unused configuration constantSebastian Huber
2020-02-17Remove rtems_configuration_get_posix_api_configuration()Sebastian Huber
2020-02-17score: Remove unused _Workspace_Allocate_aligned()Sebastian Huber
2020-02-14objectdata.h, objectimpl.h: Change structure member from free to deallocateJoel Sherrill
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber
2020-02-12score: Add _Objects_Allocate_with_extend()Sebastian Huber
2020-02-12score: Add _Objects_Activate_unlimited()Sebastian Huber
2020-02-12score: Add _Freechain_Extend()Sebastian Huber
2020-02-12score: Add _Freechain_Pop()Sebastian Huber
2020-02-12score: Add _Freechain_Is_empty()Sebastian Huber
2020-02-12score: _Objects_Extend_information()Sebastian Huber
2020-02-12score: Inline _Objects_Namespace_remove_u32()Sebastian Huber
2020-02-12score: Split up objects freeSebastian Huber
2020-02-12score: Split up objects allocationSebastian Huber
2020-02-12score: Add _Objects_Free_objects_block()Sebastian Huber
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber
2020-02-12score: Move thread stack allocationSebastian Huber
2020-02-12score: Add _Stack_Extend_size()Sebastian Huber
2020-02-12score: Add Thread_ConfigurationSebastian Huber
2020-02-12score: Split stack allocator configurationSebastian Huber
2020-02-12score: Simplify TLS area allocationSebastian Huber
2020-02-12score: Simplify FP context allocationSebastian Huber
2020-02-12score: Simplify thread stack freeSebastian Huber
2020-02-12score: Simplify thread stack allocationSebastian Huber
2020-02-06config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber
2020-02-06sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber
2020-02-06config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber
2020-02-06config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber
2020-02-06score: Fix linker sets on small data area targetsSebastian Huber
2020-02-04score: Optimize STATUS_BUILD()Sebastian Huber
2020-02-04config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber
2020-02-04sysinit: Add RTEMS_SYSINIT_ORDER_LAST_BUT_[1-9]Sebastian Huber