summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-12libtests/termios04: Avoid use of freed memorySebastian Huber1-7/+35
2015-11-05sapi: Add rtems_chain_get_first_unprotected()Sebastian Huber1-0/+7
2015-11-04sptests/spsimplesched02: Fix warningSebastian Huber1-1/+1
2015-11-02libblock: Print block sizes and countSebastian Huber2-2/+5
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-2/+2
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber6-43/+43
2015-10-22Fail gracefully if pax is not foundBen Gras1-1/+5
2015-10-19libfdt: Merge into librtemscpuSebastian Huber1-2/+1
2015-10-16libfdt: Initial importSebastian Huber9-0/+310
2015-10-15Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber4-8/+0
2015-10-14libstdthreads: Add C11 threadsSebastian Huber6-0/+501
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-1/+2
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber4-64/+120
2015-09-25score: Fix atomic compare exchangeSebastian Huber1-16/+49
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber1-3/+32
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-0/+5
2015-09-11libtests/rbheap01: SimplifySebastian Huber1-172/+95
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber1-2/+2
2015-09-04score: Implement priority boostingSebastian Huber1-5/+56
2015-09-04score: Implement SMP-specific priority queueSebastian Huber6-0/+363
2015-09-03rbtree: Replace implementationSebastian Huber1-431/+422
2015-09-02posix: glibc compatibilitySebastian Huber2-7/+7
2015-09-01psxtests/psxcancel: Check return statusSebastian Huber1-10/+24
2015-09-01score: Fix return status of mutex try acquireSebastian Huber1-18/+18
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber1-7/+0
2015-08-31rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2-6/+3
2015-08-31sptests/sprbtree01: Avoid internal APISebastian Huber1-939/+951
2015-08-31sptests/sprbtree01: Fix random ops test caseSebastian Huber1-3/+3
2015-07-30score: Add self-contained condition implementationSebastian Huber2-0/+113
2015-07-30score: Add scheduler <sys/lock.h> supportSebastian Huber2-0/+22
2015-07-30score: Add self-contained futex implementationSebastian Huber2-0/+79
2015-07-30score: Add self-contained semaphore implementationSebastian Huber2-0/+65
2015-07-30score: Add self-contained mutex implementationSebastian Huber6-0/+486
2015-07-23i2c: Fix return status of i2c dev read/writeSebastian Huber1-2/+21
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber3-4/+4
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-2/+2
2015-07-13score: TypoSebastian Huber1-1/+1
2015-07-01score: Accept NULL pointer in _Freechain_Put()Sebastian Huber1-0/+2
2015-07-01score: Freechain handler API changesSebastian Huber2-152/+19
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber1-2/+2
2015-06-26libmisc: Simplify <rtems/stackchk.h>Sebastian Huber1-0/+1
2015-06-22rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber6-81/+101
2015-06-19tmtests/tm27: Use scheduler lockSebastian Huber1-10/+5
2015-06-19sptests/sp37: Fix type and simplifySebastian Huber1-15/+7
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-42/+22
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-4/+4
2015-06-12sptests/sptasknopreempt01: New testSebastian Huber6-0/+130
2015-06-09sptests/sptimecounter03: New testSebastian Huber6-0/+144
2015-06-09sptests/spcontext01: Add second volatile clobberSebastian Huber1-1/+10
2015-06-03sptests/spcontext01: Improve outputSebastian Huber2-10/+20