summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-24score: _Heap_Protection_set_delayed_free_fractionSebastian Huber6-22/+38
2014-03-24libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2-67/+53
2014-03-24libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2-12/+0
2014-03-24posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer1-24/+35
2014-03-24librpc: Use POSIX key instead of task variablesChristian Mauderer2-16/+48
2014-03-24score: Start thread dispatch profiling laterSebastian Huber1-3/+4
2014-03-24score: Delete _Thread_Internal_free()Sebastian Huber1-11/+0
2014-03-24score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber1-2/+1
2014-03-24score: Delete unused STATES_ALL_SETSebastian Huber1-2/+0
2014-03-24score: Set name before object is made publicSebastian Huber1-10/+10
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer6-48/+114
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1550-1551/+1551
2014-03-20cpukit/shell: Replace task variables with posix keys.Christian Mauderer2-20/+40
2014-03-19score: Add _Assert_Not_reached()Sebastian Huber1-0/+5
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber3-0/+46
2014-03-19score: Delete _Assert_Owner_of_giant()Sebastian Huber3-13/+13
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber4-14/+12
2014-03-19posix: Use interal mutex for once implementationSebastian Huber9-153/+42
2014-03-18score: Make _ISR_Enable_without_giant() availableSebastian Huber1-4/+0
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-17score: Use only next field for chain on/offSebastian Huber1-6/+6
2014-03-17sapi: Add <rtems/test.h>Sebastian Huber5-0/+205
2014-03-17score: Add include for uintptr_t definition.Daniel Cederman1-0/+1
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-14score: Add SMP lock profiling supportSebastian Huber18-39/+545
2014-03-14score: Add per-CPU profilingSebastian Huber11-8/+335
2014-03-14sapi: Add SMP lock profiling app. level dataSebastian Huber2-1/+176
2014-03-14sapi: Add per-CPU profiling application level dataSebastian Huber2-0/+190
2014-03-14sapi: Add profiling application level supportSebastian Huber5-0/+277
2014-03-14score: Add --enable-profiling configure optionSebastian Huber2-0/+15
2014-03-13network: Add help text for ifconfigRalf Kirchner1-20/+57
2014-03-13sapi: TyposSebastian Huber1-3/+3
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-2/+2
2014-03-11score: Add function to destroy SMP locksSebastian Huber4-4/+55
2014-03-11score: Add local context to SMP lock APISebastian Huber27-264/+406
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber4-139/+88
2014-03-11printk: Add support for long longSebastian Huber1-30/+55
2014-03-11posix: RegenerateSebastian Huber1-0/+2
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-1/+1
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill15-143/+159
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett14-45/+45
2014-03-07posix: Add pthread_getattr_np().Jennifer Averett2-0/+58
2014-03-07posix: Add dynamic pthread get and set affinity.Jennifer Averett3-1/+139
2014-03-07posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett3-0/+108
2014-03-07posix: Add support method to compare two pthread attribute structures.Jennifer Averett2-0/+95
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett4-16/+129
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett4-0/+177
2014-03-07sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett1-2/+5
2014-03-07score: Add cpuset support to Score.Jennifer Averett8-1/+361