summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom15-15/+29
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom4-32/+33
2016-07-25cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom1-1/+1
2016-07-25posix: add clock_nanosleep and testsGedare Bloom1-9/+46
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom47-144/+200
2016-07-25score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-25score: Relax thread begin extension environmentSebastian Huber1-7/+8
2016-07-25score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber1-1/+1
2016-07-22score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-22score: Assert proper seqlock writer stateSebastian Huber1-0/+3
2016-07-22score: Add debug support to chainsSebastian Huber16-7/+84
2016-07-21posix: Fix double chain extractSebastian Huber1-5/+2
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa4-2/+74
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2016-07-12DOSFS - LENGHT -> LENGTHJoel Sherrill4-6/+6
2016-07-06score: Postpone SMP shutdown in _Terminate()Sebastian Huber2-4/+7
2016-07-06score: Do not disable ISR in _Terminate()Sebastian Huber2-9/+1
2016-07-04libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa1-0/+2
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2-1/+30