summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-246-22/+38
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-242-67/+53
* libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2014-03-242-12/+0
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-241-24/+35
* librpc: Use POSIX key instead of task variablesChristian Mauderer2014-03-242-16/+48
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber2014-03-241-2/+1
* score: Delete unused STATES_ALL_SETSebastian Huber2014-03-241-2/+0
* score: Set name before object is made publicSebastian Huber2014-03-241-10/+10
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-216-48/+114
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211550-1551/+1551
* cpukit/shell: Replace task variables with posix keys.Christian Mauderer2014-03-202-20/+40
* score: Add _Assert_Not_reached()Sebastian Huber2014-03-191-0/+5
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-193-0/+46
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-193-13/+13
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-194-14/+12
* posix: Use interal mutex for once implementationSebastian Huber2014-03-199-153/+42
* score: Make _ISR_Enable_without_giant() availableSebastian Huber2014-03-181-4/+0
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Use only next field for chain on/offSebastian Huber2014-03-171-6/+6
* sapi: Add <rtems/test.h>Sebastian Huber2014-03-175-0/+205
* score: Add include for uintptr_t definition.Daniel Cederman2014-03-171-0/+1
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* score: Add SMP lock profiling supportSebastian Huber2014-03-1418-39/+545
* score: Add per-CPU profilingSebastian Huber2014-03-1411-8/+335
* sapi: Add SMP lock profiling app. level dataSebastian Huber2014-03-142-1/+176
* sapi: Add per-CPU profiling application level dataSebastian Huber2014-03-142-0/+190
* sapi: Add profiling application level supportSebastian Huber2014-03-145-0/+277
* score: Add --enable-profiling configure optionSebastian Huber2014-03-142-0/+15
* network: Add help text for ifconfigRalf Kirchner2014-03-131-20/+57
* sapi: TyposSebastian Huber2014-03-131-3/+3
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add function to destroy SMP locksSebastian Huber2014-03-114-4/+55
* score: Add local context to SMP lock APISebastian Huber2014-03-1127-264/+406
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-114-139/+88
* printk: Add support for long longSebastian Huber2014-03-111-30/+55
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-0715-143/+159
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-0714-45/+45
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-072-0/+58
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-073-1/+139
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-073-0/+108
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-072-0/+95
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-074-16/+129
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-074-0/+177
* sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett2014-03-071-2/+5
* score: Add cpuset support to Score.Jennifer Averett2014-03-078-1/+361