summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Create rbtree implementation headerSebastian Huber2013-07-2313-562/+555
* sapi: Create extension implementation headerSebastian Huber2013-07-2313-35/+41
* sapi: Merge rbtree API into one fileSebastian Huber2013-07-235-507/+470
* sapi: Merge timespec API into one fileSebastian Huber2013-07-234-305/+261
* sapi: Merge CBS API into one fileSebastian Huber2013-07-234-214/+182
* posix: Include proper header fileSebastian Huber2013-07-232-2/+2
* doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go ConfigurationCynthia Rempel2013-07-221-4/+97
* doc/shell/Makefile.am: Fix dependencyJoel Sherrill2013-07-221-1/+1
* network: SMP support for network semaphoreSebastian Huber2013-07-221-0/+6
* bsp/stm32f4: fix typo in USART2 device nameKarel Gardas2013-07-221-1/+1
* sapi: Merge chain implementation into one fileSebastian Huber2013-07-224-690/+643
* rtems: Basic SMP support for timer serverSebastian Huber2013-07-221-0/+29
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2013-07-221-1/+4
* posix: Protect ualarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber2013-07-223-34/+24
* posix: Protect alarm()Sebastian Huber2013-07-221-0/+4
* posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber2013-07-223-23/+16
* score: Add WATCHDOG_INITIALIZER()Sebastian Huber2013-07-222-0/+37
* score: Create watchdog implementation headerSebastian Huber2013-07-2277-524/+573
* score: Create chain implementation headerSebastian Huber2013-07-2232-219/+232
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-223-9/+17
* sptests/sp37: Disable dispatch for clock tickSebastian Huber2013-07-221-1/+5
* posix: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-3/+6
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-3/+3
* score: Create spinlock implementation headerSebastian Huber2013-07-229-172/+171
* posix: Create spinlock implementation headerSebastian Huber2013-07-2213-55/+57
* posix: Create timer implementation headerSebastian Huber2013-07-2215-86/+90
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-2211-54/+75
* score: Create rwlock implementation headerSebastian Huber2013-07-2211-218/+215
* posix: Create rwlock implementation headerSebastian Huber2013-07-2217-68/+70
* posix: Create pthread implementation headerSebastian Huber2013-07-2253-272/+284
* posix: Create priority implementation headerSebastian Huber2013-07-2239-91/+58
* smptests/smp08: Print missing newlineSebastian Huber2013-07-221-1/+1
* score: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-4/+6
* posix: Create condition variable impl headerSebastian Huber2013-07-2224-232/+237
* cpuuse: Add SMP supportSebastian Huber2013-07-221-1/+10
* libcsupport: Include missing header fileSebastian Huber2013-07-221-0/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-224-4/+11
* score: Create barrier implementation headerSebastian Huber2013-07-2210-201/+201
* posix: Create barrier implementation headerSebastian Huber2013-07-2211-59/+61
* rtems: Create barrier implementation headerSebastian Huber2013-07-2215-77/+82
* score: Include <limits.h> in basedefs.hSebastian Huber2013-07-221-0/+7
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-226-9/+21
* score: Create message queue implementation headerSebastian Huber2013-07-2227-611/+614
* posix: Create message queue implementation headerSebastian Huber2013-07-2223-391/+395
* rtems: Create message queue implementation headerSebastian Huber2013-07-2227-229/+236
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-225-9/+19
* score: Add const qualifierSebastian Huber2013-07-222-7/+7
* score: Create semaphore implementation headerSebastian Huber2013-07-2219-281/+281
* posix: Convert to inline functionSebastian Huber2013-07-222-34/+19