summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Expand)AuthorAgeFilesLines
* testsuites: Move include for C++ compatibilitySebastian Huber2014-10-231-3/+2
* Revert "fstests/mdosfs_fstime: Remove test"Sebastian Huber2014-10-233-0/+35
* testsuites: Avoid clock driverSebastian Huber2014-10-143-3/+3
* nsecs/init.c: Use long to avoid overflow on 16-bit targetsJoel Sherrill2014-10-131-2/+3
* score: Rework global constructionSebastian Huber2014-10-1317-2/+310
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-092-35/+5
* samples/base_sp: Fix printf() warningJoel Sherrill2014-10-091-2/+3
* samples/unlimited: Fix printf() warning and clean upJoel Sherrill2014-10-095-24/+33
* IMFS: Avoid NULL pointer accessSebastian Huber2014-10-081-0/+11
* posix: Add auto initializaton for rwlockSebastian Huber2014-10-081-0/+37
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-071-19/+33
* termios: Separate flow control from normal handlerSebastian Huber2014-10-071-7/+42
* pppd: Fix warningsSebastian Huber2014-09-301-3/+1
* sptests/spintrcritical22: New testSebastian Huber2014-09-196-0/+176
* smptests/smpload01: Report profiling only onceSebastian Huber2014-09-172-184/+0
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-1650-52/+50
* sptests/sp07: Minimize thread dispatch latencySebastian Huber2014-09-1611-157/+71
* smptests/smpcache01: Remove invalidation of data cache lines from testDaniel Cederman2014-09-163-33/+33
* sptests/spintrcritical_support: Optimize busy loopSebastian Huber2014-09-121-3/+4
* sptests/spintrcritical10: Avoid undefined memorySebastian Huber2014-09-121-0/+3
* tmtests/tmcontext01: Improve cache dirty functionSebastian Huber2014-09-111-14/+24
* sptests/spfatal07: Fix end of test messageSebastian Huber2014-09-101-1/+1
* sptests/sp39: Convert to sptests/spintrcritical21Sebastian Huber2014-09-108-105/+83
* psxtests/psxonce01: Use test extensionSebastian Huber2014-09-101-0/+2
* tests: Rework interrupt critical testsSebastian Huber2014-09-1014-290/+504
* Add -std=gnu++11 to CXXFLAGS if SMP is enabledSebastian Huber2014-09-081-1/+6
* tmtests/tmcontext01: Improve cache dirty functionSebastian Huber2014-09-081-4/+7
* sptests/spcontext01: Fix warningSebastian Huber2014-09-081-1/+1
* tmtests/tmcontext01: Plot a legendSebastian Huber2014-09-051-6/+20
* spcpuset01: Use %zd for size_t to eliminate warningJoel Sherrill2014-09-042-6/+6
* Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ...Joel Sherrill2014-09-0411-26/+27
* spfreechain01/init.c: Use %zd for size_t to eliminate warningJoel Sherrill2014-09-041-2/+2
* sp19: Eliminate warningsJoel Sherrill2014-09-042-39/+16
* raspberrypi: Use shared bspreset.cJoel Sherrill2014-09-041-33/+32
* samples/iostream: Produce proper begin/end messageSebastian Huber2014-09-012-4/+4
* smptests/smplock01: Update screen fileSebastian Huber2014-09-011-1/+1
* libtests/capture01: Fix test nameSebastian Huber2014-09-011-1/+1
* libtests/capture01: Force error if SMP enabledSebastian Huber2014-09-011-0/+5
* tests: Add documentationSebastian Huber2014-09-0112-17/+97
* smptests/smpfatal08: Fix link errorSebastian Huber2014-09-011-0/+7
* rtems: Add more clock tick functionsSebastian Huber2014-08-263-0/+64
* sptests/spcache01: Make inline assembly conditional to account for OpenRISC l...Hesham ALMatary2014-08-251-1/+5
* smptests/smpcache01: Test the SMP cache managerDaniel Cederman2014-08-226-0/+342
* score: PR2179: Fix initially locked PI mutexSebastian Huber2014-08-202-0/+39
* sptests/sprbtree01: Add random ops test caseSebastian Huber2014-08-082-1/+832
* rbtree: Simplify insert and extractSebastian Huber2014-08-071-10/+4
* rbtree: Simplify _RBTree_Rotate()Sebastian Huber2014-08-071-1/+0
* sptests/sprbtree01: Check tree layoutSebastian Huber2014-08-051-0/+620
* sptests/sprbtree01: Reduce stack usageSebastian Huber2014-08-051-1/+2
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-052-18/+1