summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed GPIO API from the libbsp/shared Makefile.Andre Marques2015-09-251-2/+1
* score: Fix atomic compare exchangeSebastian Huber2015-09-253-21/+70
* 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-142-5/+35
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-112-21/+21
* libtests/rbheap01: SimplifySebastian Huber2015-09-111-172/+95
* Upgrade to 4.11.99.0Sebastian Huber2015-09-114-8/+8
* Beaglebone: fix missing clobber in inline assembly.Marcos Diaz2015-09-101-1/+7
* lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill2015-09-101-0/+1
* bsps/arm: Fix function definitionSebastian Huber2015-09-041-1/+1
* smp: DocumentationSebastian Huber2015-09-041-1/+1
* smp: DocumentationSebastian Huber2015-09-041-0/+65
* score: Implement priority boostingSebastian Huber2015-09-0411-13/+195
* score: Implement SMP-specific priority queueSebastian Huber2015-09-0413-16/+545
* score: DocumentationSebastian Huber2015-09-041-2/+29
* smp: DocumentationSebastian Huber2015-09-041-0/+39
* smp: DocumentationSebastian Huber2015-09-043-15/+16
* 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
* tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefixMartin Galvan2015-09-031-10/+14
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* tools/cpu/nios2/memory.c: Fix uninitialized use of variable memoryMartin Galvan2015-09-031-3/+2
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-033-2/+13
* 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-037-1009/+624
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10
* posix: glibc compatibilitySebastian Huber2015-09-024-15/+13
* psxtests/psxcancel: Check return statusSebastian Huber2015-09-011-10/+24
* score: Fix return status of mutex try acquireSebastian Huber2015-09-012-27/+27
* 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-014-43/+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-315-18/+6
* rbtree: Delete _RBTree_Is_first()Sebastian Huber2015-08-312-22/+2
* rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber2015-08-314-12/+38
* sptests/sprbtree01: Avoid internal APISebastian Huber2015-08-311-939/+951
* sptests/sprbtree01: Fix random ops test caseSebastian Huber2015-08-311-3/+3
* rbheap: Avoid internal APISebastian Huber2015-08-311-10/+11
* posix: Avoid _RBTree_Next()Sebastian Huber2015-08-311-3/+3
* Beagle: GPIO support (for BBB)Ketul Shah2015-08-187-1/+874
* Closes ticket #2390, and also updates the RPI implementation.Andre Marques2015-08-183-15/+23
* Raspberry Pi implementation for the RTEMS GPIO API.Andre Marques2015-08-068-17/+714
* RTEMS GPIO API definition and implementation.Andre Marques2015-08-064-1/+2931
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45