summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber1-30/+23
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber1-2/+4
2015-02-04Filesystem: Make rtems_libio_number_iops constSebastian Huber1-1/+1
2014-12-12confdefs.h: Fix workspace size if idle task is FPSebastian Huber1-2/+8
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber1-13/+0
2014-11-24_Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber1-6/+0
2014-11-04sapi/src/testextension.c: Fix warningsJoel Sherrill1-0/+2
2014-10-24sapi: Use an interrupt lock for test extensionSebastian Huber1-23/+20
2014-10-23sapi: Report only if not an SMP shutdown responseSebastian Huber1-3/+23
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
2014-09-02sapi: Add profiling report begin/end messageSebastian Huber1-3/+7
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
2014-08-07rbtree: Simplify insert and extractSebastian Huber1-9/+3
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber3-35/+45
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber2-11/+1
2014-07-29rbtree: Rename find header in find controlSebastian Huber1-4/+4
2014-07-29rbtree: Simplify off-tree handlingSebastian Huber1-4/+4
2014-07-26Delete unused *_Is_null() functionsSebastian Huber1-7/+0
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber2-32/+22
2014-07-15rbtree: Delete unused functionsSebastian Huber1-40/+0
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber1-1/+1
2014-06-12score: Fix scheduler context initializerSebastian Huber1-3/+3
2014-06-02libblock: Add RTEMS_BDBUF_USE_PTHREADRalf Kirchner1-10/+40
2014-06-02rtems: Avoid copy and paste in confdefs.hRalf Kirchner1-32/+48
2014-05-28score: Multiprocessor Resource Sharing ProtocolSebastian Huber1-1/+13
2014-05-14score: Introduce scheduler nodesSebastian Huber1-7/+13
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber1-28/+0
2014-04-29sapi: Report profiling only if enabled for testsSebastian Huber1-0/+2
2014-04-28sapi: Add profiling done messageSebastian Huber1-0/+6
2014-04-28sapi: Add arithmetic means to XML profiling reportSebastian Huber1-9/+62
2014-04-27rtems: Account for the network semaphore.Chris Johns1-1/+8
2014-04-25sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett1-0/+2
2014-04-25rtems: Account for file system semaphores.Chris Johns1-2/+32
2014-04-17sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-6/+8
2014-04-17sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-0/+6
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber2-0/+136
2014-04-15score: Add scheduler nameSebastian Huber2-22/+65
2014-04-15score: Simplify thread control initializationSebastian Huber1-86/+74
2014-04-15score: Static scheduler configurationSebastian Huber4-58/+236
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-1/+1
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-1/+1
2014-04-10score: Statically initialize IO managerSebastian Huber5-106/+16
2014-04-07score: Fix POSIX threads size estimateSebastian Huber1-12/+12
2014-04-07score: Fix workspace size estimateSebastian Huber1-7/+11
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-6/+16
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber1-1/+1
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber1-3/+6
2014-04-03sapi: Add priority affinity smp scheduler.Jennifer Averett1-0/+22
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber1-3/+4
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber1-1/+2