summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-08libtests/tar01: Remove files of tar01.tar archiveSebastian Huber
Update #3968.
2020-05-07termios: Replace rtems_termios_isig_status_codeSebastian Huber
Merge the rtems_termios_isig_status_code and rtems_termios_iproc_status_code enums into a single rtems_termios_iproc_status_code which is now a part of the API. Simplify rtems_termios_posix_isig_handler() to avoid unreachable code. Close #3800.
2020-05-07libtests/tar0[12]: Add tar archiveSebastian Huber
Do not generate the test tar archive on the host computer since not all file systems support symbolic links. Close #3968.
2020-05-06testsuite: Add expected-fail to beagleboneblackChris Johns
Updates #2962
2020-05-06testsuite: Add expected-fail to xilinx's zedboard, a9_qemu, zc702 and zc706Chris Johns
Updates #2962
2020-05-06testsuite: Add expected-fail to psimChris Johns
Updates #2962
2020-05-06libdl: Add allocator check scriptChris Johns
Use with the trace outout to check for allocation leaks.
2020-05-06testsuite: Add expected-fail to erc32, leon2, and leon3 BSPsChris Johns
Updates #2962
2020-05-06testsuite: Add the BSP architecture to the include pathChris Johns
Updates #2962
2020-05-06score: Update _Copyright_NoticeSebastian Huber
Add the _Copyright_Notice to a special linker set to prevent a garbage collection of this item.
2020-05-06rtems: Deprecate _Copyright_NoticeSebastian Huber
Close #3973.
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber
Update #3973.
2020-05-06rtems: Deprecate <rtems/system.h>Sebastian Huber
Close #3972.
2020-05-06rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTHSebastian Huber
This define is * not documented, * not used in the RTEMS code base, and * longer than sizeof(rtems_name). Close #3971.
2020-05-06rtems: Deprecate use of _RTEMS_versionSebastian Huber
Close #3970.
2020-05-06Use rtems_get_version_string()Sebastian Huber
Update #3970.
2020-05-06libtest/dl09: Test trampolines only when supportedChris Johns
2020-05-05testsuite/dl06: Add a local define to control tracingChris Johns
Closes #3969
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns
- The change from bool to an enum did not trip a compiler warning and only the rel path was changed. The rela path was missed so archs like SPARC failed. Updates #3969
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns
Updates #3969
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns
- The check was for greater than and not equal or greater Updates #3969
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns
Updates #3969
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns
Updates #3969
2020-05-05libdl: Fix comment.Chris Johns
Updates #3969
2020-05-01rtems-bsps: Add markdown supportChris Johns
- Convert to python for better performance
2020-04-29libtests/heapwalk: Fix for RTEMS_DEBUGSebastian Huber
Update #2962.
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
This order change fixes the Latex documentation build via Doxygen.
2020-04-28libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns
This patch is an updated version from: https://lists.rtems.org/pipermail/users/2016-January/029740.html Closes #3693
2020-04-27README: Fix the rtems.git lineChris Johns
Updates #3231
2020-04-20bsps/arm: Fix uninitialized value in generic timerChristian Mauderer
_CPU_Counter_frequency() can be called by the rtems_counter initialization before arm_gt_clock_initialize() initializes the value used in _CPU_Counter_frequency(). Closes #3961.
2020-04-17sapi: Add param check to rtems_extension_create()Sebastian Huber
Check that the extensions table is not NULL. Change format. Update #3953.
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2020-04-16libnetworking: Remove config.h include in headerSebastian Huber
2020-04-15bsp/imx: Add an extra ecspi clock.Christian Mauderer
Some imx chips or boards don't use the same frequency for ECSPI and IPG. Update #3869
2020-04-15libmisc/shell: Fix the handling of joel scripts in telnetChris Johns
- Fix the passing of std[in/out] to child threads - Fix deleting of managed memory in the key destructor - Only set the key in the main loop thread - Only allocate a shell env outside of the main loop - Fix memory leak if the task start fails - Remove error level from shell env, it cannot be returned this way. Add exit_code but the API is broken so it cannot be returned. Closes #3859
2020-04-14config: Fix typoSebastian Huber
Update #3875.
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber
Close #3949.
2020-04-14score: Return status in _TOD_Set()Sebastian Huber
Update #3949.
2020-04-10bsps/riscv: Fix multiple definitionSebastian Huber
2020-04-10bsp/raspberrypi: Fix build warnings.G S Niteesh Babu
1) _Memory_Initialize makes pointer from integer without a cast. 2) printf format error, expects %u but %lu provided.
2020-04-08score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL()Sebastian Huber
Delete unused RTEMS_DECLARE_GLOBAL_SYMBOL(). Update #3799.
2020-04-08config: Fix _ISR_Stack_area_endSebastian Huber
In the previous implementation, the _ISR_Stack_area_begin and _ISR_Stack_area_end symbols were in different sections. If they do not have the same alignment, then the following linker directive could separate them: *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*))) Do not use different sections and instead define _ISR_Stack_area_end directly. Update #3799.
2020-04-08score: Add and use RTEMS_SYMBOL_NAME()Sebastian Huber
Update #3799.
2020-04-07Tests for inttype.h methodsEshan dhawan
2020-04-07lpc23xx_tli800-testsuite.tcfg: Add psxaoi03 and psxsignal07Joel Sherrill
Updates #3938.
2020-04-07mcf52235-testsuite.tcfg: Add sp16Joel Sherrill
Updates #3938.
2020-04-07lpc1768_mbed-testsuite.tcfg: Add psxaoi03 and psxsignal07Joel Sherrill
Updates #3938.
2020-04-07lpc2362-testsuite.tcfg: Add psxaoi03 and psxsignal07Joel Sherrill
Updates #3938.
2020-04-07lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add psxsignal07Joel Sherrill
Updates #3938.
2020-04-07lm4f120-testsuite.tcfg: Add psxsignal07Joel Sherrill
Updates #3938.