summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix: nanosleep: adjust elapsed time calculationGedare Bloom2016-08-101-39/+39
* sptests/splinkersets01: Fix for small-data areaSebastian Huber2016-08-102-12/+12
* libmisc/untar: Set the perms to the value in the tar file.Chris Johns2016-08-094-21/+68
* bsp/atsam: Add power supportAlexander Krutwig2016-08-087-0/+505
* sptests/splinkersets01: Fix warningsSebastian Huber2016-08-083-34/+34
* atsam: Add atsam_rtc_get_time()Alexander Krutwig2016-08-082-16/+23
* score: Add debug support to red-black treesSebastian Huber2016-08-0812-33/+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-025-0/+56
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-011-0/+1
* score: Fix for RTEMS_DEBUG.Chris Johns2016-08-011-0/+2
* arm/raspberrypi: framebuffer driver checks for initialization and tries runti...Pavel Pisa2016-07-311-1/+11
* arm/raspberrypi: VideoCore access corrections in cache operation and more err...Pavel Pisa2016-07-316-48/+112
* posix: nanosleep: optimize away a time conversionGedare Bloom2016-07-291-2/+1
* bsp/qoriq: Remove legacy U-Boot supportSebastian Huber2016-07-289-208/+69
* bsp/qoriq: Fix start stack setupSebastian Huber2016-07-281-3/+7
* bsp/qoriq: Fix tlbwe synchronizationSebastian Huber2016-07-282-3/+5
* bsp/qoriq: Add QORIQ_HAS_WRITE_BACK_L1_CACHESebastian Huber2016-07-272-0/+11
* score: Add deadlock detectionSebastian Huber2016-07-2713-102/+777
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-2720-424/+769
* 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
* atsam: Add user defined RX/TX descriptor countsAlexander Krutwig2016-07-261-126/+102
* atsam: Use normal memory for DTCMAlexander Krutwig2016-07-261-0/+1
* bsps/arm: Clear pending exceptions for ARMv7-MAlexander Krutwig2016-07-261-0/+2
* Add Untar_FromGzChunk_Print() + TestAlexander Krutwig2016-07-268-6/+210
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-265-1/+251
* sptests/spextensions01: Avoid NULL pointer accessSebastian Huber2016-07-261-1/+2
* 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-2514-9/+477