summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2020-09-17rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber
2020-09-17libtest: Fix T_thread_switch_record()Sebastian Huber
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber
2020-09-12i386/score: fix assembly mnemonicGedare Bloom
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber
2020-08-31score: Add stack free handler to TCBSebastian Huber
2020-08-31score: Move _Stack_Allocator_free to separate fileSebastian Huber
2020-08-31score: Add _Stack_Allocator_do_initialize()Sebastian Huber
2020-08-31score: Use _Freechain_Push()Sebastian Huber
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber
2020-08-31score: Add _Freechain_Push()Sebastian Huber
2020-08-31score: Fix debug assertSebastian Huber
2020-08-31config: Add zero file descriptor data structuresSebastian Huber
2020-08-31config: Provide file descriptors only if necessarySebastian Huber
2020-08-31score: Optimize _Objects_Name_to_id_u32()Sebastian Huber
2020-08-31rtems: Add _RTEMS_Name_to_id()Sebastian Huber
2020-08-31score: Constify objects name to id functionsSebastian Huber
2020-08-21config: Conditionally include headerSebastian Huber
2020-08-21score: Fix set but not used warningSebastian Huber
2020-08-21confdefs: Fix cyclic dependencySebastian Huber
2020-08-20sparc: Use RTEMS_XCONCAT()Sebastian Huber
2020-08-20dd(1): Use a local swapbytes() function.eadler
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet
2020-08-19ada: Add missing attributesSebastian Huber
2020-08-19rtems: Use unique option valuesSebastian Huber
2020-08-18libtest: Add T_push_plan() and T_pop_plan()Sebastian Huber
2020-08-18libtest: Use a destructorSebastian Huber
2020-08-18libtest: Change T_step() and T_assert_step()Sebastian Huber
2020-08-18libtest: Add fixture stepsSebastian Huber
2020-08-18libtest: Add T_check_steps()Sebastian Huber
2020-08-18libtest: Use line buffer in T_check()Sebastian Huber
2020-08-18libtest: Add T_puts()Sebastian Huber
2020-08-18libtest: Add T_do_is_runner()Sebastian Huber
2020-08-18libtest: Add output buffer drain and fillSebastian Huber
2020-08-18libtest: Change fixture scope methodSebastian Huber
2020-08-17rtems/printer.h Fix build warnings -Wclass-memaccessAschref Ben Thabet
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore
2020-08-11libtest: Add T_thread_switch_record()Sebastian Huber
2020-08-10libtest: ConstifySebastian Huber
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns
2020-08-07libtest: Improve T_check_task_contextSebastian Huber
2020-08-07Document application configuration optionsSebastian Huber
2020-08-06Remove accidentally committed fileSebastian Huber
2020-08-06libtest: Fix T_interrupt_test() in SMP configsSebastian Huber
2020-08-05dev/sc16is752: Fix declarationSebastian Huber
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber
2020-08-04score: Use flexible-array member for C99 and laterSebastian Huber
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer
2020-08-03rtems: Add rtems_interrupt_server_create()Sebastian Huber
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer