# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 04/25/24 11:02:16 Wed, 10 Aug 2016 03:07:29 GMT Chris Johns [9a4eca5] * aclocal/enable-cxx.m4 (modified) * c/src/aclocal/enable-cxx.m4 (modified) * c/src/aclocal/prog-cxx.m4 (modified) * c/src/configure.ac (modified) * cpukit/configure.ac (modified) * testsuites/aclocal/enable-cxx.m4 (modified) * testsuites/aclocal/prog-cxx.m4 (modified) * testsuites/configure.ac (modified) build-system: Always enable C++ if the compiler is present. We ... Wed, 10 Aug 2016 07:54:13 GMT Sebastian Huber [21d73655] * testsuites/sptests/splinkersets01/items.c (modified) * testsuites/sptests/splinkersets01/splinkersets01.h (modified) sptests/splinkersets01: Fix for small-data area Mon, 01 Aug 2016 01:02:13 GMT Chris Johns [b0f08c8] * cpukit/libmisc/untar/untar.c (modified) * cpukit/libmisc/untar/untar.h (modified) * testsuites/libtests/tar01/Makefile.am (modified) * testsuites/libtests/tar01/init.c (modified) libmisc/untar: Set the perms to the value in the tar file. This ... Mon, 08 Aug 2016 07:47:06 GMT Sebastian Huber [5c09e9d] * testsuites/sptests/splinkersets01/init.c (modified) * testsuites/sptests/splinkersets01/items.c (modified) * testsuites/sptests/splinkersets01/splinkersets01.h (modified) sptests/splinkersets01: Fix warnings Mon, 08 Aug 2016 06:44:51 GMT Sebastian Huber [aaaf9610] * cpukit/libfs/src/jffs2/include/linux/rbtree.h (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/sapi/src/rbtreeinsert.c (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) score: Add debug support to red-black trees This helps to detect ... Mon, 01 Aug 2016 11:16:57 GMT Christian Mauderer [5fe6d07a] * cpukit/score/include/rtems/linkersets.h (modified) * testsuites/sptests/splinkersets01/init.c (modified) * testsuites/sptests/splinkersets01/items.c (modified) * testsuites/sptests/splinkersets01/sets.c (modified) * testsuites/sptests/splinkersets01/splinkersets01.h (modified) linker set: Allow adding any variable into content The newly ... Tue, 26 Jul 2016 08:34:21 GMT Sebastian Huber [d79df38] * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spmutex01/spmutex01.doc (modified) * testsuites/sptests/spsyslock01/init.c (modified) score: Add deadlock detection The mutex objects use the owner field ... Mon, 25 Jul 2016 14:35:37 GMT Sebastian Huber [1fcac5ad] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Turn thread lock into thread wait lock The ... Mon, 25 Jul 2016 13:34:43 GMT Alexander Krutwig [6a174c02] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/untar/untar.h (modified) * cpukit/libmisc/untar/untar_tgz.c (added) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/tar01/Makefile.am (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar01/tar01.doc (modified) * testsuites/libtests/tar01/tar01.scn (modified) Add Untar_FromGzChunk_Print() + Test Wed, 13 Jul 2016 07:22:35 GMT Alexander Krutwig [1a8fe67a] * cpukit/libmisc/untar/untar.c (modified) * cpukit/libmisc/untar/untar.h (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar01/tar01.doc (modified) * testsuites/libtests/tar01/tar01.scn (modified) Add Untar_FromChunk_Print() + Test Tue, 26 Jul 2016 07:26:19 GMT Sebastian Huber [c1b815ab] * testsuites/sptests/spextensions01/init.c (modified) sptests/spextensions01: Avoid NULL pointer access Thu, 09 Jun 2016 15:40:35 GMT Gedare Bloom [6e98ea91] * cpukit/posix/src/nanosleep.c (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/time/clock_nanosleep.c (added) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/psxtmtests/configure.ac (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep01/psxtmclocknanosleep01.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep02/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep02/psxtmclocknanosleep02.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep03/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep03/psxtmclocknanosleep03.doc (added) posix: add clock_nanosleep and tests updates #2732 Tue, 05 Jul 2016 09:30:14 GMT Sebastian Huber [57a00bc6] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmutex02/Makefile.am (added) * testsuites/smptests/smpmutex02/init.c (added) * testsuites/smptests/smpmutex02/smpmutex02.doc (added) * testsuites/smptests/smpmutex02/smpmutex02.scn (added) smptests/smpmutex02: New test Update #2765. Fri, 08 Jul 2016 14:58:48 GMT Sebastian Huber [0fd6f255] * cpukit/score/src/threadhandler.c (modified) * testsuites/sptests/spextensions01/init.c (modified) score: Relax thread begin extension environment Update #2752. Thu, 21 Jul 2016 08:15:02 GMT Sebastian Huber [059529e] * cpukit/libcsupport/src/malloc_deferred.c (modified) * cpukit/libcsupport/src/mount-mgr.c (modified) * cpukit/libcsupport/src/printertask.c (modified) * cpukit/libcsupport/src/sup_fs_location.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/posix/src/aio_misc.c (modified) * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/include/rtems/rbheap.h (modified) * cpukit/sapi/src/rbheap.c (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/include/rtems/score/resourceimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/freechain.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/threadqops.c (modified) * testsuites/sptests/spchain/init.c (modified) score: Add debug support to chains This helps to detect * double ... Tue, 05 Jul 2016 07:04:15 GMT Sebastian Huber [6f6cf785] * cpukit/score/src/interr.c (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) score: Postpone SMP shutdown in _Terminate() This enables fatal ... Fri, 01 Jul 2016 13:16:10 GMT Sebastian Huber [2e3ba71] * cpukit/libnetworking/libc/getnameinfo.c (modified) * testsuites/libtests/networking01/init.c (modified) net: Fix byte order issue for getnameinfo() Thu, 30 Jun 2016 12:08:18 GMT Sebastian Huber [c0bd006] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/smptests/smpwakeafter01/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Fix rtems_task_set_scheduler() API Task priorities are only ... Thu, 30 Jun 2016 09:01:05 GMT Sebastian Huber [4280dff7] * testsuites/smptests/smpstrongapa01/init.c (modified) smptests/smpstrongapa01: Simplify Thu, 30 Jun 2016 07:50:41 GMT Sebastian Huber [4fe0e97f] * testsuites/smptests/smpstrongapa01/init.c (modified) smptests/smpstrongapa01: Add test cases Mon, 02 May 2016 12:49:33 GMT Christian Mauderer [195d412] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/libc/getnameinfo.c (added) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/networking01/Makefile.am (added) * testsuites/libtests/networking01/init.c (added) * testsuites/libtests/networking01/networking01.doc (added) * testsuites/libtests/networking01/networking01.scn (added) libnetworking: Add minimal getnameinfo() This implementation just ... Mon, 02 May 2016 12:49:35 GMT Christian Mauderer [187a0744] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/setgroups.c (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/unistd/setgroups.c (added) libcsupport: Add dummy for setgroups(). The dummy for setgroups() ... Fri, 24 Jun 2016 09:22:03 GMT Sebastian Huber [254dc82] * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) score: Change Priority_Control to 64-bit A 32-bit Priority_Control ... Thu, 23 Jun 2016 11:43:38 GMT Sebastian Huber [9f61ad60] * testsuites/psxtests/psx05/init.c (modified) * testsuites/sptests/sp30/init.c (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) testsuites: Increase invalid priority values Increase the invalid ... Fri, 24 Jun 2016 09:16:35 GMT Sebastian Huber [50a56dff] * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/src/schedulercbscreateserver.c (modified) * cpukit/score/src/schedulercbssetparameters.c (modified) * testsuites/sptests/spcbssched02/init.c (modified) * testsuites/sptests/spqreslib/init.c (modified) score: Move SCHEDULER_EDF_PRIO_MSB This is an implementation detail ... Fri, 24 Jun 2016 06:26:55 GMT Sebastian Huber [b364d38] * testsuites/sptests/spintrcritical23/init.c (modified) sptests/spintrcritical23: Explicity set scheduler This test uses ... Thu, 23 Jun 2016 07:09:55 GMT Sebastian Huber [b679b492] * testsuites/sptests/sp42/init.c (modified) sptests/sp42: Relax priority requirements Thu, 23 Jun 2016 08:31:04 GMT Sebastian Huber [ec5d95e1] * testsuites/smptests/smpmrsp01/init.c (modified) smptests/smpmrsp01: Fix due to API changes Commit ... Wed, 08 Jun 2016 20:22:46 GMT Sebastian Huber [9bfad8c] * 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/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/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultnodeinit.c (modified) * cpukit/score/src/schedulerdefaultupdate.c (deleted) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfupdate.c (deleted) * cpukit/score/src/schedulerpriority.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 (deleted) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) score: Add thread priority to scheduler nodes The thread priority ... Fri, 10 Jun 2016 06:48:54 GMT Sebastian Huber [77ff5599] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (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/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/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * cpukit/score/src/schedulerdefaultmappriority.c (added) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smppsxmutex01/Makefile.am (added) * testsuites/smptests/smppsxmutex01/init.c (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.doc (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.scn (added) * testsuites/smptests/smpscheduler02/init.c (modified) score: Introduce map priority scheduler operation Introduce ... Tue, 21 Jun 2016 15:12:40 GMT Sebastian Huber [c82835a] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/status.h (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp51/sp51.scn (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/sptimer_err02/init.c (modified) rtems: Rework RTEMS API to SuperCore priority Use same structure as ... Tue, 14 Jun 2016 04:50:38 GMT Sebastian Huber [ce6e9ec2] * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) posix: pthread_mutexattr_setprioceiling() Accept all priority ... Tue, 21 Jun 2016 12:30:13 GMT Sebastian Huber [3d9fd2ce] * testsuites/sptests/sp20/init.c (modified) * testsuites/sptests/sp20/sp20.scn (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp20/task1.c (modified) sptests/sp20: Use printer task This avoids test failures due to ... Tue, 21 Jun 2016 11:30:15 GMT Sebastian Huber [506bfc8] * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/print.h (modified) * cpukit/include/rtems/printer.h (added) * cpukit/libcsupport/src/print_fprintf.c (modified) * cpukit/libcsupport/src/print_printf.c (modified) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libdl/rap.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuinfo.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/mghttpd/mongoose.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/samples/hello/init.c (modified) Move printer initialization to separate header The RTEMS print user ... Tue, 21 Jun 2016 11:12:31 GMT Sebastian Huber [ede1a41] * c/src/lib/libbsp/shared/src/irq-default-handler.c (modified) * c/src/libchip/rtc/ds1375.c (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libdrvmgr/drvmgr_translate_check.c (modified) * cpukit/libfs/src/devfs/devfs_show.c (modified) * cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h (modified) * cpukit/libmisc/mouse/mouse_parser.c (modified) * cpukit/libmisc/mouse/serial_mouse.c (modified) * testsuites/libtests/block08/bdbuf_tests.h (modified) * testsuites/samples/cdtest/main.cc (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) Make rtems/print.h independent of rtems/bspIo.h Tue, 21 Jun 2016 11:28:01 GMT Sebastian Huber [e8020d1] * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * testsuites/sptests/spprintk/init.c (modified) Rename and move RTEMS_PRINTF_ATTRIBUTE() Rename ... Tue, 21 Jun 2016 07:45:39 GMT Sebastian Huber [7222a65] * testsuites/sptests/spcpucounter01/init.c (modified) sptests/spcpucounter01: Resurrect workaround Resurrect workaround ... Mon, 20 Jun 2016 11:55:37 GMT Sebastian Huber [3e2a3c4] * testsuites/sptests/spcpucounter01/init.c (modified) * testsuites/sptests/spcpucounter01/spcpucounter01.doc (modified) * testsuites/sptests/spcpucounter01/spcpucounter01.scn (modified) sptests/spcpucounter01: Add some statistics Mon, 20 Jun 2016 04:50:12 GMT Sebastian Huber [bc47ec1c] * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Refine system initialization order Mon, 20 Jun 2016 06:10:51 GMT Sebastian Huber [6a6a225] * testsuites/sptests/spsysinit01/init.c (modified) sptests/spsysinit01: Move begin of test message Wed, 09 Mar 2016 21:15:37 GMT Joel Sherrill [6131b84] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/condattrgetclock.c (added) * cpukit/posix/src/condattrsetclock.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxcond02/Makefile.am (added) * testsuites/psxtests/psxcond02/init.c (added) * testsuites/psxtests/psxcond02/psxcond02.doc (added) * testsuites/psxtests/psxcond02/psxcond02.scn (added) Add pthread_condattr_getclock() and pthread_condattr_setclock() ... Wed, 04 May 2016 14:32:07 GMT Joel Sherrill [018cf74] * testsuites/mptests/mp03/task1.c (modified) mptests/mp03/task1.c: Make method static to fix warning Fri, 22 Apr 2016 01:15:40 GMT Joel Sherrill [07ac1735] * testsuites/samples/base_mp/apptask.c (modified) samples/base_mp/apptask.c: Fix warning and clean up Wed, 15 Jun 2016 09:18:10 GMT Sebastian Huber [661e0e63] * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) psxtests/psx12: Use and print proper rounded ms Update #2738. Wed, 15 Jun 2016 08:39:09 GMT Sebastian Huber [917884c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) posix: Fix poradic server initial CPU budget Update #2738. Wed, 15 Jun 2016 07:04:29 GMT Sebastian Huber [d6467102] * testsuites/psxtests/psx12/Makefile.am (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) * testsuites/psxtests/psx12/system.h (deleted) * testsuites/psxtests/psx12/task.c (deleted) psxtests/psx12: Use one file and simplify Tue, 14 Jun 2016 09:13:22 GMT Sebastian Huber [6a631da] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_max() Enable for all configurations since ... Tue, 14 Jun 2016 09:12:19 GMT Sebastian Huber [ea02782a] * cpukit/posix/Makefile.am (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_min() Enable for all configurations since ... Mon, 13 Jun 2016 13:22:47 GMT Sebastian Huber [0c34dbf3] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadsetschedprio.c (added) * testsuites/psxtests/psx05/init.c (modified) posix: Add pthread_setschedprio() Close #2734. Mon, 13 Jun 2016 13:10:31 GMT Sebastian Huber [fc30ac5] * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_setschedparam() Close #2735. Mon, 13 Jun 2016 04:53:27 GMT Sebastian Huber [23b1bb38] * cpukit/posix/src/pthreadgetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_getschedparam() Return the unmodified thread ... Wed, 08 Jun 2016 13:18:14 GMT Sebastian Huber [05b7eec] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplockseq.h (added) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smplock01/smplock01.scn (modified) score: Add an SMP sequence lock implementation Wed, 08 Jun 2016 08:01:44 GMT Sebastian Huber [4c19e59b] * testsuites/smptests/smpatomic01/init.c (modified) smptests/smpatomic01: Fix seqlock write Tue, 07 Jun 2016 13:26:52 GMT Sebastian Huber [cc8bb9e3] * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic01/smpatomic01.scn (modified) smptests/smpatomic01: Add seqlock test case Fri, 03 Jun 2016 06:15:21 GMT Sebastian Huber [3ad5f86] * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * testsuites/sptests/sp42/init.c (modified) * testsuites/sptests/sp42/sp42.scn (modified) rtems: Fix no protocol mutex release The Classic binary semaphores ... Wed, 18 May 2016 23:18:21 GMT Chris Johns [d84e346b] * cpukit/libmisc/untar/untar.c (modified) * cpukit/libmisc/untar/untar.h (modified) * testsuites/libtests/tar01/init.c (modified) libmisc/untar: Support directory create and overwrites. Share the ... Wed, 01 Jun 2016 07:50:44 GMT Sebastian Huber [a9cc6a84] * cpukit/libmisc/testsupport/testparallel.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic01/smpatomic01.scn (modified) smptests/smpatomic01: New test cases Demonstrate that a ... Mon, 30 May 2016 08:43:31 GMT Sebastian Huber [73f2ddb] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) rtems: Fix semaphore field name Thu, 26 May 2016 20:29:56 GMT Sebastian Huber [09c5ca4] * 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/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutexsurrender.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) score: Simplify CORE mutex Remove superfluous support for simple ... Fri, 27 May 2016 12:43:19 GMT Sebastian Huber [93306058] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spfatal03/testcase.h (modified) score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check ... Fri, 27 May 2016 11:26:53 GMT Sebastian Huber [0e1d11f3] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.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 (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Add _Thread_queue_Context_set_MP_callout() Add ... Mon, 23 May 2016 11:37:59 GMT Sebastian Huber [dce48791] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetranslatereturncode.c (deleted) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextranslatereturncode.c (deleted) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarriertranslatereturncode.c (deleted) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktranslatereturncode.c (deleted) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspinlocktranslatereturncode.c (deleted) * cpukit/posix/src/pspintrylock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphoretranslatereturncode.c (deleted) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/include/rtems/rtems/statusimpl.h (modified) * cpukit/rtems/src/barriertranslatereturncode.c (deleted) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (deleted) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (deleted) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/status.h (added) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/corespinlockrelease.c (modified) * cpukit/score/src/corespinlockwait.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical20/init.c (modified) score: Add Status_Control for all APIs Unify the status codes of ... Wed, 25 May 2016 12:28:34 GMT Sebastian Huber [d887c1b] * cpukit/posix/src/seminit.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) posix: Fix sem_init() with too large initial value Close #2721. Wed, 25 May 2016 12:23:48 GMT Sebastian Huber [39bcf741] * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/mpci.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/spsem_err01.scn (modified) Fix semaphore post overflow status Close #2720. Thu, 26 May 2016 19:40:34 GMT Sebastian Huber [dbedcf9] * testsuites/support/src/locked_print.c (modified) testsuites: Fix locked_printf() test printer Thu, 26 May 2016 05:51:44 GMT Chris Johns [3039e18] * testsuites/samples/loopback/init.c (modified) * testsuites/samples/pppd/init.c (modified) testsuite: Fix networking samples to use the RTEMS printer. Wed, 25 May 2016 06:37:28 GMT Sebastian Huber [9ec7d492] * cpukit/posix/src/pspinlocktranslatereturncode.c (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) posix: Fix pthread_spin_unlock() error status Close #2719. Mon, 23 May 2016 09:40:18 GMT Sebastian Huber [631b3c8] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mqueuegetattr.c (modified) * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.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 (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Move thread queue MP callout to context Drop the ... Mon, 23 May 2016 05:29:49 GMT Chris Johns [addf1aa] * testsuites/libtests/block08/bdbuf_test1_1.c (modified) * testsuites/libtests/block08/bdbuf_test1_2.c (modified) * testsuites/libtests/block08/bdbuf_test1_3.c (modified) * testsuites/libtests/block08/bdbuf_test1_4.c (modified) * testsuites/libtests/block08/bdbuf_test1_5.c (modified) * testsuites/libtests/block08/bdbuf_test2_1.c (modified) * testsuites/libtests/block08/bdbuf_test2_2.c (modified) * testsuites/libtests/block08/bdbuf_test3_1.c (modified) * testsuites/libtests/block08/bdbuf_test3_2.c (modified) * testsuites/libtests/block08/bdbuf_test3_3.c (modified) * testsuites/libtests/block08/bdbuf_test4_1.c (modified) * testsuites/libtests/block08/bdbuf_test4_2.c (modified) * testsuites/libtests/block08/bdbuf_test4_3.c (modified) * testsuites/libtests/block08/bdbuf_tests.h (modified) * testsuites/libtests/block08/test_disk.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) testsuite: Fix printk format warnings. Mon, 23 May 2016 05:24:43 GMT Chris Johns [61ea345] * testsuites/support/include/tmacros.h (modified) testsuite: Fix printk formating warning. Fri, 20 May 2016 08:39:50 GMT Chris Johns [24d0ee57] * c/src/lib/libbsp/shared/include/irq-info.h (modified) * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (added) * cpukit/libblock/include/rtems/blkdev.h (modified) * cpukit/libblock/src/blkdev-blkstats.c (modified) * cpukit/libblock/src/blkdev-print-stats.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/print_fprintf.c (added) * cpukit/libcsupport/src/print_printf.c (added) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/putk.c (modified) * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/fb/mw_uid.h (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/sapi/include/rtems/profiling.h (modified) * cpukit/sapi/src/profilingreportxml.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/fstests/fsnofs01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block08/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) cpukit, testsuite: Add rtems_printf and rtems_printer support. This ... Tue, 24 May 2016 13:39:07 GMT Sebastian Huber [b1860df5] * testsuites/psxtests/psxmsgq01/init.c (modified) psxtests/psxmsgq01: Fix typo Tue, 24 May 2016 05:40:18 GMT Sebastian Huber [4b623d65] * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgsubmit.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) score: Fix blocking _CORE_message_queue_Submit() Close #2718. Tue, 24 May 2016 12:18:16 GMT Sebastian Huber [7088340] * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) psxtests/psxmsgq01: Enable test case Fri, 20 May 2016 13:10:27 GMT Sebastian Huber [e266d13] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pthreaddetach.c (modified) * cpukit/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.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 (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/taskgetscheduler.c (modified) * cpukit/rtems/src/taskissuspended.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/schedulercbsattachthread.c (modified) * cpukit/score/src/schedulercbsdetachthread.c (modified) * cpukit/score/src/schedulercbsgetexecutiontime.c (modified) * cpukit/score/src/schedulercbsgetremainingbudget.c (modified) * cpukit/score/src/threadget.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) Replace *_Get_interrupt_disable() with *_Get() Uniformly use ... Fri, 20 May 2016 12:59:30 GMT Sebastian Huber [62c528e6] * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * testsuites/sptests/spintrcritical22/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) rtems: _Semaphore_Get_interrupt_disable() Use _Objects_Get_local() ... Tue, 17 May 2016 14:03:46 GMT Sebastian Huber [ceb0f659] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddisabledispatch.c (deleted) * cpukit/score/src/threaddispatchdisablelevel.c (deleted) * cpukit/score/src/threadenabledispatch.c (deleted) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpfatal03/Makefile.am (deleted) * testsuites/smptests/smpfatal03/init.c (deleted) * testsuites/smptests/smpfatal03/smpfatal03.doc (deleted) * testsuites/smptests/smpfatal03/smpfatal03.scn (deleted) score: Remove the Giant lock Update #2555. Wed, 18 May 2016 06:08:38 GMT Sebastian Huber [c2f301b5] * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Rename _ISR_Flash() into _ISR_Local_flash() This is a ... Wed, 18 May 2016 06:06:54 GMT Sebastian Huber [24713163] * c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c (modified) * c/src/lib/libbsp/m68k/mvme167/network/network.c (modified) * c/src/lib/libcpu/or1k/shared/cache/cache.c (modified) * c/src/lib/libcpu/powerpc/mpc8260/cpm/dpram.c (modified) * c/src/lib/libcpu/powerpc/mpc8xx/cpm/dpram.c (modified) * c/src/lib/libcpu/sh/sh7032/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/sh7750/score/cpu_asm.c (modified) * c/src/lib/libcpu/sh/shgdb/score/cpu_asm.c (modified) * c/src/libchip/ide/ata.c (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/src/intrbody.c (modified) * cpukit/score/cpu/arm/armv7m-isr-vector-install.c (modified) * cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Rename _ISR_Disable() and _ISR_Enable() Rename ... Wed, 18 May 2016 06:03:05 GMT Sebastian Huber [4b04cb61] * c/src/lib/libcpu/powerpc/shared/include/powerpc-utility.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/score/cpu/sparc/sparcv8-atomic.c (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smplock.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/debugisthreaddispatchingallowed.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isrisinprogress.c (modified) * cpukit/score/src/smplock.c (modified) * cpukit/score/src/smpmulticastaction.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * cpukit/score/src/threadhandler.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Rename _ISR_Disable_without_giant() Rename ... Tue, 17 May 2016 13:43:31 GMT Sebastian Huber [dab902d5] * testsuites/libtests/malloctest/init.c (modified) * testsuites/smptests/smpcache01/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/sptests/sp75/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) testsuites: Avoid Giant lock Replace _Thread_Disable_dispatch() ... Tue, 17 May 2016 12:54:48 GMT Sebastian Huber [5eac9676] * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) testsuites: Replace _Thread_Get() Replace _Thread_Get() with ... Tue, 17 May 2016 12:48:46 GMT Sebastian Huber [92f68830] * testsuites/sptests/spintrcritical22/init.c (modified) sptests/spintrcritical22: Avoid _Objects_Get() Use ... Fri, 13 May 2016 12:07:23 GMT Sebastian Huber [33829ce] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Avoid Giant lock for _Thread_Start() Update #2555. Thu, 12 May 2016 14:32:27 GMT Sebastian Huber [9949d8a7] * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: Add Thread_Change_life() Add _Thread_Change_life_locked() as ... Tue, 17 May 2016 15:23:44 GMT Sebastian Huber [12a1228c] * testsuites/psxtests/psxclassic01/init.c (modified) * testsuites/psxtests/psxclassic01/psxclassic01.scn (modified) psxclassic01: Assume correct pthread_detach() Update #2714. Wed, 18 May 2016 12:34:26 GMT Sebastian Huber [41ce30a] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smplockmcs.h (added) * cpukit/score/preinstall.am (modified) * testsuites/smptests/smplock01/init.c (modified) SMP: Add Mellor-Crummey and Scott (MCS) lock Added only for ... Wed, 18 May 2016 09:09:10 GMT Sebastian Huber [ae0f048] * testsuites/psxtests/psxualarm/init.c (modified) * testsuites/psxtests/psxualarm/psxualarm.scn (modified) psxtests/psxualarm: Avoid output in signal handler Avoid output in ... Tue, 17 May 2016 11:39:15 GMT Sebastian Huber [3c20d28] * cpukit/posix/src/pthreadkill.c (modified) * testsuites/psxtests/psx04/init.c (modified) posix: Fix return states of pthread_kill() POSIX mandates that an ... Tue, 17 May 2016 07:47:53 GMT Sebastian Huber [9d8ee11] * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel/psxcancel.doc (modified) psxtests/psxcancel: Add pthread_detach() tests Update #2714. Tue, 17 May 2016 07:41:34 GMT Sebastian Huber [f014f84] * testsuites/psxtests/psxcancel/init.c (modified) psxtests/psxcancel: Add resource check Tue, 17 May 2016 05:36:27 GMT Sebastian Huber [adc819ef] * testsuites/sptests/spthreadlife01/init.c (modified) sptests/spthreadlife01: Add self delete test case Fri, 13 May 2016 12:59:31 GMT Sebastian Huber [9fd7271] * cpukit/posix/src/cancel.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) posix: Fix return status of pthread_cancel() POSIX recommends ESRCH ... Thu, 12 May 2016 08:57:15 GMT Sebastian Huber [1379d84] * testsuites/smptests/smpcapture02/init.c (modified) smptests/smpcapture02: Adjust for clock changes Fix overall clock ... Wed, 11 May 2016 09:54:49 GMT Sebastian Huber [bd12dda] * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadgetcputimeused.c (modified) * cpukit/score/src/threadsetstate.c (modified) * cpukit/score/src/threadyield.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/tmtests/tm27/task1.c (modified) score: Use thread state lock for current state In addition protect ... Wed, 11 May 2016 15:52:13 GMT Sebastian Huber [9276fde] * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/coremutex.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spmutex01/Makefile.am (added) * testsuites/sptests/spmutex01/init.c (added) * testsuites/sptests/spmutex01/spmutex01.doc (added) * testsuites/sptests/spmutex01/spmutex01.scn (added) score: Fix CORE mutex initialization The priority inheritance and ... Tue, 03 May 2016 07:19:59 GMT Sebastian Huber [876dde7a] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/threadget.c (modified) * testsuites/sptests/sp43/init.c (modified) score: Make _Objects_Information_table const The ... Tue, 03 May 2016 05:38:19 GMT Sebastian Huber [1d40d81b] * c/src/ada/rtems-tasks.adb (modified) * c/src/ada/rtems-tasks.ads (modified) * 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 (deleted) * cpukit/rtems/src/taskvariableadd.c (deleted) * cpukit/rtems/src/taskvariabledelete.c (deleted) * cpukit/rtems/src/taskvariableget.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp28/Makefile.am (deleted) * testsuites/sptests/sp28/init.c (deleted) * testsuites/sptests/sp28/sp28.doc (deleted) * testsuites/sptests/sp28/sp28.scn (deleted) rtems: Remove task variables Update #2494. Update #2555. Tue, 03 May 2016 10:55:00 GMT Sebastian Huber [e4fd35d] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) confdefs.h: Fix named object size estimate Account for the ... Fri, 29 Apr 2016 10:09:32 GMT Sebastian Huber [981eed2] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/scheduler.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulerstrongapa.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpstrongapa01/Makefile.am (added) * testsuites/smptests/smpstrongapa01/init.c (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.doc (added) * testsuites/smptests/smpstrongapa01/smpstrongapa01.scn (added) score: Add dummy Strong APA scheduler Start with a copy of the ...