summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-19testsuites/validation/tc-task-mode.cqual-16Sebastian Huber
2021-03-19validation: semSebastian Huber
2021-03-19timerSebastian Huber
2021-03-19userextSebastian Huber
2021-03-19ratemonSebastian Huber
2021-03-19messageSebastian Huber
2021-03-19membench: Add memory benchmark programsSebastian Huber
2021-03-19validation/ts-performance-0: Print samplesSebastian Huber
2021-03-19Adds four test runner files, all workAndrew Butterfield
2021-03-19Adds model-events-mgr test to model-0 testsuiteAndrew Butterfield
2021-03-19validation/ts-model-0: Add test suiteSebastian Huber
2021-03-19FIXME ISR_LOCK_MEMBER() confuses DoxygenSebastian Huber
2021-03-19cpukit/include/rtems.hSebastian Huber
2021-03-19validation: Add tests for basedefs.hFrank Kühndel
These are validation tests for cpukit/include/rtems/score/basedefs.h. tc-basedefs.c is automatically generated from the new verification item in rtems-central repository file spec/rtems/basedefs/val/basedefs.yml. These tests shall verify the requirements in spec/rtems/basedefs/req/*. The other two files are manually created. They are needed as some of the tests require items being defined in another compilation unit. Note: There are already unit test for basedefs.h in testsuites/sptests/spmisc01/init.c.
2021-03-19validation: Add tests for Partition ManagerSebastian Huber
2021-03-19validation: Add tests for task modesSebastian Huber
2021-03-19validation: Add tests for optionsSebastian Huber
2021-03-19validation: Add tests for attributesSebastian Huber
2021-03-19validation: Add tests for Event ManagerSebastian Huber
2021-03-19validation: Add tests for object identificationSebastian Huber
2021-03-19FIXME add runtime measurement testSebastian Huber
2021-03-19build: Add RTEMS_CLANG_STATIC_ANALYZER optionSebastian Huber
2021-03-19build FIXME install test executablesSebastian Huber
2021-03-19build FIXME No libc.a for pre-qualified onlySebastian Huber
2021-03-19build: FIXME introduce pre-qualified partsSebastian Huber
2021-03-19validation: Add space profile testsuiteSebastian Huber
2021-03-19build FIXME realview_pbx_a9Sebastian Huber
2021-03-19build mallocinitone leon3Sebastian Huber
2021-03-19libc: Optimize malloc() initializationSebastian Huber
Change licence to BSD-2-Clause according to file history.
2021-03-19build wkspaceinitone leon3Sebastian Huber
2021-03-19score: Optimize Workspace Handler initializationSebastian Huber
2021-03-19build wkspace splitSebastian Huber
2021-03-19score: Split wkspace.cSebastian Huber
2021-03-19wkspace.c: Change license to BSD-2-ClauseSebastian Huber
Change licence according to file history. Update #3053.
2021-03-19unit: Add test for misaligned builtin memcpy()Sebastian Huber
2021-03-19testsuites: Add testsuite for unit testsSebastian Huber
2021-03-19rtems: Generate <rtems/rtems/tasks.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/support.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/region.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/ratemon.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/mp.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/message.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/intr.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/dpmem.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/rtems/cache.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/init.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/fatal.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Generate <rtems/extension.h>Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993.
2021-03-19rtems: Relax mode checks in rtems_signal_catch()Sebastian Huber
Check only for invalid modes if a valid handler is presented to rtems_signal_catch(). When NULL is used for the handler, ASR processing is disabled and the mode is not used. Update #4244.
2021-03-19validation: Reduce source code/rodata sizeSebastian Huber