summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
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
2015-07-24m68k: Include proper header fileSebastian Huber
2015-07-24score: Add commentSebastian Huber
2015-07-24monitor: Sort alphabeticallySebastian Huber
2015-07-24monitor: Add current CPU of threadSebastian Huber
2015-07-24monitor: Print the wait queue to ease debuggingSebastian Huber
2015-07-24monitor: Print addresses like identifiersSebastian Huber
2015-07-24monitor: Remove notepad supportSebastian Huber
2015-07-23arm: Include proper header fileSebastian Huber
2015-07-23i2c: Fix return status of i2c dev read/writeSebastian Huber
2015-07-23score: Move wait flag update to tq extractSebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber