summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-08-31rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber4-12/+38
2015-08-31rbheap: Avoid internal APISebastian Huber1-10/+11
2015-08-31posix: Avoid _RBTree_Next()Sebastian Huber1-3/+3
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers1-3/+45
2015-08-01Add __synch_synchronize function for armJan Sommer2-0/+10
2015-07-30score: Add self-contained condition implementationSebastian Huber4-0/+314
2015-07-30score: Add scheduler <sys/lock.h> supportSebastian Huber2-0/+71
2015-07-30score: Add self-contained futex implementationSebastian Huber4-0/+204
2015-07-30score: Add self-contained semaphore implementationSebastian Huber4-0/+146
2015-07-30score: Add self-contained mutex implementationSebastian Huber4-0/+447
2015-07-30score: Add thread queue for self-contained objectsSebastian Huber3-0/+55
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber9-45/+149
2015-07-30score: Add potpourri lock statisticsSebastian Huber3-0/+14
2015-07-30score: Provide struct _Thread_queue_HeadsSebastian Huber1-1/+7
2015-07-30score: Rename struct Thread_ControlSebastian Huber3-7/+10
2015-07-29tftpDriver: close() false errorMichael Davidsaver1-1/+3
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber98-238/+101
2015-07-24m68k: Include proper header fileSebastian Huber1-3/+3
2015-07-24score: Add commentSebastian Huber1-0/+5
2015-07-24monitor: Sort alphabeticallySebastian Huber1-15/+15
2015-07-24monitor: Add current CPU of threadSebastian Huber2-2/+7
2015-07-24monitor: Print the wait queue to ease debuggingSebastian Huber2-18/+21