summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Assert proper seqlock writer stateSebastian Huber2016-07-221-0/+3
* score: Add debug support to chainsSebastian Huber2016-07-2216-7/+84
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* Misc: Spell length correctlyJoel Sherrill2016-07-121-1/+1
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-062-4/+7
* score: Do not disable ISR in _Terminate()Sebastian Huber2016-07-062-9/+1
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-042-1/+30
* score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2016-07-042-2/+9
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+1
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-011-4/+2
* score: Change scheduler node init and destroySebastian Huber2016-07-0123-64/+107
* score: Fix MPCI message layoutSebastian Huber2016-07-011-1/+1
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-014-58/+89
* score: Workaround for #2751Sebastian Huber2016-07-011-0/+4
* score: Next try to fix thread lock on SMPSebastian Huber2016-07-011-6/+16
* score: Fix priority affinity SMP schedulerSebastian Huber2016-07-011-2/+10
* score: Strong APA scheduler processor allocationSebastian Huber2016-06-303-24/+24
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-307-34/+37
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-304-12/+46