summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-177-6/+81
* rtems: Add RTEMS_ALIGN_UP()Sebastian Huber2020-09-171-0/+15
* rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber2020-09-171-0/+15
* libtest: Fix T_thread_switch_record()Sebastian Huber2020-09-171-0/+1
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-171-0/+16
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* score: Fix _Thread_Initialize()Sebastian Huber2020-09-111-5/+6
* score: Add stack free handler to TCBSebastian Huber2020-08-319-24/+78
* score: Move _Stack_Allocator_free to separate fileSebastian Huber2020-08-313-2/+36
* score: Add _Stack_Allocator_do_initialize()Sebastian Huber2020-08-317-21/+78
* score: Use _Freechain_Push()Sebastian Huber2020-08-312-2/+2
* score: Add <rtems/score/freechainimpl.h>Sebastian Huber2020-08-319-125/+169
* score: Add _Freechain_Push()Sebastian Huber2020-08-312-4/+18
* score: Fix debug assertSebastian Huber2020-08-311-4/+12
* config: Add zero file descriptor data structuresSebastian Huber2020-08-312-0/+47
* config: Provide file descriptors only if necessarySebastian Huber2020-08-311-9/+15
* score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2020-08-312-3/+2
* rtems: Add _RTEMS_Name_to_id()Sebastian Huber2020-08-3116-228/+478
* score: Constify objects name to id functionsSebastian Huber2020-08-314-17/+17
* config: Conditionally include headerSebastian Huber2020-08-211-1/+4
* score: Fix set but not used warningSebastian Huber2020-08-211-1/+1
* confdefs: Fix cyclic dependencySebastian Huber2020-08-212-12/+8
* sparc: Use RTEMS_XCONCAT()Sebastian Huber2020-08-201-4/+2
* dd(1): Use a local swapbytes() function.eadler2020-08-201-1/+16
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-202-6/+6
* ada: Add missing attributesSebastian Huber2020-08-191-0/+9
* rtems: Use unique option valuesSebastian Huber2020-08-191-1/+1
* libtest: Add T_push_plan() and T_pop_plan()Sebastian Huber2020-08-182-0/+21
* libtest: Use a destructorSebastian Huber2020-08-181-10/+5
* libtest: Change T_step() and T_assert_step()Sebastian Huber2020-08-182-6/+22
* libtest: Add fixture stepsSebastian Huber2020-08-182-28/+58
* libtest: Add T_check_steps()Sebastian Huber2020-08-181-18/+13
* libtest: Use line buffer in T_check()Sebastian Huber2020-08-181-31/+86
* libtest: Add T_puts()Sebastian Huber2020-08-182-0/+26
* libtest: Add T_do_is_runner()Sebastian Huber2020-08-181-30/+34
* libtest: Add output buffer drain and fillSebastian Huber2020-08-181-25/+35
* libtest: Change fixture scope methodSebastian Huber2020-08-182-63/+82
* rtems/printer.h Fix build warnings -Wclass-memaccessAschref Ben Thabet2020-08-171-1/+5
* posix: Only check shm_unlink obj_err if necessaryKinsey Moore2020-08-111-22/+23
* libtest: Add T_thread_switch_record()Sebastian Huber2020-08-113-0/+211
* libtest: ConstifySebastian Huber2020-08-101-1/+1
* shell: Only clear std handles when the shell task exitsChris Johns2020-08-081-4/+22
* libtest: Improve T_check_task_contextSebastian Huber2020-08-071-0/+46
* Document application configuration optionsSebastian Huber2020-08-071-0/+4191
* Remove accidentally committed fileSebastian Huber2020-08-062-3737/+0
* libtest: Fix T_interrupt_test() in SMP configsSebastian Huber2020-08-061-0/+45
* dev/sc16is752: Fix declarationSebastian Huber2020-08-051-1/+1
* termios: Make rtems_termios_ttyMutex privateSebastian Huber2020-08-043-4/+3
* score: Use flexible-array member for C99 and laterSebastian Huber2020-08-041-1/+5
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-043-0/+13