summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* IMFS: Add fine grained configurationSebastian Huber2015-02-121-67/+117
* Filesystem: Simplify FIFO and pipe configurationSebastian Huber2015-02-091-30/+23
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-041-2/+4
* Filesystem: Make rtems_libio_number_iops constSebastian Huber2015-02-041-1/+1
* confdefs.h: Fix workspace size if idle task is FPSebastian Huber2014-12-121-2/+8
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-281-13/+0
* _Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber2014-11-241-6/+0
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-1/+1
* rbtree: Simplify insert and extractSebastian Huber2014-08-071-9/+3
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-052-4/+6
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-052-11/+1
* rbtree: Rename find header in find controlSebastian Huber2014-07-291-4/+4
* rbtree: Simplify off-tree handlingSebastian Huber2014-07-291-4/+4
* Delete unused *_Is_null() functionsSebastian Huber2014-07-261-7/+0
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-151-28/+18
* rbtree: Delete unused functionsSebastian Huber2014-07-151-40/+0
* score: Collect scheduler related fields in TCBSebastian Huber2014-06-231-1/+1
* score: Fix scheduler context initializerSebastian Huber2014-06-121-3/+3
* libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner2014-06-021-10/+40
* rtems: Avoid copy and paste in confdefs.hRalf Kirchner2014-06-021-32/+48
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-281-1/+13
* score: Introduce scheduler nodesSebastian Huber2014-05-141-7/+13
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-291-28/+0
* rtems: Account for the network semaphore.Chris Johns2014-04-271-1/+8
* sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett2014-04-251-0/+2
* rtems: Account for file system semaphores.Chris Johns2014-04-251-2/+32
* sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-6/+8
* sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-0/+6
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-152-0/+136
* score: Add scheduler nameSebastian Huber2014-04-152-22/+65
* score: Simplify thread control initializationSebastian Huber2014-04-151-86/+74
* score: Static scheduler configurationSebastian Huber2014-04-152-58/+231
* score: Statically initialize IO managerSebastian Huber2014-04-103-47/+16
* score: Fix POSIX threads size estimateSebastian Huber2014-04-071-12/+12
* score: Fix workspace size estimateSebastian Huber2014-04-071-7/+11
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-041-6/+16
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-041-1/+1
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-041-3/+6
* sapi: Add priority affinity smp scheduler.Jennifer Averett2014-04-031-0/+22
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-031-3/+4
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-271-11/+18
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+6
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2117-17/+17
* posix: Use interal mutex for once implementationSebastian Huber2014-03-191-11/+3
* sapi: Add <rtems/test.h>Sebastian Huber2014-03-171-0/+125
* sapi: Add SMP lock profiling app. level dataSebastian Huber2014-03-141-1/+98
* sapi: Add per-CPU profiling application level dataSebastian Huber2014-03-141-0/+101
* sapi: Add profiling application level supportSebastian Huber2014-03-141-0/+148
* sapi: TyposSebastian Huber2014-03-131-3/+3
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-111-83/+39