summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()Sebastian Huber1-0/+7
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-02score: Install timecounter according to qualitySebastian Huber1-22/+79
2019-10-02score: Remove strange timecounter init stepSebastian Huber1-6/+6
2019-10-02score: Remove superfluous timecounter membersSebastian Huber1-2/+2
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-10-01psxtests/psxualarm: Fix test failureSebastian Huber1-0/+8
2019-09-24Correct initial POSIX signals maskJoel Sherrill13-0/+513
2019-09-11Add rtems_version_control_key_is_valid()Sebastian Huber1-1/+7
2019-09-10Add psxfenv01 test to psxtestsVaibhav Gupta5-2/+173
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-28score: Add RTEMS_RETURN_ADDRESS()Sebastian Huber1-1/+6
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-30psxtests: Add ndbm test suiteVaibhav Gupta5-0/+379
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-07-22ticker/init.c: Error should say clock set not getJoel Sherrill1-1/+1
2019-06-19psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta5-0/+327
2019-05-20score: Add _SMP_Unicast_action()Sebastian Huber2-43/+151
2019-05-20score: Add _SMP_Synchronize()Sebastian Huber1-3/+4
2019-05-20smpipi01: Use per-CPU jobs for IPI flood testSebastian Huber1-9/+38
2019-05-20smpipi01: Ensure IPI works on all processorsSebastian Huber1-8/+21
2019-05-20smpipi01: Use per-CPU jobs for pending IPI testSebastian Huber1-15/+35
2019-05-20score: Modify _Per_CPU_Perform_jobs()Sebastian Huber1-0/+41
2019-05-20score: Add _Per_CPU_Add_job()Sebastian Huber1-0/+43
2019-05-20score: Simplify _SMP_Multicast_action()Sebastian Huber1-10/+4
2019-05-20score: Add _SMP_Broadcast_action()Sebastian Huber1-8/+32
2019-05-20smptests: Move SMP broadcast action test caseSebastian Huber2-51/+79
2019-05-20smpmulticast01: Use T_TEST_CASE()Sebastian Huber1-22/+27
2019-05-07Makefile.am: Add psxhdrs/termios files to buildJoel Sherrill1-12/+12
2019-05-07psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin12-0/+560
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns4-3/+4
2019-04-12score: More robust _SMP_Multicast_action()Sebastian Huber2-7/+1
2019-04-12score: Improve _SMP_Multicast_action()Sebastian Huber2-73/+127