summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber7-319/+862
2016-09-21rtems: Add rtems_task_get_priority()Sebastian Huber3-0/+107
2016-09-21score: Manage scheduler nodes via thread queuesSebastian Huber5-0/+33
2016-09-21score: Add scheduler node table for each threadSebastian Huber7-58/+156
2016-09-21score: Rework thread priority managementSebastian Huber63-1467/+2678
2016-09-19termios: Add IO control handlerSebastian Huber2-2/+20
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber2-235/+281
2016-09-19imfs: Untangle dependenciesSebastian Huber3-89/+116
2016-09-16imfs: Fix IMFS_stat_file()Sebastian Huber2-6/+3
2016-09-16Add SPI bus frameworkAlexander Krutwig5-0/+877
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber22-41/+69
2016-09-08score: Add scheduler node implementation headerSebastian Huber6-106/+140
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber9-144/+220
2016-09-08score: Move scheduler node to own header fileSebastian Huber5-163/+196
2016-09-08score: Optimize thread queue enqueueSebastian Huber1-17/+32
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber33-186/+235
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber16-92/+68
2016-09-08score: Fix warningSebastian Huber1-1/+1
2016-09-08score: Fix warningSebastian Huber1-1/+1
2016-09-08score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-09-08libdl: Add ARM C++ relocation record support.Chris Johns2-2/+18
2016-09-08stackchk: Fix stack checker thread initializationSebastian Huber2-30/+4
2016-09-08stackchk: Use a const pattern to checkSebastian Huber2-90/+51
2016-09-08stackchk: Remove superfluous internal header fileSebastian Huber3-103/+26
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber6-34/+2
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