summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2015-10-02SMP: Optimize ticket lock implementationSebastian Huber
2015-10-02powerpc: Use wrtee for e6500 multilibSebastian Huber
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber
2015-09-28SMP: Simplify thread lock operationsSebastian Huber
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber
2015-09-25score: Fix atomic compare exchangeSebastian Huber
2015-09-23ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan
2015-09-23Fix exception handler for supporting FPUSudarshan Rajagopalan
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber
2015-09-04score: Implement priority boostingSebastian Huber
2015-09-04score: Implement SMP-specific priority queueSebastian Huber
2015-09-04score: DocumentationSebastian Huber
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan
2015-09-03JFFS2: Use RTEMS red-black tree implementationSebastian Huber
2015-09-03rbtree: Add _RBTree_Replace_node()Sebastian Huber
2015-09-03rbtree: Replace implementationSebastian Huber
2015-09-02score: Optimize thread queue first operationSebastian Huber
2015-09-02posix: glibc compatibilitySebastian Huber
2015-09-01score: Fix return status of mutex try acquireSebastian Huber
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber
2015-08-31rbtree: Delete unused RBTREE_NODE_*() macrosSebastian Huber
2015-08-31rbtree: Delete _RBTree_Initialize()Sebastian Huber
2015-08-31rbtree: Delete _RBTree_Get()Sebastian Huber
2015-08-31rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber
2015-08-31rbtree: Delete _RBTree_Is_first()Sebastian Huber
2015-08-31rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber
2015-08-31rbheap: Avoid internal APISebastian Huber
2015-08-31posix: Avoid _RBTree_Next()Sebastian Huber
2015-08-06Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers
2015-08-01Add __synch_synchronize function for armJan Sommer
2015-07-30score: Add self-contained condition implementationSebastian Huber
2015-07-30score: Add scheduler <sys/lock.h> supportSebastian Huber
2015-07-30score: Add self-contained futex implementationSebastian Huber
2015-07-30score: Add self-contained semaphore implementationSebastian Huber
2015-07-30score: Add self-contained mutex implementationSebastian Huber
2015-07-30score: Add thread queue for self-contained objectsSebastian Huber
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber
2015-07-30score: Add potpourri lock statisticsSebastian Huber
2015-07-30score: Provide struct _Thread_queue_HeadsSebastian Huber
2015-07-30score: Rename struct Thread_ControlSebastian Huber
2015-07-29tftpDriver: close() false errorMichael Davidsaver
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber