summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-31score: Do not reset resource count during restartSebastian Huber1-1/+0
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber62-317/+417
2014-03-31score: Use thread life protection for API mutexesSebastian Huber3-36/+46
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber3-5/+6
2014-03-31score: Thread life cycle re-implementationSebastian Huber23-308/+623
2014-03-31score: Replace _Thread_Reset()Sebastian Huber1-23/+18
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber3-12/+11
2014-03-31score: Fix thread restart extensions contextSebastian Huber3-7/+17
2014-03-31score: Reduce _Thread_Reset() parametersSebastian Huber1-19/+7
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber4-67/+29
2014-03-31score: Use thread action for thread restartSebastian Huber6-45/+79
2014-03-31score: Delete post-switch API extensionsSebastian Huber3-76/+0
2014-03-31posix: Use thread action for signalsSebastian Huber7-23/+28
2014-03-31rtems: Use thread action for signalsSebastian Huber6-10/+36
2014-03-31score: Add thread actionsSebastian Huber4-0/+161
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber5-9/+37
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2-9/+38
2014-03-31score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber1-7/+29
2014-03-31score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber1-23/+24
2014-03-31score: Add per-CPU state functionSebastian Huber2-1/+41
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer6-32/+71
2014-03-27privateenv: Remove sharing of user environment between threads.Christian Mauderer2-76/+4
2014-03-25score: PR2174: Add workaroundSebastian Huber3-0/+17
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber4-132/+1
2014-03-25sapi: Add profiling report for testsSebastian Huber1-0/+11
2014-03-25score: Fix heap protectionSebastian Huber1-7/+21
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