summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-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