summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-06score: Add _Chain_Initialize_one()Sebastian Huber1-0/+27
2016-09-06score: Improve red-black tree debug supportSebastian Huber4-3/+19
2016-09-06score: Add _RBTree_Initialize_one()Sebastian Huber1-0/+20
2016-09-06score: Add missing const qualifiersSebastian Huber2-10/+10
2016-09-06capture: Use proper accessor functionsSebastian Huber1-4/+4
2016-09-06capture: Workaround to avoid misaligned accessSebastian Huber1-1/+1
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns8-271/+252
2016-09-01libmisc/capture: Fix the capture engine on SMP.Chris Johns9-666/+880
2016-08-19arm: Add VFP context validate support for ARMv5Kevin Kirspel2-5/+11
2016-08-18score: Fix undefined behaviourSebastian Huber1-1/+1
2016-08-15testsuite: Add libdl/dl03 cache test.Chris Johns2-1/+5
2016-08-15libdl: Fix cache corruption bugs.Chris Johns3-30/+86
2016-08-15libdl: Add trace output when reading section headers.Chris Johns1-0/+3
2016-08-12score: Improve _RBTree_Insert_inline()Sebastian Huber1-1/+9
2016-08-11score: Introduce thread queue surrender operationSebastian Huber4-36/+94
2016-08-11score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber1-28/+39
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber6-134/+86
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns1-2/+4
2016-08-10posix: nanosleep: adjust elapsed time calculationGedare Bloom1-39/+39
2016-08-09libmisc/untar: Set the perms to the value in the tar file.Chris Johns2-20/+34
2016-08-08score: Add debug support to red-black treesSebastian Huber11-32/+62
2016-08-08posix: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-05score: Simplify _Thread_Finalize_life_change()Sebastian Huber1-7/+1
2016-08-04score: Fix a release/cancel job race conditionSebastian Huber16-83/+72
2016-08-04score: Fix _Thread_queue_Path_release()Sebastian Huber1-8/+13
2016-08-04score: Fix _Scheduler_EDF_Cancel_job_filter()Sebastian Huber1-1/+1
2016-08-04score: Optimize _Thread_queue_Path_release()Sebastian Huber1-7/+29
2016-08-04score: Indroduce cancel job scheduler operationSebastian Huber13-9/+94
2016-08-03score: Fix and simplify thread wait locksSebastian Huber8-269/+139
2016-08-03posix: Fix for RTEMS_DEBUGSebastian Huber1-2/+8
2016-08-03score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-02linker set: Allow adding any variable into contentChristian Mauderer1-0/+8
2016-08-01score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-01score: Fix for RTEMS_DEBUG.Chris Johns1-0/+2
2016-07-29posix: nanosleep: optimize away a time conversionGedare Bloom1-2/+1
2016-07-27score: Add deadlock detectionSebastian Huber8-19/+356
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber19-420/+766
2016-07-27score: Priority inherit thread queue operationsSebastian Huber9-77/+116
2016-07-27score: Simplify _Thread_queue_Boost_priority()Sebastian Huber3-19/+23
2016-07-27score: Split _Thread_Change_priority()Sebastian Huber2-9/+62
2016-07-27score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-27posix: Fix error statusSebastian Huber1-2/+3
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2-58/+68
2016-07-26Add Untar_FromGzChunk_Print() + TestAlexander Krutwig3-1/+123
2016-07-26Add Untar_FromChunk_Print() + TestAlexander Krutwig2-1/+197
2016-07-26score: FormatSebastian Huber1-9/+9
2016-07-26score: Fix printk() format specifiersSebastian Huber1-2/+5
2016-07-26score: FormatSebastian Huber2-24/+21
2016-07-26score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns1-0/+2
2016-07-25posix: fix clock_nanosleep and nanosleep clock useGedare Bloom1-25/+68