# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 06/17/24 00:08:51 Wed, 23 Apr 2014 20:08:26 GMT Jennifer Averett [82d137ae] * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/capture01/Makefile.am (added) * testsuites/libtests/capture01/capture01.doc (added) * testsuites/libtests/capture01/capture01.scn (added) * testsuites/libtests/capture01/init.c (added) * testsuites/libtests/capture01/system.h (added) * testsuites/libtests/capture01/test1.c (added) * testsuites/libtests/configure.ac (modified) capture01: New non-interactive test for capture engine. Thu, 10 Jul 2014 12:27:42 GMT Sebastian Huber [27783f6] * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (modified) score: Fix scheduler helping implementation Do not extract the idle ... Wed, 09 Jul 2014 13:44:13 GMT Sebastian Huber [93726e5] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios_setbestbaud.c (added) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios01/termios01.doc (modified) termios: Add rtems_termios_set_best_baud() Wed, 09 Jul 2014 09:52:56 GMT Sebastian Huber [a0fb29f] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios01/init.c (modified) termios: PR1279: Use first open status Wed, 09 Jul 2014 09:15:53 GMT Sebastian Huber [32fc6a3] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios01/init.c (modified) termios: PR1279: Use set attributes status Fri, 27 Jun 2014 11:10:15 GMT Sebastian Huber [ef8c00bc] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios01/termios01.doc (modified) termios: PR2153: New low-level device API Add a new low-level ... Tue, 24 Jun 2014 08:00:06 GMT Sebastian Huber [9f228bea] * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (modified) smptests/smpmrsp01: Add and update test cases Wed, 11 Jun 2014 12:31:03 GMT Sebastian Huber [8568341] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Need for help indicator for scheduler ops Return a thread in ... Tue, 08 Jul 2014 12:25:55 GMT Sebastian Huber [08d9760] * cpukit/score/include/rtems/score/schedulercbsimpl.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/scheduleredfupdate.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Rename *_Node_get() to *_Thread_get_node() This emphasizes ... Tue, 01 Jul 2014 10:02:24 GMT Sebastian Huber [8852594] * testsuites/sptests/spcontext01/init.c (modified) sptests/spcontext01: Avoid NULL pointer access Mon, 30 Jun 2014 10:30:12 GMT Sebastian Huber [0b4ec4d] * testsuites/smptests/smpfatal08/init.c (modified) smptests/smpfatal08: Support RTEMS_PARAVIRT Tue, 24 Jun 2014 07:53:11 GMT Sebastian Huber [b42e148] * testsuites/smptests/smpmigration02/init.c (modified) smptests/smpmigration02: PR2183: Add test case Wed, 18 Jun 2014 13:16:02 GMT Sebastian Huber [a92989a] * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) score: Fix thread deletion on SMP Close the thread object in ... Wed, 11 Jun 2014 09:03:25 GMT Sebastian Huber [2d36931] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) score: Collect scheduler related fields in TCB Add ... Wed, 18 Jun 2014 08:54:04 GMT Sebastian Huber [bd56356b] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpwakeafter01/Makefile.am (added) * testsuites/smptests/smpwakeafter01/init.c (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.doc (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.scn (added) smptests/smpwakeafter01: New test Fri, 13 Jun 2014 14:06:20 GMT Sebastian Huber [11947299] * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) smptests: Avoid use of uninitialized data Wed, 11 Jun 2014 14:34:51 GMT Sebastian Huber [4962d24d] * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/smptests/smpscheduler03/smpscheduler03.scn (modified) smptests/smpscheduler03: Test all SMP schedulers Wed, 11 Jun 2014 12:37:03 GMT Sebastian Huber [647859e] * testsuites/samples/pppd/system.h (modified) samples/pppd: Fix extra drivers initializer Tue, 10 Jun 2014 09:42:19 GMT Sebastian Huber [2a2a1695] * testsuites/smptests/smpfatal03/init.c (modified) smptest/smpfatal03: Update due to API changes Tue, 03 Jun 2014 10:00:53 GMT Sebastian Huber [f6fc6359] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spsem03/Makefile.am (added) * testsuites/sptests/spsem03/init.c (added) * testsuites/sptests/spsem03/spsem03.doc (added) * testsuites/sptests/spsem03/spsem03.scn (added) sptests/spsem03: New test Tue, 03 Jun 2014 08:24:55 GMT Sebastian Huber [1d799ad] * testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/rhealstone/rhmlatency/mlatency.c (modified) * testsuites/rhealstone/rhsemshuffle/semshuffle.c (modified) * testsuites/rhealstone/rhtaskpreempt/taskpreempt.c (modified) * testsuites/rhealstone/rhtaskswitch/taskswitch.c (modified) rhealstone: Produce proper begin/end messages Mon, 02 Jun 2014 14:15:15 GMT Christian Mauderer [5abe5a8] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Fix for debug enabled Mon, 02 Jun 2014 14:15:14 GMT Christian Mauderer [1ee0d5f] * testsuites/smptests/smpmrsp01/init.c (modified) smptests/smpmrsp01: Fix scheduler ids Mon, 26 May 2014 14:02:58 GMT Sebastian Huber [9553e7a6] * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * doc/user/sem.t (modified) * testsuites/smptests/smpmrsp01/init.c (modified) score: Use Resource Handler for MrsP semaphores This enables proper ... Fri, 23 May 2014 08:00:33 GMT Sebastian Huber [3e201139] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/resource.h (added) * cpukit/score/include/rtems/score/resourceimpl.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/resourceiterate.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spresource01/Makefile.am (added) * testsuites/sptests/spresource01/init.c (added) * testsuites/sptests/spresource01/spresource01.doc (added) * testsuites/sptests/spresource01/spresource01.scn (added) score: Add Resource Handler A resource is something that has at ... Wed, 28 May 2014 16:11:51 GMT Sebastian Huber [25f5730f] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * doc/user/smp.t (modified) * testsuites/smptests/smpscheduler02/init.c (modified) score: _Scheduler_Set_affinity() Do not change the scheduler with ... Mon, 19 May 2014 13:07:22 GMT Chris Johns [431bb85d] * testsuites/automake/test-subdirs.am (modified) * testsuites/testdata/require-tick-isr.tcfg (added) * tools/build/rtems-test-check (modified) rtems-test-check: Ignore tests which require real ISR based clock ... Wed, 21 May 2014 08:33:43 GMT Sebastian Huber [8fcafdd5] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/attrimpl.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.c (added) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mrsp.h (added) * cpukit/score/include/rtems/score/mrspimpl.h (added) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/preinstall.am (modified) * doc/user/Makefile.am (modified) * doc/user/conf.t (modified) * doc/user/sem.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmrsp01/Makefile.am (added) * testsuites/smptests/smpmrsp01/init.c (added) * testsuites/smptests/smpmrsp01/smpmrsp01.doc (added) * testsuites/smptests/smpmrsp01/smpmrsp01.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmrsp01/Makefile.am (added) * testsuites/sptests/spmrsp01/init.c (added) * testsuites/sptests/spmrsp01/spmrsp01.doc (added) * testsuites/sptests/spmrsp01/spmrsp01.scn (added) score: Multiprocessor Resource Sharing Protocol Add basic support ... Fri, 23 May 2014 13:32:32 GMT Sebastian Huber [d134adeb] * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal07/Makefile.am (deleted) * testsuites/smptests/smpfatal07/init.c (deleted) * testsuites/smptests/smpfatal07/smpfatal07.doc (deleted) * testsuites/smptests/smpfatal07/smpfatal07.scn (deleted) score: Fix race condition in SMP startup Do not use the ... Thu, 22 May 2014 07:31:13 GMT Sebastian Huber [4edf348c] * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/sp65/init.c (modified) * testsuites/sptests/sp65/sp65.doc (modified) score: PR2179: Fix initially locked PCP mutexes Elevate the ... Thu, 22 May 2014 09:56:50 GMT Chris Johns [3cbedb1] * testsuites/samples/pppd/init.c (modified) testsuite: Add a user keypress to start pppd. Allow the test to run ... Sun, 27 Apr 2014 08:11:09 GMT Chris Johns [eae0863] * cpukit/rtems/src/clockgettod.c (modified) * testsuites/sptests/sp2038/init.c (modified) rtems: Fix sp2038 test. Avoid using newlib's gmtime_r call which ... Wed, 21 May 2014 08:30:34 GMT Sebastian Huber [82f90743] * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: _Thread_Set_life_protection() Enable usage of ... Thu, 15 May 2014 08:31:22 GMT Sebastian Huber [c0bff5e] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpscheduler03/Makefile.am (added) * testsuites/smptests/smpscheduler03/init.c (added) * testsuites/smptests/smpscheduler03/smpscheduler03.doc (added) * testsuites/smptests/smpscheduler03/smpscheduler03.scn (added) score: Split SMP scheduler enqueue function Extract code from ... Wed, 14 May 2014 11:50:48 GMT Sebastian Huber [f39f667a] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (moved) * cpukit/score/src/scheduleredfenqueue.c (deleted) * cpukit/score/src/scheduleredfenqueuefirst.c (deleted) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (added) * cpukit/score/src/schedulerpriorityenqueue.c (deleted) * cpukit/score/src/schedulerpriorityenqueuefirst.c (deleted) * cpukit/score/src/schedulerpriorityextract.c (deleted) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulersimplechangepriority.c (moved) * cpukit/score/src/schedulersimpleenqueue.c (deleted) * cpukit/score/src/schedulersimpleenqueuefirst.c (deleted) * cpukit/score/src/schedulersimpleextract.c (deleted) * cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c (deleted) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/schedulersmpvalidstatechanges.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadsettransient.c (deleted) * doc/user/glossary.texi (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical19/Makefile.am (deleted) * testsuites/sptests/spintrcritical19/init.c (deleted) * testsuites/sptests/spintrcritical19/spintrcritical19.doc (deleted) * testsuites/sptests/spintrcritical19/spintrcritical19.scn (deleted) score: Simplify _Thread_Change_priority() The function to change a ... Tue, 13 May 2014 14:03:05 GMT Sebastian Huber [beab7329] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/schedulercbsimpl.h (added) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsallocate.c (modified) * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/scheduleredfallocate.c (modified) * cpukit/score/src/scheduleredfenqueue.c (modified) * cpukit/score/src/scheduleredfextract.c (modified) * cpukit/score/src/scheduleredfupdate.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerpriorityenqueue.c (modified) * cpukit/score/src/schedulerpriorityenqueuefirst.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpvalidstatechanges.c (added) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Introduce scheduler nodes Rename scheduler per-thread ... Mon, 12 May 2014 07:23:51 GMT Sebastian Huber [6c5c2f3] * c/src/lib/libbsp/powerpc/qoriq/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/qoriq/start/start.S (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspsmp.c (modified) * c/src/lib/libbsp/sparc/shared/start/start.S (modified) * testsuites/smptests/smpfatal08/init.c (modified) bsps: Use bsp_start_on_secondary_processor() Use a standard ... Thu, 08 May 2014 08:11:13 GMT Sebastian Huber [11b05f1] * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * c/src/lib/libcpu/powerpc/new-exceptions/cpu.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S (modified) * cpukit/score/cpu/arm/cpu.c (modified) * cpukit/score/cpu/arm/cpu_asm.S (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/cpu_asm.S (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spcontext01/init.c (modified) score: Fix CPU context usage on SMP We must not alter the is ... Wed, 07 May 2014 16:32:15 GMT Sebastian Huber [23b9d095] * testsuites/smptests/smp07/init.c (modified) smptests/smp07: Fix test output Wed, 07 May 2014 16:30:36 GMT Sebastian Huber [8fa3422] * testsuites/smptests/smp05/init.c (modified) smptests/smp05: Fix test name and output Wed, 07 May 2014 16:27:19 GMT Sebastian Huber [b97bc8bc] * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) tests: Add locked_printf_plugin() Add locked_vprintf(). Return an ... Fri, 02 May 2014 08:31:09 GMT Sebastian Huber [38b59a6] * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * c/src/lib/libcpu/powerpc/new-exceptions/cpu.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/cpu/arm/cpu.c (modified) * cpukit/score/cpu/arm/cpu_asm.S (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/cpu_asm.S (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/cpu.c (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadstartmultitasking.c (modified) * doc/user/smp.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmigration02/Makefile.am (added) * testsuites/smptests/smpmigration02/init.c (added) * testsuites/smptests/smpmigration02/smpmigration02.doc (added) * testsuites/smptests/smpmigration02/smpmigration02.scn (added) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpswitchextension01/smpswitchextension01.scn (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Implement forced thread migration The current implementation ... Mon, 05 May 2014 14:47:30 GMT Joel Sherrill [3324383c] * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/libtests/flashdisk01/init.c (modified) * testsuites/libtests/flashdisk01/test-file-system.c (modified) * testsuites/libtests/monitor02/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/capture/test1.c (modified) * testsuites/samples/fileio/system.h (modified) * testsuites/samples/iostream/init.cc (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/paranoia/paranoia.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/samples/pppd/pppdapp.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) testsuites: Remove BSP_SMALL_MEMORY Fri, 02 May 2014 13:33:23 GMT Sebastian Huber [145becf] * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpipi01/Makefile.am (added) * testsuites/smptests/smpipi01/init.c (added) * testsuites/smptests/smpipi01/smpipi01.doc (added) * testsuites/smptests/smpipi01/smpipi01.scn (added) score: Add SMP test message handler This handler can be used to ... Tue, 29 Apr 2014 14:09:35 GMT Sebastian Huber [e239760] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulerident.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/src/smp.c (modified) * doc/user/conf.t (modified) * doc/user/smp.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal06/Makefile.am (deleted) * testsuites/smptests/smpfatal06/init.c (deleted) * testsuites/smptests/smpfatal06/smpfatal06.doc (deleted) * testsuites/smptests/smpfatal06/smpfatal06.scn (deleted) * testsuites/smptests/smpscheduler02/init.c (modified) score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS Avoid the ... Sun, 04 May 2014 22:12:52 GMT Chris Johns [1461b648] * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg (added) * c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg (added) * c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg (added) * c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg (added) * c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg (added) * c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg (added) * c/src/lib/libbsp/m68k/ods68302/make/custom/ods68302-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg (added) * c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg (added) * c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg (added) * c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg (added) * c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg (added) * c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg (added) * testsuites/automake/test-subdirs.am (added) * testsuites/fstests/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/samples/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/tmtests/Makefile.am (modified) * tools/build/rtems-test-check (added) testsuite: Add a per BSP test check for tests not to build. Provide ... Sat, 26 Apr 2014 13:09:10 GMT Sebastian Huber [03b7789] * c/src/lib/libbsp/mips/shared/irq/exception.S (modified) * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * c/src/lib/libcpu/sparc64/shared/score/interrupt.S (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/bfin/cpu_asm.S (modified) * cpukit/score/cpu/h8300/cpu_asm.S (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/m68k/cpu_asm.S (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/cpu/mips/rtems/score/cpu.h (modified) * cpukit/score/cpu/nios2/Makefile.am (modified) * cpukit/score/cpu/nios2/nios2-initialize-vectors.c (deleted) * cpukit/score/cpu/nios2/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/v850/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/src/isr.c (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spintr_err01/init.c (modified) score: Statically initialize _ISR_Vector_table Mon, 21 Apr 2014 14:08:48 GMT Joel Sherrill [a44fa5a7] * testsuites/libtests/utf8proc01/init.c (modified) utf8proc01: Honor BSP_SMALL_MEMORY Mon, 21 Apr 2014 14:08:34 GMT Joel Sherrill [faa4e4c0] * testsuites/libtests/flashdisk01/init.c (modified) flashdisk01: Honor BSP_SMALL_MEMORY Mon, 21 Apr 2014 14:08:15 GMT Joel Sherrill [2bea494] * testsuites/fstests/fsdosfsname01/init.c (modified) fsdosfsname01: Honor BSP_SMALL_MEMORY Mon, 21 Apr 2014 14:07:57 GMT Joel Sherrill [97ae79d7] * testsuites/fstests/fsdosfsformat01/init.c (modified) fsdosfsformat01: Honor BSP_SMALL_MEMORY Wed, 16 Apr 2014 10:34:07 GMT Sebastian Huber [b3613c3a] * testsuites/smptests/smpload01/init.c (modified) smptests/smpload01: Reduce timeout value Use events instead of ... Wed, 09 Apr 2014 13:07:54 GMT Sebastian Huber [c5831a3f] * c/src/lib/libbsp/i386/shared/smp/smp-imps.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/percpu.c (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadstart.c (modified) * doc/user/conf.t (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal04/Makefile.am (added) * testsuites/smptests/smpfatal04/init.c (added) * testsuites/smptests/smpfatal04/smpfatal04.doc (added) * testsuites/smptests/smpfatal04/smpfatal04.scn (added) * testsuites/smptests/smpfatal05/Makefile.am (added) * testsuites/smptests/smpfatal05/init.c (added) * testsuites/smptests/smpfatal05/smpfatal05.doc (added) * testsuites/smptests/smpfatal05/smpfatal05.scn (added) * testsuites/smptests/smpfatal06/Makefile.am (added) * testsuites/smptests/smpfatal06/init.c (added) * testsuites/smptests/smpfatal06/smpfatal06.doc (added) * testsuites/smptests/smpfatal06/smpfatal06.scn (added) * testsuites/smptests/smpfatal07/Makefile.am (added) * testsuites/smptests/smpfatal07/init.c (added) * testsuites/smptests/smpfatal07/smpfatal07.doc (added) * testsuites/smptests/smpfatal07/smpfatal07.scn (added) * testsuites/smptests/smpfatal08/Makefile.am (added) * testsuites/smptests/smpfatal08/init.c (added) * testsuites/smptests/smpfatal08/smpfatal08.doc (added) * testsuites/smptests/smpfatal08/smpfatal08.scn (added) * testsuites/smptests/smpscheduler02/Makefile.am (added) * testsuites/smptests/smpscheduler02/init.c (added) * testsuites/smptests/smpscheduler02/smpscheduler02.doc (added) * testsuites/smptests/smpscheduler02/smpscheduler02.scn (added) * testsuites/sptests/spscheduler01/init.c (modified) score: Add clustered/partitioned scheduling Clustered/partitioned ... Wed, 09 Apr 2014 08:09:39 GMT Sebastian Huber [27270b0d] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskgetscheduler.c (added) * cpukit/rtems/src/tasksetscheduler.c (added) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add task get/set scheduler Wed, 09 Apr 2014 08:09:57 GMT Sebastian Huber [1b67535d] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (added) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add scheduler get processors Wed, 09 Apr 2014 08:09:24 GMT Sebastian Huber [b427a92] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulerident.c (added) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add scheduler identification Tue, 08 Apr 2014 09:14:27 GMT Sebastian Huber [0712d17] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/schedulerdefaultgetaffinity.c (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulergetaffinity.c (added) * cpukit/score/src/schedulersetaffinity.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spscheduler01/Makefile.am (added) * testsuites/sptests/spscheduler01/init.c (added) * testsuites/sptests/spscheduler01/spscheduler01.doc (added) * testsuites/sptests/spscheduler01/spscheduler01.scn (added) score: Task get/set affinity Make rtems_task_get_affinity() and ... Fri, 04 Apr 2014 08:56:36 GMT Sebastian Huber [e1598a6] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/scheduler.c (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsallocate.c (modified) * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbscleanup.c (modified) * cpukit/score/src/schedulercbscreateserver.c (modified) * cpukit/score/src/schedulercbsdestroyserver.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsgetapprovedbudget.c (modified) * cpukit/score/src/schedulercbsgetexecutiontime.c (modified) * cpukit/score/src/schedulercbsgetparameters.c (modified) * cpukit/score/src/schedulercbsgetremainingbudget.c (modified) * cpukit/score/src/schedulercbsgetserverid.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbssetparameters.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultallocatefree.c (modified) * cpukit/score/src/schedulerdefaultgetaffinity.c (modified) * cpukit/score/src/schedulerdefaultreleasejob.c (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulerdefaultstartidle.c (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/schedulerdefaultupdate.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/scheduleredfallocate.c (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/scheduleredfenqueue.c (modified) * cpukit/score/src/scheduleredfenqueuefirst.c (modified) * cpukit/score/src/scheduleredfextract.c (modified) * cpukit/score/src/scheduleredffree.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfschedule.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfupdate.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerpriorityallocate.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerpriorityenqueue.c (modified) * cpukit/score/src/schedulerpriorityenqueuefirst.c (modified) * cpukit/score/src/schedulerpriorityextract.c (modified) * cpukit/score/src/schedulerpriorityfree.c (modified) * cpukit/score/src/schedulerpriorityschedule.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimple.c (modified) * cpukit/score/src/schedulersimpleblock.c (modified) * cpukit/score/src/schedulersimpleenqueue.c (modified) * cpukit/score/src/schedulersimpleenqueuefirst.c (modified) * cpukit/score/src/schedulersimpleextract.c (modified) * cpukit/score/src/schedulersimplereadyqueueenqueue.c (modified) * cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c (modified) * cpukit/score/src/schedulersimpleschedule.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadrestart.c (modified) * doc/user/conf.t (modified) * testsuites/rhealstone/rhilatency/ilatency.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Static scheduler configuration Do not allocate the scheduler ... Mon, 14 Apr 2014 21:05:52 GMT Joel Sherrill [589bbcb] * testsuites/sptests/sp74/sp74.doc (modified) sp74.doc: Correct minor typos Thu, 10 Apr 2014 09:02:52 GMT Sebastian Huber [cb5eaddf] * c/src/lib/libbsp/arm/altera-cyclone-v/startup/bspreset.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspreset.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/rtems/src/getcurrentprocessor.c (added) * cpukit/sapi/src/testextension.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp01/tasks.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp02/tasks.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp08/tasks.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) rtems: Rename rtems_smp_get_current_processor() Rename ... Thu, 10 Apr 2014 08:58:27 GMT Sebastian Huber [4bc8d2e] * c/src/lib/libbsp/sparc/leon3/startup/bspreset.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/rtems/src/getprocessorcount.c (added) * cpukit/sapi/src/profilingiterate.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpswitchextension01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) rtems: Rename rtems_smp_get_processor_count() Rename ... Mon, 07 Apr 2014 12:50:37 GMT Sebastian Huber [263f4bec] * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/io.c (modified) * doc/user/conf.t (modified) * testsuites/libtests/block11/init.c (modified) * testsuites/sptests/sp21/init.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Statically initialize IO manager This simplifies the RTEMS ... Wed, 09 Apr 2014 07:40:43 GMT Sebastian Huber [2d5424d2] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Account for internal struct align Wed, 09 Apr 2014 13:26:17 GMT Sebastian Huber [c3cd7e7] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpschedule01/Makefile.am (deleted) * testsuites/smptests/smpscheduler01/Makefile.am (added) * testsuites/smptests/smpscheduler01/init.c (moved) * testsuites/smptests/smpscheduler01/smpscheduler01.doc (moved) * testsuites/smptests/smpscheduler01/smpscheduler01.scn (moved) smptests/smpschedule01: Rename in smpscheduler01 Mon, 07 Apr 2014 14:07:25 GMT Sebastian Huber [eeb45b5] * testsuites/sptests/sp68/init.c (modified) sptests/sp68: Fix configuration Mon, 07 Apr 2014 13:59:09 GMT Sebastian Huber [fef4293] * testsuites/psxtests/psxkey02/init.c (modified) * testsuites/psxtests/psxkey02/psxkey02.scn (modified) psxtests/psxkey02: Test for proper error case Mon, 07 Apr 2014 13:36:55 GMT Sebastian Huber [316ba97] * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) tmtests/tm21: Fix configuration Mon, 07 Apr 2014 12:50:34 GMT Sebastian Huber [781631e] * testsuites/sptests/spwatchdog/init.c (modified) sptests/spwatchdog: Fix for short enums Fri, 04 Apr 2014 11:58:26 GMT Sebastian Huber [e785fbaa] * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/sched_rr_get_interval.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Delete _Thread_Ticks_per_timeslice Use the Configuration instead. Fri, 04 Apr 2014 11:43:15 GMT Sebastian Huber [47445846] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Delete _Thread_Maximum_extensions Use the Configuration instead. Thu, 03 Apr 2014 17:55:43 GMT Joel Sherrill [d507c037] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (modified) * cpukit/rtems/src/taskvariableadd.c (modified) * cpukit/rtems/src/taskvariabledelete.c (modified) * cpukit/rtems/src/taskvariableget.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * doc/user/task.t (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) Disable per task variables when SMP is enabled Per task variables ... Fri, 04 Apr 2014 14:32:10 GMT Sebastian Huber [cae120e2] * testsuites/rhealstone/rhmlatency/mlatency.c (modified) rhealstone/rhmlatency: Fix configuration Thu, 03 Apr 2014 13:03:35 GMT Sebastian Huber [24934e36] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/posix/src/sched_yield.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimpleimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/schedulercbsallocate.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultallocatefree.c (modified) * cpukit/score/src/schedulerdefaultgetaffinity.c (modified) * cpukit/score/src/schedulerdefaultreleasejob.c (modified) * cpukit/score/src/schedulerdefaultsetaffinity.c (modified) * cpukit/score/src/schedulerdefaultstartidle.c (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/schedulerdefaultupdate.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/scheduleredfallocate.c (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/scheduleredfenqueue.c (modified) * cpukit/score/src/scheduleredfenqueuefirst.c (modified) * cpukit/score/src/scheduleredfextract.c (modified) * cpukit/score/src/scheduleredffree.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfschedule.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfupdate.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerpriorityallocate.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerpriorityenqueue.c (modified) * cpukit/score/src/schedulerpriorityenqueuefirst.c (modified) * cpukit/score/src/schedulerpriorityextract.c (modified) * cpukit/score/src/schedulerpriorityfree.c (modified) * cpukit/score/src/schedulerpriorityprioritycompare.c (modified) * cpukit/score/src/schedulerpriorityschedule.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimpleblock.c (modified) * cpukit/score/src/schedulersimpleenqueue.c (modified) * cpukit/score/src/schedulersimpleenqueuefirst.c (modified) * cpukit/score/src/schedulersimpleextract.c (modified) * cpukit/score/src/schedulersimplereadyqueueenqueue.c (modified) * cpukit/score/src/schedulersimplereadyqueueenqueuefirst.c (modified) * cpukit/score/src/schedulersimpleschedule.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersimpleunblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadready.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetpriority.c (modified) * cpukit/score/src/threadsetstate.c (modified) * cpukit/score/src/threadsettransient.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Add scheduler control to scheduler ops Scheduler operations ... Tue, 18 Mar 2014 17:44:32 GMT Jennifer Averett [af53e6cf] * testsuites/smptests/smpaffinity01/init.c (modified) smpaffinity01: Use Priority Affinity SMP scheduler. Tue, 18 Mar 2014 17:43:55 GMT Jennifer Averett [d4e1ead] * testsuites/smptests/smppsxaffinity01/init.c (modified) smppsxaffinity01: Use Priority Affinity SMP scheduler. Tue, 18 Mar 2014 17:43:35 GMT Jennifer Averett [cb283959] * testsuites/smptests/smppsxaffinity02/init.c (modified) smppsxaffinity02: Use Priority Affinity SMP scheduler. Thu, 03 Apr 2014 10:52:33 GMT Sebastian Huber [1a6093d] * testsuites/samples/fileio/system.h (modified) samples/fileio: Fix configuration Tue, 01 Apr 2014 09:48:59 GMT Sebastian Huber [494c2e3] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/prioritybitmap.h (modified) * cpukit/score/include/rtems/score/prioritybitmapimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/prioritybitmap.c (deleted) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerpriorityenqueue.c (modified) * cpukit/score/src/schedulerpriorityenqueuefirst.c (modified) * cpukit/score/src/schedulerpriorityextract.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (deleted) * testsuites/sptests/spsize/size.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Move priority bit map to scheduler instance Delete global ... Fri, 28 Mar 2014 12:44:18 GMT Sebastian Huber [3f5f2ce] * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfatal28/Makefile.am (added) * testsuites/sptests/spfatal28/spfatal28.doc (added) * testsuites/sptests/spfatal28/spfatal28.scn (added) * testsuites/sptests/spfatal28/testcase.h (added) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spsem01/init.c (modified) * testsuites/sptests/spsem01/spsem01.scn (modified) * testsuites/sptests/spsem02/init.c (modified) * testsuites/sptests/spsem02/spsem02.scn (modified) score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE Issue a fatal ... Tue, 01 Apr 2014 07:21:05 GMT Sebastian Huber [3ccfd98b] * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/newlib01/Makefile.am (added) * testsuites/libtests/newlib01/init.c (added) * testsuites/libtests/newlib01/newlib01.doc (added) * testsuites/libtests/newlib01/newlib01.scn (added) libtests/newlib01: New test Tue, 01 Apr 2014 06:40:23 GMT Sebastian Huber [57db5f1] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Avoid bad profiling stat Thu, 27 Mar 2014 08:04:47 GMT Sebastian Huber [91e7b0c] * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqextract.c (modified) * cpukit/score/src/threadqextractfifo.c (modified) * cpukit/score/src/threadqextractpriority.c (modified) * cpukit/score/src/threadqprocesstimeout.c (modified) * cpukit/score/src/threadqrequeue.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: PR2172: _Thread_queue_Extract() Add ... Mon, 31 Mar 2014 13:49:35 GMT Sebastian Huber [b9b014e] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Typo Mon, 31 Mar 2014 13:45:01 GMT Sebastian Huber [a881ff2] * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) smptests/smpthreadlife01: Add test cases Mon, 31 Mar 2014 07:23:48 GMT Sebastian Huber [ab816bc] * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/system.h (modified) * testsuites/sptests/sptask_err04/task1.c (modified) sptests/sptask_err04: Fix broken test Thu, 27 Mar 2014 13:46:31 GMT Sebastian Huber [03e89287] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * testsuites/sptests/sp51/init.c (modified) score: Delete CORE_mutex_Control::lock The holder field is enough ... Fri, 28 Mar 2014 08:29:51 GMT Sebastian Huber [f0b4fd9] * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spthreadlife01/Makefile.am (added) * testsuites/sptests/spthreadlife01/init.c (added) * testsuites/sptests/spthreadlife01/spthreadlife01.doc (added) * testsuites/sptests/spthreadlife01/spthreadlife01.scn (added) score: Do not reset resource count during restart This fixes an ... Thu, 27 Mar 2014 13:16:12 GMT Sebastian Huber [23fec9f0] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuecreatesupp.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierinit.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/barriercreate.c (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/dpmemcreate.c (modified) * cpukit/rtems/src/dpmemdelete.c (modified) * cpukit/rtems/src/msgqallocate.c (deleted) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/partcreate.c (modified) * cpukit/rtems/src/partdelete.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/sapi/src/extensioncreate.c (modified) * cpukit/sapi/src/extensiondelete.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) score: PR2152: Use allocator mutex for objects Use allocator mutex ... Tue, 25 Mar 2014 09:54:49 GMT Sebastian Huber [1b1be254] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heapfree.c (modified) * cpukit/score/src/threadclose.c (deleted) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) score: Thread life cycle re-implementation The thread deletion is ... Mon, 17 Mar 2014 14:03:22 GMT Sebastian Huber [391ad3e] * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) score: Fix thread restart extensions context Run the thread restart ... Mon, 17 Mar 2014 09:12:14 GMT Sebastian Huber [5c731a83] * cpukit/rtems/src/taskrestart.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpthreadlife01/Makefile.am (added) * testsuites/smptests/smpthreadlife01/init.c (added) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (added) * testsuites/smptests/smpthreadlife01/smpthreadlife01.scn (added) * testsuites/smptests/smpunsupported01/init.c (modified) score: Use thread action for thread restart The thread restart is ... Fri, 28 Mar 2014 10:58:20 GMT Sebastian Huber [ecd8c8ad] * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal22/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) tests/fatal: Fix test names Fri, 28 Mar 2014 10:52:28 GMT Sebastian Huber [d98217c] * testsuites/psxtests/psxconfig01/init.c (modified) psxtests/psxconfig01: Fix for POSIX keys config Fri, 28 Mar 2014 10:47:42 GMT Sebastian Huber [2c83ac3] * testsuites/smptests/smpfatal03/init.c (modified) smptests/smpfatal03: Fix end of test output Fri, 28 Mar 2014 10:34:16 GMT Sebastian Huber [5a13ef9] * testsuites/sptests/sp44/init.c (modified) sptests/sp44: Fix end of test output Fri, 28 Mar 2014 18:05:57 GMT Bjorn Larsson [df367fad] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (deleted) * testsuites/sptests/sp09/isr.c (deleted) * testsuites/sptests/sp09/sp09.scn (deleted) * testsuites/sptests/sp09/task1.c (deleted) * testsuites/sptests/sp09/task2.c (deleted) * testsuites/sptests/sp09/task3.c (deleted) * testsuites/sptests/spclock_err01/Makefile.am (added) * testsuites/sptests/spclock_err01/delay.c (moved) * testsuites/sptests/spclock_err01/init.c (moved) * testsuites/sptests/spclock_err01/spclock_err01.doc (added) * testsuites/sptests/spclock_err01/spclock_err01.scn (added) * testsuites/sptests/spclock_err01/system.h (moved) * testsuites/sptests/sptask_err02/Makefile.am (added) * testsuites/sptests/sptask_err02/init.c (added) * testsuites/sptests/sptask_err02/sptask_err02.doc (moved) * testsuites/sptests/sptask_err02/sptask_err02.scn (added) * testsuites/sptests/sptask_err02/system.h (added) * testsuites/sptests/sptask_err04/Makefile.am (added) * testsuites/sptests/sptask_err04/init.c (moved) * testsuites/sptests/sptask_err04/sptask_err04.doc (added) * testsuites/sptests/sptask_err04/sptask_err04.scn (added) * testsuites/sptests/sptask_err04/system.h (added) * testsuites/sptests/sptask_err04/task1.c (moved) * testsuites/sptests/sptimer_err01/init.c (modified) * testsuites/sptests/sptimer_err01/sptimer_err01.scn (modified) sptests: New tests split from sp09 screen 1 and screen 2. Split ... Thu, 27 Mar 2014 14:47:24 GMT Bjorn Larsson [719c7e5] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/sptask_err03/Makefile.am (added) * testsuites/sptests/sptask_err03/init.c (moved) * testsuites/sptests/sptask_err03/sptask_err03.doc (added) * testsuites/sptests/sptask_err03/sptask_err03.scn (added) * testsuites/sptests/sptask_err03/system.h (added) sptask_err03: New test split from sp09 screen 3. Wed, 26 Mar 2014 18:22:43 GMT Bjorn Larsson [4327a7b] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spevent_err03/Makefile.am (added) * testsuites/sptests/spevent_err03/init.c (moved) * testsuites/sptests/spevent_err03/spevent_err03.doc (added) * testsuites/sptests/spevent_err03/spevent_err03.scn (added) * testsuites/sptests/spevent_err03/system.h (added) spevent_err03: New test split from sp09 screen 4. Wed, 26 Mar 2014 14:56:43 GMT Bjorn Larsson [d6f65e40] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spsem_err01/Makefile.am (added) * testsuites/sptests/spsem_err01/init.c (moved) * testsuites/sptests/spsem_err01/spsem_err01.doc (added) * testsuites/sptests/spsem_err01/spsem_err01.scn (added) * testsuites/sptests/spsem_err01/system.h (added) * testsuites/sptests/spsem_err02/Makefile.am (added) * testsuites/sptests/spsem_err02/init.c (moved) * testsuites/sptests/spsem_err02/spsem_err02.doc (added) * testsuites/sptests/spsem_err02/spsem_err02.scn (added) * testsuites/sptests/spsem_err02/system.h (added) * testsuites/sptests/spsem_err02/task2.c (added) * testsuites/sptests/sptask_err01/Makefile.am (added) * testsuites/sptests/sptask_err01/init.c (added) * testsuites/sptests/sptask_err01/sptask_err01.doc (added) * testsuites/sptests/sptask_err01/sptask_err01.scn (added) * testsuites/sptests/sptask_err01/system.h (added) * testsuites/sptests/sptask_err01/task2.c (added) sptests: split sp09 screen 5,6 into spsem_err01, spsem_err02, and ... Tue, 25 Mar 2014 18:48:30 GMT Bjorn Larsson [a3707d89] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp09/Makefile.am (modified) * testsuites/sptests/sp09/sp09.scn (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp09/task1.c (modified) * testsuites/sptests/spmsgq_err01/Makefile.am (added) * testsuites/sptests/spmsgq_err01/init.c (moved) * testsuites/sptests/spmsgq_err01/spmsgq_err01.doc (added) * testsuites/sptests/spmsgq_err01/spmsgq_err01.scn (added) * testsuites/sptests/spmsgq_err01/system.h (added) * testsuites/sptests/spmsgq_err02/Makefile.am (added) * testsuites/sptests/spmsgq_err02/init.c (moved) * testsuites/sptests/spmsgq_err02/spmsgq_err02.doc (added) * testsuites/sptests/spmsgq_err02/spmsgq_err02.scn (added) * testsuites/sptests/spmsgq_err02/system.h (added) * testsuites/sptests/spmsgq_err02/task3.c (added) sptests: Split sp09 screens 7,8 into spmsg1_err01 and spmsgq_err02. ...