summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-26score: Create schedulersimple impl headerSebastian Huber8-36/+27
2013-07-24readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii1-1/+5
2013-07-24POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii3-8/+8
2013-07-24POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2-8/+9
2013-07-24POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii3-10/+10
2013-07-24score: Move _Heap_Area_overhead() definition.Sebastian Huber2-31/+31
2013-07-24score: Include <rtems/score/cpu.h>Sebastian Huber1-1/+1
2013-07-24score: Add freechainZhongwei Yao4-0/+163
2013-07-24score: Delete priority.inlSebastian Huber4-62/+0
2013-07-24score: Merge sysstate API into one fileSebastian Huber88-183/+82
2013-07-23score: Create stack implementation headerSebastian Huber11-27/+34
2013-07-23posix: Include missing <stdint.h>Sebastian Huber1-0/+2
2013-07-23score: Create heap implementation headerSebastian Huber21-635/+637
2013-07-23score: Include missing <rtems/score/thread.h>Sebastian Huber1-0/+1
2013-07-23score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber4-11/+14
2013-07-23score: Include missing <rtems/score/address.h>Sebastian Huber2-0/+2
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