summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-10membench: Add memory benchmark programsqual-15Sebastian Huber
2021-03-09validation/ts-performance-0: Print samplesSebastian Huber
2021-03-09Adds four test runner files, all workAndrew Butterfield
2021-03-09Adds model-events-mgr test to model-0 testsuiteAndrew Butterfield
2021-03-09validation/ts-model-0: Add test suiteSebastian Huber
2021-03-09FIXME ISR_LOCK_MEMBER() confuses DoxygenSebastian Huber
2021-03-09cpukit/include/rtems.hSebastian Huber
2021-03-09validation: 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-09validation: Add tests for Partition ManagerSebastian Huber
2021-03-09validation: Add tests for task modesSebastian Huber
2021-03-09validation: Add tests for optionsSebastian Huber
2021-03-09validation: Add tests for attributesSebastian Huber
2021-03-09validation: Add tests for Event ManagerSebastian Huber
2021-03-09validation: Add tests for object identificationSebastian Huber
2021-03-09FIXME add runtime measurement testSebastian Huber
2021-03-09build: Add RTEMS_CLANG_STATIC_ANALYZER optionSebastian Huber
2021-03-09build FIXME install test executablesSebastian Huber
2021-03-09build FIXME No libc.a for pre-qualified onlySebastian Huber
2021-03-09build: FIXME introduce pre-qualified partsSebastian Huber
2021-03-09validation: Add space profile testsuiteSebastian Huber
2021-03-09build FIXME realview_pbx_a9Sebastian Huber
2021-03-09build mallocinitone leon3Sebastian Huber
2021-03-09libc: Optimize malloc() initializationSebastian Huber
Change licence to BSD-2-Clause according to file history.
2021-03-09build wkspaceinitone leon3Sebastian Huber
2021-03-09score: Optimize Workspace Handler initializationSebastian Huber
2021-03-09build wkspace splitSebastian Huber
2021-03-09score: Split wkspace.cSebastian Huber
2021-03-09wkspace.c: Change license to BSD-2-ClauseSebastian Huber
Change licence according to file history. Update #3053.
2021-03-09unit: Add test for misaligned builtin memcpy()Sebastian Huber
2021-03-09testsuites: Add testsuite for unit testsSebastian Huber
2021-03-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09rtems: 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-09basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()Frank Kühndel
2021-03-09build: Fix broken linkSebastian Huber
2021-03-08spec/aarch64: Enable previously disabled testsAlex White
This enables several testsuites that were initially disabled during development.
2021-03-08main_help.c: Unchecked return value from library (CID #1437650)Ryan Long
CID 1437650: Unchecked return value from library in rtems_shell_help(). Closes #4291
2021-03-08pwdgrp.c: Fix Unchecked return value from library (CID #1255518)Ryan Long
CID 1255518: Unchecked return value from library in pwdgrp_init(). Closes #4282
2021-03-08main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long
CID 1063856: Unchecked return value from library in rtems_shell_main_chmod(). Closes #4281
2021-03-08gen_uuid.c: Fix two Unchecked return value from library errorsRyan Long
CID 1049146: Unchecked return value from library in get_clock(). CID 1049147: Unchecked return value from library in get_random_fd(). Closes #4280
2021-03-08main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long
CID 1255318: Unchecked return value in display_line(). Updates #4257