summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23score: Merge wkspace API into one fileSebastian Huber5-62/+17
2013-07-23score: Merge address API into one fileSebastian Huber4-202/+160
2013-07-23rtems: Include missing headerSebastian Huber1-1/+2
2013-07-23rtems: Create tasks implementation headerSebastian Huber33-199/+210
2013-07-23rtems: Create region implementation headerSebastian Huber22-116/+117
2013-07-23rtems: Include <rtems/debug.h> in <rtems.h>Sebastian Huber1-0/+1
2013-07-23rtems: Create part implementation headerSebastian Huber16-67/+73
2013-07-23rtems: Create timer implementation headerSebastian Huber20-265/+264
2013-07-23rtems: Create ratemon implementation headerSebastian Huber20-310/+310
2013-07-23score: Include <string.h> in basedefs.hSebastian Huber1-0/+7
2013-07-23Include missing <string.h>Sebastian Huber37-2/+43
2013-07-23rtems: Create dpmem implementation headerSebastian Huber13-59/+55
2013-07-23rtems: Create event implementation headerSebastian Huber20-395/+296
2013-07-23rtems: Merge support API into one fileSebastian Huber4-73/+30
2013-07-23rtems: Create asr implementation headerSebastian Huber8-25/+29
2013-07-23rtems: Create modes implementation headerSebastian Huber6-28/+35
2013-07-23rtems: Create attr implementation headerSebastian Huber29-65/+74
2013-07-23rtems: Create options implementation headerSebastian Huber12-27/+35
2013-07-23rtems: Create status implementation headerSebastian Huber17-89/+95
2013-07-23score: Create rbtree implementation headerSebastian Huber11-561/+553
2013-07-23sapi: Create extension implementation headerSebastian Huber12-33/+39
2013-07-23sapi: Merge rbtree API into one fileSebastian Huber4-507/+469
2013-07-23sapi: Merge timespec API into one fileSebastian Huber4-305/+261
2013-07-23sapi: Merge CBS API into one fileSebastian Huber4-214/+182
2013-07-23posix: Include proper header fileSebastian Huber2-2/+2
2013-07-22network: SMP support for network semaphoreSebastian Huber1-0/+6
2013-07-22sapi: Merge chain implementation into one fileSebastian Huber4-690/+643
2013-07-22rtems: Basic SMP support for timer serverSebastian Huber1-0/+29
2013-07-22score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+4
2013-07-22posix: Protect ualarm()Sebastian Huber1-0/+4
2013-07-22posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber3-34/+24
2013-07-22posix: Protect alarm()Sebastian Huber1-0/+4
2013-07-22posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber3-23/+16
2013-07-22score: Add WATCHDOG_INITIALIZER()Sebastian Huber1-0/+13
2013-07-22score: Create watchdog implementation headerSebastian Huber70-524/+561
2013-07-22score: Create chain implementation headerSebastian Huber32-219/+232
2013-07-22posix: Obtain _Thread_Executing in proper contextSebastian Huber3-9/+17
2013-07-22posix: Obtain _Thread_Executing in proper contextSebastian Huber1-3/+6
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+3
2013-07-22score: Create spinlock implementation headerSebastian Huber9-172/+171
2013-07-22posix: Create spinlock implementation headerSebastian Huber13-55/+57
2013-07-22posix: Create timer implementation headerSebastian Huber14-86/+89
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber11-54/+75
2013-07-22score: Create rwlock implementation headerSebastian Huber11-218/+215
2013-07-22posix: Create rwlock implementation headerSebastian Huber17-68/+70
2013-07-22posix: Create pthread implementation headerSebastian Huber51-270/+282
2013-07-22posix: Create priority implementation headerSebastian Huber38-90/+58
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber1-4/+6
2013-07-22posix: Create condition variable impl headerSebastian Huber24-232/+237
2013-07-22cpuuse: Add SMP supportSebastian Huber1-1/+10