summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-02libblock: Print block sizes and countSebastian Huber3-0/+22
2015-11-02libblock: Avoid NULL pointer accessSebastian Huber1-1/+3
2015-10-30ada: Add missing includeJan Sommer1-0/+1
2015-10-28powerpc: Add FSL cache definesSebastian Huber1-0/+10
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-0/+14
2015-10-26basdefs.h: Add and use RTEMS_PACKEDSebastian Huber1-2/+5
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber114-237/+276
2015-10-26basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber9-18/+20
2015-10-26basdefs.h: Add RTEMS_PURESebastian Huber1-3/+5
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber30-41/+43
2015-10-26basedefs.h: Add compiler attributesSebastian Huber1-1/+40
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-10-19libfdt: Merge into librtemscpuSebastian Huber3-15/+2
2015-10-16libfdt: Initial importSebastian Huber19-0/+4219
2015-10-14libstdthreads: Add C11 threadsSebastian Huber9-75/+53
2015-10-14libstdthreads: Import from FreeBSDSebastian Huber5-0/+455
2015-10-07epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-21/+0
2015-10-02SMP: Optimize ticket lock implementationSebastian Huber1-1/+1
2015-10-02powerpc: Use wrtee for e6500 multilibSebastian Huber1-0/+17
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber5-70/+66
2015-09-28SMP: Simplify thread lock operationsSebastian Huber1-27/+25
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber2-71/+69
2015-09-25score: Fix atomic compare exchangeSebastian Huber2-5/+21
2015-09-23ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan1-11/+21
2015-09-23Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber1-2/+3
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-21/+16
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber1-2/+2
2015-09-04score: Implement priority boostingSebastian Huber7-6/+124
2015-09-04score: Implement SMP-specific priority queueSebastian Huber6-16/+128
2015-09-04score: DocumentationSebastian Huber1-2/+29
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan1-1/+1
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan1-1/+1
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan1-46/+75
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan1-5/+13
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan2-2/+9
2015-09-03JFFS2: Use RTEMS red-black tree implementationSebastian Huber3-453/+112
2015-09-03rbtree: Add _RBTree_Replace_node()Sebastian Huber3-0/+75
2015-09-03rbtree: Replace implementationSebastian Huber6-578/+202
2015-09-02score: Optimize thread queue first operationSebastian Huber1-5/+10
2015-09-02posix: glibc compatibilitySebastian Huber2-8/+6
2015-09-01score: Fix return status of mutex try acquireSebastian Huber1-9/+9
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2-35/+0
2015-08-31rbtree: Delete unused RBTREE_NODE_*() macrosSebastian Huber1-12/+0
2015-08-31rbtree: Delete _RBTree_Initialize()Sebastian Huber6-79/+58
2015-08-31rbtree: Delete _RBTree_Get()Sebastian Huber2-41/+32
2015-08-31rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber3-12/+3
2015-08-31rbtree: Delete _RBTree_Is_first()Sebastian Huber2-22/+2