summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-192-5/+11
* score: Fix undefined behaviourSebastian Huber2016-08-181-1/+1
* testsuite: Add libdl/dl03 cache test.Chris Johns2016-08-152-1/+5
* libdl: Fix cache corruption bugs.Chris Johns2016-08-153-30/+86
* libdl: Add trace output when reading section headers.Chris Johns2016-08-151-0/+3
* score: Improve _RBTree_Insert_inline()Sebastian Huber2016-08-121-1/+9
* score: Introduce thread queue surrender operationSebastian Huber2016-08-114-36/+94
* score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber2016-08-111-28/+39
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-116-134/+86
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-111-2/+4
* posix: nanosleep: adjust elapsed time calculationGedare Bloom2016-08-101-39/+39
* libmisc/untar: Set the perms to the value in the tar file.Chris Johns2016-08-092-20/+34
* score: Add debug support to red-black treesSebastian Huber2016-08-0811-32/+62
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-081-0/+1
* score: Simplify _Thread_Finalize_life_change()Sebastian Huber2016-08-051-7/+1
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-0416-83/+72
* score: Fix _Thread_queue_Path_release()Sebastian Huber2016-08-041-8/+13
* score: Fix _Scheduler_EDF_Cancel_job_filter()Sebastian Huber2016-08-041-1/+1
* score: Optimize _Thread_queue_Path_release()Sebastian Huber2016-08-041-7/+29
* score: Indroduce cancel job scheduler operationSebastian Huber2016-08-0413-9/+94
* score: Fix and simplify thread wait locksSebastian Huber2016-08-038-269/+139
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-2/+8
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-0/+1
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-021-0/+8
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-011-0/+1
* score: Fix for RTEMS_DEBUG.Chris Johns2016-08-011-0/+2
* posix: nanosleep: optimize away a time conversionGedare Bloom2016-07-291-2/+1
* score: Add deadlock detectionSebastian Huber2016-07-278-19/+356
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-2719-420/+766
* score: Priority inherit thread queue operationsSebastian Huber2016-07-279-77/+116
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-273-19/+23
* score: Split _Thread_Change_priority()Sebastian Huber2016-07-272-9/+62
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-271-0/+1
* posix: Fix error statusSebastian Huber2016-07-271-2/+3
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-262-58/+68
* Add Untar_FromGzChunk_Print() + TestAlexander Krutwig2016-07-263-1/+123
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-262-1/+197
* score: FormatSebastian Huber2016-07-261-9/+9
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* score: FormatSebastian Huber2016-07-262-24/+21
* score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns2016-07-261-0/+2
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-2515-15/+29
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-254-32/+33
* cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom2016-07-251-1/+1
* posix: add clock_nanosleep and testsGedare Bloom2016-07-251-9/+46
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2547-144/+200
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1
* score: Relax thread begin extension environmentSebastian Huber2016-07-251-7/+8
* score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber2016-07-251-1/+1