summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber2020-02-069-22/+109
* config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-061-10/+5
* config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-061-7/+1
* score: Fix linker sets on small data area targetsSebastian Huber2020-02-062-5/+14
* score: Optimize STATUS_BUILD()Sebastian Huber2020-02-041-3/+5
* config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber2020-02-044-0/+572
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-042-2/+2
* sysinit: Add RTEMS_SYSINIT_ORDER_LAST_BUT_[1-9]Sebastian Huber2020-02-041-12/+21
* bsps: Rework work area initializationSebastian Huber2020-02-048-141/+131
* stackchk: Add RTEMS_SYSINIT_ISR_STACKSebastian Huber2020-02-042-2/+3
* bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber2020-02-041-0/+1
* score: Add _Memory_Fill()Sebastian Huber2020-02-043-1/+59
* score: Add Memory HandlerSebastian Huber2020-02-044-0/+400
* score: Optimize per-processor data placementSebastian Huber2020-02-011-1/+8
* libtest: Fix T_check_task_context()Sebastian Huber2020-01-281-2/+2
* record: Fix configurationSebastian Huber2020-01-281-2/+4
* Use EAGAIN for POSIX mq wait in ISR errorMartin Erik Werner2020-01-241-1/+1
* posix_devctl - Add support for SOCKCLOSEJoel Sherrill2020-01-171-1/+15
* cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* mpci: Fix blocking proxy statusSebastian Huber2020-01-023-24/+4
* rtems: Fix MPCI initializationSebastian Huber2020-01-0215-132/+77
* score: Fix objects node initializationSebastian Huber2020-01-021-0/+1
* libtest: Add T_check_task_context() actionSebastian Huber2019-12-203-0/+72
* libtest: Use test configuration in T_now()Sebastian Huber2019-12-203-16/+26
* libtest: Fix use of T_check_true()Sebastian Huber2019-12-202-3/+3
* config: Improve EDF SMP scheduler configurationSebastian Huber2019-12-192-5/+8
* libmisc/top: Fix the idle time and priorities on SMPChris Johns2019-12-191-11/+27
* config: Fix CONFIGURE_MAXIMUM_POSIX_THREADSSebastian Huber2019-12-191-1/+1
* config: Remove Ada configuration optionsSebastian Huber2019-12-191-62/+18
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-192-4/+9
* config: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLESebastian Huber2019-12-191-30/+28
* libcsupport: Update rtems_print printk handler to return the lengthChris Johns2019-12-161-2/+1
* score: Remove _Workspace_Allocate_or_fatal_error()Sebastian Huber2019-12-133-39/+1
* config: Statically allocate MP object controlsSebastian Huber2019-12-134-21/+16
* config: Statically allocate MP thread proxiesSebastian Huber2019-12-134-11/+34
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-1312-109/+97
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-137-16/+30
* config: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLESebastian Huber2019-12-131-41/+41
* config: Add CONFIGURE_IMFS_ENABLE_MKFIFOSebastian Huber2019-12-131-5/+11
* states*.h: Fix naming inconsistency and formattingJoel Sherrill2019-12-112-2/+1
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-1110-8/+387
* pipe: Use condition variablesSebastian Huber2019-12-113-71/+21
* Support pasring - in a version stringChris Johns2019-12-121-1/+1
* mpci: Simplify MPCI configurationSebastian Huber2019-12-111-9/+2
* rtems: Simplify semaphore configurationSebastian Huber2019-12-114-31/+36
* rtems: Optimize semaphore control blockSebastian Huber2019-12-119-76/+163
* score: Optimize _TLS_Get_size()Sebastian Huber2019-12-111-4/+9
* clock: Simplify driver initializationSebastian Huber2019-12-112-18/+33
* clock: Remove Clock_exit() from APISebastian Huber2019-12-111-2/+0