summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Create schedulersimple impl headerSebastian Huber2013-07-268-36/+27
| | | | | | Move implementation specific parts of schedulersimple.h and schedulersimple.inl into new header file schedulersimpleimpl.h. The schedulersimple.h contains now only the application visible API.
* readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-241-1/+5
|
* POSIX Semaphore: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-243-8/+8
|
* POSIX AIO: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-242-8/+9
|
* POSIX mqueue.h: Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-243-10/+10
|
* score: Move _Heap_Area_overhead() definition.Sebastian Huber2013-07-242-31/+31
| | | | This function is used in bootcard.h.
* score: Include <rtems/score/cpu.h>Sebastian Huber2013-07-241-1/+1
| | | | This file uses CPU_ALIGNMENT.
* score: Add freechainZhongwei Yao2013-07-244-0/+163
|
* score: Delete priority.inlSebastian Huber2013-07-244-62/+0
|
* score: Merge sysstate API into one fileSebastian Huber2013-07-2488-183/+82
|
* score: Create stack implementation headerSebastian Huber2013-07-2311-27/+34
| | | | | | Move implementation specific parts of stack.h and stack.inl into new header file stackimpl.h. The stack.h contains now only the application visible API.
* posix: Include missing <stdint.h>Sebastian Huber2013-07-231-0/+2
|
* score: Create heap implementation headerSebastian Huber2013-07-2321-635/+637
| | | | | | Move implementation specific parts of heap.h and heap.inl into new header file heapimpl.h. The heap.h contains now only the application visible API.
* score: Include missing <rtems/score/thread.h>Sebastian Huber2013-07-231-0/+1
|
* score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber2013-07-234-11/+14
| | | | Do not redefine CPU_USE_DEFERRED_FP_SWITCH.
* score: Include missing <rtems/score/address.h>Sebastian Huber2013-07-232-0/+2
|
* score: Merge wkspace API into one fileSebastian Huber2013-07-235-62/+17
|
* score: Merge address API into one fileSebastian Huber2013-07-234-202/+160
|
* rtems: Include missing headerSebastian Huber2013-07-231-1/+2
|
* rtems: Create tasks implementation headerSebastian Huber2013-07-2333-199/+210
| | | | | | Move implementation specific parts of tasks.h and tasks.inl into new header file tasksimpl.h. The tasks.h contains now only the application visible API.
* rtems: Create region implementation headerSebastian Huber2013-07-2322-116/+117
| | | | | | Move implementation specific parts of region.h and region.inl into new header file regionimpl.h. The region.h contains now only the application visible API.
* rtems: Include <rtems/debug.h> in <rtems.h>Sebastian Huber2013-07-231-0/+1
| | | | This header file is included indirectly via <rtems/rtems/region.h>.
* rtems: Create part implementation headerSebastian Huber2013-07-2316-67/+73
| | | | | | Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API.
* rtems: Create timer implementation headerSebastian Huber2013-07-2320-265/+264
| | | | | | Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.h contains now only the application visible API.
* rtems: Create ratemon implementation headerSebastian Huber2013-07-2320-310/+310
| | | | | | Move implementation specific parts of ratemon.h and ratemon.inl into new header file ratemonimpl.h. The ratemon.h contains now only the application visible API.
* score: Include <string.h> in basedefs.hSebastian Huber2013-07-231-0/+7
|
* Include missing <string.h>Sebastian Huber2013-07-2337-2/+43
|
* rtems: Create dpmem implementation headerSebastian Huber2013-07-2313-59/+55
| | | | | | Move implementation specific parts of dpmem.h and dpmem.inl into new header file dpmemimpl.h. The dpmem.h contains now only the application visible API.
* rtems: Create event implementation headerSebastian Huber2013-07-2320-395/+296
| | | | | | Move implementation specific parts of event.h, event.inl, eventset.h and eventset.inl into new header file eventimpl.h. The event.h contains now only the application visible API.
* rtems: Merge support API into one fileSebastian Huber2013-07-234-73/+30
|
* rtems: Create asr implementation headerSebastian Huber2013-07-238-25/+29
| | | | | | Move implementation specific parts of asr.h and asr.inl into new header file asrimpl.h. The asr.h contains now only the application visible API.
* rtems: Create modes implementation headerSebastian Huber2013-07-236-28/+35
| | | | | | Move implementation specific parts of modes.h and modes.inl into new header file modesimpl.h. The modes.h contains now only the application visible API.
* rtems: Create attr implementation headerSebastian Huber2013-07-2329-65/+74
| | | | | | Move implementation specific parts of attr.h and attr.inl into new header file attrimpl.h. The attr.h contains now only the application visible API.
* rtems: Create options implementation headerSebastian Huber2013-07-2312-27/+35
| | | | | | Move implementation specific parts of options.h and options.inl into new header file optionsimpl.h. The options.h contains now only the application visible API.
* rtems: Create status implementation headerSebastian Huber2013-07-2317-89/+95
| | | | | | Move implementation specific parts of status.h and status.inl into new header file statusimpl.h. The status.h contains now only the application visible API.
* score: Create rbtree implementation headerSebastian Huber2013-07-2311-561/+553
| | | | | | Move implementation specific parts of rbtree.h and rbtree.inl into new header file rbtreeimpl.h. The rbtree.h contains now only the application visible API.
* sapi: Create extension implementation headerSebastian Huber2013-07-2312-33/+39
| | | | | | Move implementation specific parts of extension.h and extension.inl into new header file extensionimpl.h. The extension.h contains now only the application visible API.
* sapi: Merge rbtree API into one fileSebastian Huber2013-07-234-507/+469
|
* 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
|
* network: SMP support for network semaphoreSebastian Huber2013-07-221-0/+6
|
* 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
| | | | Add SMP version of this check, otherwise sptests/spfatal03 fails.
* posix: Protect ualarm()Sebastian Huber2013-07-221-0/+4
| | | | | Use thread dispatch disable/enable to ensure thread level mutual exlusion.
* posix: Statically init _POSIX_signals_Ualarm_timerSebastian Huber2013-07-223-34/+24
|
* posix: Protect alarm()Sebastian Huber2013-07-221-0/+4
| | | | | Use thread dispatch disable/enable to ensure thread level mutual exlusion.
* posix: Statically init _POSIX_signals_Alarm_timerSebastian Huber2013-07-223-23/+16
|
* score: Add WATCHDOG_INITIALIZER()Sebastian Huber2013-07-221-0/+13
|