summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-12i386/score: fix assembly mnemonicGedare Bloom1-1/+1
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber1-5/+6
2020-08-31score: Add stack free handler to TCBSebastian Huber9-24/+78
2020-08-31score: Move _Stack_Allocator_free to separate fileSebastian Huber3-2/+36
2020-08-31score: Add _Stack_Allocator_do_initialize()Sebastian Huber7-21/+78
2020-08-31score: Use _Freechain_Push()Sebastian Huber2-2/+2
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber9-125/+169
2020-08-31score: Add _Freechain_Push()Sebastian Huber2-4/+18
2020-08-31score: Fix debug assertSebastian Huber1-4/+12
2020-08-31config: Add zero file descriptor data structuresSebastian Huber2-0/+47
2020-08-31config: Provide file descriptors only if necessarySebastian Huber1-9/+15
2020-08-31score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2-3/+2
2020-08-31rtems: Add _RTEMS_Name_to_id()Sebastian Huber16-228/+478
2020-08-31score: Constify objects name to id functionsSebastian Huber4-17/+17
2020-08-21config: Conditionally include headerSebastian Huber1-1/+4
2020-08-21score: Fix set but not used warningSebastian Huber1-1/+1
2020-08-21confdefs: Fix cyclic dependencySebastian Huber2-12/+8
2020-08-20sparc: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2020-08-20dd(1): Use a local swapbytes() function.eadler1-1/+16
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet2-6/+6
2020-08-19ada: Add missing attributesSebastian Huber1-0/+9
2020-08-19rtems: Use unique option valuesSebastian Huber1-1/+1
2020-08-18libtest: Add T_push_plan() and T_pop_plan()Sebastian Huber2-0/+21
2020-08-18libtest: Use a destructorSebastian Huber1-10/+5
2020-08-18libtest: Change T_step() and T_assert_step()Sebastian Huber2-6/+22
2020-08-18libtest: Add fixture stepsSebastian Huber2-28/+58
2020-08-18libtest: Add T_check_steps()Sebastian Huber1-18/+13
2020-08-18libtest: Use line buffer in T_check()Sebastian Huber1-31/+86
2020-08-18libtest: Add T_puts()Sebastian Huber2-0/+26
2020-08-18libtest: Add T_do_is_runner()Sebastian Huber1-30/+34
2020-08-18libtest: Add output buffer drain and fillSebastian Huber1-25/+35
2020-08-18libtest: Change fixture scope methodSebastian Huber2-63/+82
2020-08-17rtems/printer.h Fix build warnings -Wclass-memaccessAschref Ben Thabet1-1/+5
2020-08-11posix: Only check shm_unlink obj_err if necessaryKinsey Moore1-22/+23
2020-08-11libtest: Add T_thread_switch_record()Sebastian Huber3-0/+211
2020-08-10libtest: ConstifySebastian Huber1-1/+1
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns1-4/+22
2020-08-07libtest: Improve T_check_task_contextSebastian Huber1-0/+46
2020-08-07Document application configuration optionsSebastian Huber1-0/+4191
2020-08-06Remove accidentally committed fileSebastian Huber2-3737/+0
2020-08-06libtest: Fix T_interrupt_test() in SMP configsSebastian Huber1-0/+45
2020-08-05dev/sc16is752: Fix declarationSebastian Huber1-1/+1
2020-08-04termios: Make rtems_termios_ttyMutex privateSebastian Huber3-4/+3
2020-08-04score: Use flexible-array member for C99 and laterSebastian Huber1-1/+5
2020-08-04dosfs: Fix memory leak on failed mounts.Christian Mauderer3-0/+13
2020-08-03rtems: Add rtems_interrupt_server_create()Sebastian Huber1-14/+129
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer1-1/+1
2020-07-24malloc: Make deferred free support optionalSebastian Huber3-39/+46
2020-07-24score: Add RTEMS_WEAKSebastian Huber1-0/+12
2020-07-23libtest: Add T_interrupt_test()Sebastian Huber3-0/+472