summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-15Remove BSP_SMALL_MEMORY BSP optionSebastian Huber2-8/+0
2019-11-12testsuite/dl02: Fix bug to correctly check the handle of the second object fileHesham Almatary1-1/+1
2019-11-12riscv: preliminarily support for libdlHesham Almatary1-1/+1
2019-11-12sptests: Avoid include path magicSebastian Huber2-5/+11
2019-11-12tests: Simplify fatal error test supportSebastian Huber1-1/+1
2019-11-12block08: Use local includeSebastian Huber14-14/+14
2019-11-12libtests: Remove superfluous include pathSebastian Huber1-2/+1
2019-11-12libtests: Avoid build system defined definesSebastian Huber20-609/+621
2019-10-11ttest01: Check init/final run outputSebastian Huber1-0/+85
2019-10-11ttest01: Add test outputs all test casesMikail Yayla15-0/+2880
2019-10-11ttest01: Add more test casesSebastian Huber17-3/+4237
2019-10-11libtest: Do all output in test runnerSebastian Huber1-0/+4
2019-10-11ttest01: Adjust SPDX-License-IdentifierSebastian Huber1-2/+7
2019-10-08termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill7-1/+288
2019-10-04termios04/init.c: Remove dead copy of change_iflag()Joel Sherrill1-17/+0
2019-10-02Revert "record: Add wrappers for malloc() functions"Sebastian Huber3-492/+230
2019-10-02libtests/ttest01: Fix typosSebastian Huber1-3/+3
2019-10-01record: Add wrappers for malloc() functionsSebastian Huber3-230/+492
2019-10-01libtests/record01: Fix test failureSebastian Huber1-2/+45
2019-08-30record: Add system eventsSebastian Huber1-0/+22
2019-08-30record: Add system eventsSebastian Huber1-2/+3
2019-08-29record: Add more system eventsSebastian Huber2-75/+262
2019-08-28record: Add variants for critical sectionsSebastian Huber1-2/+5
2019-08-28record: Introduce <rtems/recordserver.h>Sebastian Huber1-0/+1
2019-08-28record: Use BSS section instead of per-CPU dataSebastian Huber1-1/+3
2019-08-17record: Pass bintime to client handlersSebastian Huber1-3/+11
2019-08-17record: Improve overflow handlingSebastian Huber2-72/+75
2019-08-06record: Change thread name encodingSebastian Huber1-4/+4
2019-07-30record: Add support for thread namesSebastian Huber1-0/+32
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns1-1/+0
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns4-3/+4
2019-03-27ttest01: New testSebastian Huber7-0/+347
2019-03-22libdl: Add an archive commandChris Johns18-0/+771
2019-03-12record: Rename internal per-CPU eventsSebastian Huber1-11/+11
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns28-177/+519
2019-02-09libdl: Add support for large memory programsChris Johns4-9/+21
2019-02-09libdl: Add support for trampolinesChris Johns19-20/+1163
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-1/+1
2019-02-09libtest/dl08: Add a test for archives.Chris Johns19-1/+1010
2019-02-09libtests/dl02: Update the rtl-shell path. More verbose test.Chris Johns1-9/+12
2019-02-09libtests/dl02: Update the rtl-shell path.Chris Johns1-0/+1
2019-01-30build: Do not install test programsSebastian Huber1-2/+1
2019-01-30record: Add enum value for each eventSebastian Huber2-10/+7
2019-01-29Add low level event recording supportSebastian Huber8-0/+982
2019-01-14build: Add missing $(LDADD) for dependenciesSebastian Huber1-6/+6
2019-01-09libtests/stackchk: Fix for 64-bit targetsSebastian Huber1-22/+11
2019-01-08build: Call rtems-ld with the $(CC) of the buildSebastian Huber1-2/+3
2019-01-08build: Call rtems-syms with the $(CC) of the buildSebastian Huber1-6/+6
2018-11-26score: Introduce <rtems/score/heapinfo.h>Sebastian Huber1-0/+1
2018-11-22libdl: Add object file dependencies to track referencesChris Johns17-2/+1234