summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix atomic compare exchangeSebastian Huber2015-09-252-5/+21
* ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan2015-09-231-11/+21
* Fix exception handler for supporting FPUSudarshan Rajagopalan2015-09-231-4/+4
* score: Fix resource count for self-contained mutexSebastian Huber2015-09-141-2/+3
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-111-21/+16
* Upgrade to 4.11.99.0Sebastian Huber2015-09-111-2/+2
* score: Implement priority boostingSebastian Huber2015-09-047-6/+124
* score: Implement SMP-specific priority queueSebastian Huber2015-09-046-16/+128
* score: DocumentationSebastian Huber2015-09-041-2/+29
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan2015-09-031-1/+1
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan2015-09-031-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan2015-09-031-46/+75
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-032-2/+9
* JFFS2: Use RTEMS red-black tree implementationSebastian Huber2015-09-033-453/+112
* rbtree: Add _RBTree_Replace_node()Sebastian Huber2015-09-033-0/+75
* rbtree: Replace implementationSebastian Huber2015-09-036-578/+202
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10
* posix: glibc compatibilitySebastian Huber2015-09-022-8/+6
* score: Fix return status of mutex try acquireSebastian Huber2015-09-011-9/+9
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2015-09-012-35/+0
* rbtree: Delete unused RBTREE_NODE_*() macrosSebastian Huber2015-08-311-12/+0
* rbtree: Delete _RBTree_Initialize()Sebastian Huber2015-08-316-79/+58
* rbtree: Delete _RBTree_Get()Sebastian Huber2015-08-312-41/+32
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-313-12/+3
* rbtree: Delete _RBTree_Is_first()Sebastian Huber2015-08-312-22/+2
* rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber2015-08-314-12/+38
* rbheap: Avoid internal APISebastian Huber2015-08-311-10/+11
* posix: Avoid _RBTree_Next()Sebastian Huber2015-08-311-3/+3
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* score: Add self-contained condition implementationSebastian Huber2015-07-304-0/+314
* score: Add scheduler <sys/lock.h> supportSebastian Huber2015-07-302-0/+71
* score: Add self-contained futex implementationSebastian Huber2015-07-304-0/+204
* score: Add self-contained semaphore implementationSebastian Huber2015-07-304-0/+146
* score: Add self-contained mutex implementationSebastian Huber2015-07-304-0/+447
* score: Add thread queue for self-contained objectsSebastian Huber2015-07-303-0/+55
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-309-45/+149
* score: Add potpourri lock statisticsSebastian Huber2015-07-303-0/+14
* score: Provide struct _Thread_queue_HeadsSebastian Huber2015-07-301-1/+7
* score: Rename struct Thread_ControlSebastian Huber2015-07-303-7/+10
* tftpDriver: close() false errorMichael Davidsaver2015-07-291-1/+3
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-2898-238/+101
* m68k: Include proper header fileSebastian Huber2015-07-241-3/+3
* score: Add commentSebastian Huber2015-07-241-0/+5
* monitor: Sort alphabeticallySebastian Huber2015-07-241-15/+15
* monitor: Add current CPU of threadSebastian Huber2015-07-242-2/+7
* monitor: Print the wait queue to ease debuggingSebastian Huber2015-07-242-18/+21