summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtems: Use thread action for signalsSebastian Huber2014-03-316-10/+36
* score: Add thread actionsSebastian Huber2014-03-314-0/+161
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-315-9/+37
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-312-9/+38
* score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber2014-03-311-7/+29
* score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-23/+24
* score: Add per-CPU state functionSebastian Huber2014-03-312-1/+41
* tests/fatal: Fix test namesSebastian Huber2014-03-315-5/+5
* psxtests/psxconfig01: Fix for POSIX keys configSebastian Huber2014-03-311-1/+1
* smptests/smpfatal03: Fix end of test outputSebastian Huber2014-03-311-5/+12
* sptests/sp44: Fix end of test outputSebastian Huber2014-03-311-1/+2
* sptests: New tests split from sp09 screen 1 and screen 2.Bjorn Larsson2014-03-2827-435/+444
* sptask_err03: New test split from sp09 screen 3.Bjorn Larsson2014-03-2810-34/+151
* spevent_err03: New test split from sp09 screen 4.Bjorn Larsson2014-03-2810-28/+122
* sptests: split sp09 screen 5,6 into spsem_err01, spsem_err02, and sptask_err01.Bjorn Larsson2014-03-2822-79/+574
* sptests: Split sp09 screens 7,8 into spmsg1_err01 and spmsgq_err02.Bjorn Larsson2014-03-2817-85/+396
* spport_err01: New test split from sp09Bjorn Larsson2014-03-2811-29/+139
* spsignal_err01: New test split from sp09.Bjorn Larsson2014-03-2810-31/+205
* spintr_err01: New test split from sp09.Bjorn Larsson2014-03-2810-44/+217
* spratemon_err01: New test split from sp09.Bjorn Larsson2014-03-2814-53/+201
* samples/base_mp: Include missing header fileSebastian Huber2014-03-271-0/+2
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-2722-37/+173
* privateenv: Remove sharing of user environment between threads.Christian Mauderer2014-03-277-126/+27
* m68k/mrm332: changes required to get the mrm332 bsp working again.James Fitzsimons2014-03-2612-890/+296
* tests: Produce proper begin/end messagesSebastian Huber2014-03-256-18/+61
* tmtests/tmcontext01: Use <rtems/test.h>Sebastian Huber2014-03-251-11/+5
* score: PR2174: Add workaroundSebastian Huber2014-03-253-0/+17
* score: Delete _Watchdog_Report()Sebastian Huber2014-03-258-169/+1
* sapi: Add profiling report for testsSebastian Huber2014-03-251-0/+11
* sptests/spprintk: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+4
* score: Fix heap protectionSebastian Huber2014-03-251-7/+21
* psxtmtests: Add test.h supportbjorn larsson2014-03-2544-88/+176
* tmtests: convert to test.hbjorn larsson2014-03-2533-66/+132
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-25224-313/+896
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-25131-190/+543
* tests: Use rtems_status_text()Sebastian Huber2014-03-252-58/+2
* bsps/sparc: Make local functions for amba plug&play static.Daniel Cederman2014-03-245-12/+10
* bsps/sparc: Add common gnat handler function prototype.Daniel Cederman2014-03-2412-6/+42
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-246-22/+38
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-247-78/+90
* libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2014-03-245-21/+0
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-244-24/+46
* librpc: Use POSIX key instead of task variablesChristian Mauderer2014-03-242-16/+48
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber2014-03-241-2/+1
* score: Delete unused STATES_ALL_SETSebastian Huber2014-03-241-2/+0
* score: Set name before object is made publicSebastian Huber2014-03-241-10/+10
* greth: Make local functions static, remove overflow and correct printf call.Daniel Cederman2014-03-212-7/+9
* bsps/sparc: Change asm to __asm__ to compile with -pedantic.Daniel Cederman2014-03-213-6/+6