summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* user/c_user.texi: Correct info index entryJoel Sherrill2015-08-031-1/+1
* ada-tests/support/init.c: Fix compile errors and warningsJoel Sherrill2015-08-021-12/+20
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* ampolish3: Use env to find perl more reliablyNick Withers2015-08-011-1/+1
* bsps/arm: Do not use __ARM_ARCH_7A__Sebastian Huber2015-07-311-28/+16
* score: Add self-contained condition implementationSebastian Huber2015-07-306-0/+427
* score: Add scheduler <sys/lock.h> supportSebastian Huber2015-07-304-0/+93
* score: Add self-contained futex implementationSebastian Huber2015-07-306-0/+283
* score: Add self-contained semaphore implementationSebastian Huber2015-07-306-0/+211
* score: Add self-contained mutex implementationSebastian Huber2015-07-3010-0/+933
* 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
* monitor: Print addresses like identifiersSebastian Huber2015-07-242-3/+3
* monitor: Remove notepad supportSebastian Huber2015-07-243-41/+1
* arm: Include proper header fileSebastian Huber2015-07-231-3/+3
* i2c: Fix return status of i2c dev read/writeSebastian Huber2015-07-232-8/+31
* doc: Add SMP section to CPU Arch SupplementSebastian Huber2015-07-2320-0/+84
* score: Move wait flag update to tq extractSebastian Huber2015-07-233-15/+34
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-2325-128/+317