summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-12-10score: Optimize _Per_CPU_Get_index()Sebastian Huber1-0/+5
2019-12-09userext: Fix configurationSebastian Huber1-1/+0
2019-12-09userext: Simplify configurationSebastian Huber5-42/+42
2019-12-05libtest: Change expected pass state stringSebastian Huber1-1/+1
2019-12-04libtest: Change expected fail state stringSebastian Huber1-1/+1
2019-11-29Regenerate headers.amSebastian Huber1-0/+1
2019-11-26untar: Properly make parent pathSebastian Huber1-144/+46
2019-11-25untar: Make path also for symbolic linksSebastian Huber1-9/+8
2019-11-25untar: Unify untar supportSebastian Huber3-270/+163
2019-11-25libtest: Output basename of source filesSebastian Huber1-4/+18
2019-11-25linkersets: Revert to zero-length arraysSebastian Huber1-18/+8
2019-11-25Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()Sebastian Huber1-1/+2
2019-11-21imfs: Fix IMFS_make_linearfile()Sebastian Huber2-3/+3
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber6-20/+137
2019-11-19Move feature macro before "config.h" includeSebastian Huber11-20/+29
2019-11-18Synchronize kernel <sys/time.h> with FreeBSDrrs1-0/+17
2019-11-12riscv: preliminarily support for libdlHesham Almatary4-2/+581
2019-11-05heap: Simplify _Heap_Block_allocate()Sebastian Huber1-24/+24