summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Create states implementation headerSebastian Huber2013-07-26113-267/+144
* score: Create thread implementation headerSebastian Huber2013-07-26113-1220/+873
* score: Create prioritybitmap implementation headerSebastian Huber2013-07-269-201/+140
* score: Create scheduler implementation headerSebastian Huber2013-07-2628-172/+78
* score: Create schedulerpriority impl headerSebastian Huber2013-07-2624-100/+45
* score: Create schedulersimple impl headerSebastian Huber2013-07-268-36/+27
* libtests/malloc04: Fixes for RTEMS_DEBUGSebastian Huber2013-07-262-17/+17
* conf.t: Fix minor typos.Joel Sherrill2013-07-241-2/+2
* 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
* doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configurationCynthia Rempel2013-07-241-1/+93
* bsp/mpc55xx: Fix prototypePeter Dufault2013-07-241-1/+1
* score: Move _Heap_Area_overhead() definition.Sebastian Huber2013-07-242-31/+31
* score: Include <rtems/score/cpu.h>Sebastian Huber2013-07-241-1/+1
* score: Add freechainZhongwei Yao2013-07-2410-0/+419
* score: Delete priority.inlSebastian Huber2013-07-244-62/+0
* score: Merge sysstate API into one fileSebastian Huber2013-07-24103-184/+99
* libtests/malloctest: Fixes for RTEMS_DEBUGSebastian Huber2013-07-242-5/+36
* bsp/lpc32xx: Fix memory map for GPIO registersSebastian Huber2013-07-241-0/+2
* score: Create stack implementation headerSebastian Huber2013-07-2313-29/+38
* posix: Include missing <stdint.h>Sebastian Huber2013-07-231-0/+2
* score: Create heap implementation headerSebastian Huber2013-07-2325-642/+643
* 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
* 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-2336-201/+216
* rtems: Create region implementation headerSebastian Huber2013-07-2323-118/+119
* rtems: Include <rtems/debug.h> in <rtems.h>Sebastian Huber2013-07-231-0/+1
* rtems: Create part implementation headerSebastian Huber2013-07-2317-69/+75
* rtems: Create timer implementation headerSebastian Huber2013-07-2324-267/+272
* rtems: Create ratemon implementation headerSebastian Huber2013-07-2322-312/+313
* score: Include <string.h> in basedefs.hSebastian Huber2013-07-231-0/+7
* Include missing <string.h>Sebastian Huber2013-07-2344-2/+50
* rtems: Create dpmem implementation headerSebastian Huber2013-07-2314-61/+57
* rtems: Create event implementation headerSebastian Huber2013-07-2323-399/+302
* rtems: Merge support API into one fileSebastian Huber2013-07-234-73/+30
* rtems: Create asr implementation headerSebastian Huber2013-07-238-25/+29
* rtems: Create modes implementation headerSebastian Huber2013-07-236-28/+35
* rtems: Create attr implementation headerSebastian Huber2013-07-2329-65/+74
* rtems: Create options implementation headerSebastian Huber2013-07-2312-27/+35
* rtems: Create status implementation headerSebastian Huber2013-07-2317-89/+95
* 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