summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-217-319/+862
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-213-0/+107
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-215-0/+33
* score: Add scheduler node table for each threadSebastian Huber2016-09-217-58/+156
* score: Rework thread priority managementSebastian Huber2016-09-2163-1467/+2678
* termios: Add IO control handlerSebastian Huber2016-09-192-2/+20
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-192-235/+281
* imfs: Untangle dependenciesSebastian Huber2016-09-193-89/+116
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-162-6/+3
* Add SPI bus frameworkAlexander Krutwig2016-09-165-0/+877
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-0822-41/+69
* score: Add scheduler node implementation headerSebastian Huber2016-09-086-106/+140
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-089-144/+220
* score: Move scheduler node to own header fileSebastian Huber2016-09-085-163/+196
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0833-186/+235
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-0816-92/+68
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-09-081-0/+1
* libdl: Add ARM C++ relocation record support.Chris Johns2016-09-082-2/+18
* stackchk: Fix stack checker thread initializationSebastian Huber2016-09-082-30/+4
* stackchk: Use a const pattern to checkSebastian Huber2016-09-082-90/+51
* stackchk: Remove superfluous internal header fileSebastian Huber2016-09-083-103/+26
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-076-34/+2
* score: Add _Chain_Initialize_one()Sebastian Huber2016-09-061-0/+27
* score: Improve red-black tree debug supportSebastian Huber2016-09-064-3/+19
* score: Add _RBTree_Initialize_one()Sebastian Huber2016-09-061-0/+20
* score: Add missing const qualifiersSebastian Huber2016-09-062-10/+10
* capture: Use proper accessor functionsSebastian Huber2016-09-061-4/+4
* capture: Workaround to avoid misaligned accessSebastian Huber2016-09-061-1/+1
* libmisc/capture: Remove the reserved _t in the types.Chris Johns2016-09-018-271/+252
* libmisc/capture: Fix the capture engine on SMP.Chris Johns2016-09-019-666/+880
* 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