summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-02-04score: Optimize STATUS_BUILD()Sebastian Huber1-3/+5
2020-02-04config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber4-0/+572
2020-02-04Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2-2/+2
2020-02-04sysinit: Add RTEMS_SYSINIT_ORDER_LAST_BUT_[1-9]Sebastian Huber1-12/+21
2020-02-04bsps: Rework work area initializationSebastian Huber8-141/+131
2020-02-04stackchk: Add RTEMS_SYSINIT_ISR_STACKSebastian Huber2-2/+3
2020-02-04bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber1-0/+1
2020-02-04score: Add _Memory_Fill()Sebastian Huber3-1/+59
2020-02-04score: Add Memory HandlerSebastian Huber4-0/+400
2020-02-01score: Optimize per-processor data placementSebastian Huber1-1/+8
2020-01-28libtest: Fix T_check_task_context()Sebastian Huber1-2/+2
2020-01-28record: Fix configurationSebastian Huber1-2/+4
2020-01-24Use EAGAIN for POSIX mq wait in ISR errorMartin Erik Werner1-1/+1
2020-01-17posix_devctl - Add support for SOCKCLOSEJoel Sherrill1-1/+15
2020-01-03cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom1-2/+0
2020-01-03cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom1-2/+0
2020-01-02mpci: Fix blocking proxy statusSebastian Huber3-24/+4
2020-01-02rtems: Fix MPCI initializationSebastian Huber15-132/+77
2020-01-02score: Fix objects node initializationSebastian Huber1-0/+1
2019-12-20libtest: Add T_check_task_context() actionSebastian Huber3-0/+72
2019-12-20libtest: Use test configuration in T_now()Sebastian Huber3-16/+26
2019-12-20libtest: Fix use of T_check_true()Sebastian Huber2-3/+3
2019-12-19config: Improve EDF SMP scheduler configurationSebastian Huber2-5/+8
2019-12-19libmisc/top: Fix the idle time and priorities on SMPChris Johns1-11/+27
2019-12-19config: Fix CONFIGURE_MAXIMUM_POSIX_THREADSSebastian Huber1-1/+1
2019-12-19config: Remove Ada configuration optionsSebastian Huber1-62/+18
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2-4/+9
2019-12-19config: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLESebastian Huber1-30/+28
2019-12-16libcsupport: Update rtems_print printk handler to return the lengthChris Johns1-2/+1
2019-12-13score: Remove _Workspace_Allocate_or_fatal_error()Sebastian Huber3-39/+1
2019-12-13config: Statically allocate MP object controlsSebastian Huber4-21/+16
2019-12-13config: Statically allocate MP thread proxiesSebastian Huber4-11/+34
2019-12-13config: Add _MPCI_ConfigurationSebastian Huber12-109/+97
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber7-16/+30
2019-12-13config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLESebastian Huber1-41/+41
2019-12-13config: Add CONFIGURE_IMFS_ENABLE_MKFIFOSebastian Huber1-5/+11
2019-12-11states*.h: Fix naming inconsistency and formattingJoel Sherrill2-2/+1
2019-12-11Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill10-8/+387
2019-12-11pipe: Use condition variablesSebastian Huber3-71/+21
2019-12-12Support pasring - in a version stringChris Johns1-1/+1
2019-12-11mpci: Simplify MPCI configurationSebastian Huber1-9/+2
2019-12-11rtems: Simplify semaphore configurationSebastian Huber4-31/+36
2019-12-11rtems: Optimize semaphore control blockSebastian Huber9-76/+163
2019-12-11score: Optimize _TLS_Get_size()Sebastian Huber1-4/+9
2019-12-11clock: Simplify driver initializationSebastian Huber2-18/+33
2019-12-11clock: Remove Clock_exit() from APISebastian Huber1-2/+0