# # ChangeLog for testsuites in rtems # # Generated by Trac 1.2.1.dev0 # 04/25/24 00:26:43 Fri, 13 Sep 2013 15:06:06 GMT Sebastian Huber [d1c5c01f] * testsuites/psxtests/psxfile01/test.c (modified) psxtests/psxfile01: Fix according to POSIX ftruncate() and open() ... Fri, 13 Sep 2013 13:26:48 GMT Sebastian Huber [736983f1] * testsuites/fstests/fstime/test.c (modified) fstests/fstime: Fix according to POSIX ftruncate() and open() with ... Fri, 13 Sep 2013 11:14:35 GMT Sebastian Huber [2477a39] * testsuites/fstests/fspermission/test.c (modified) fstests/fspermission: Fix resource leak Tue, 03 Sep 2013 09:06:46 GMT Sebastian Huber [4a8c334] * testsuites/smptests/smpatomic08/init.c (modified) * testsuites/smptests/smpatomic08/smpatomic08.scn (modified) smptests/smpatomic08: Add initialization test case Mon, 02 Sep 2013 13:08:05 GMT Sebastian Huber [29f7d317] * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * testsuites/smptests/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) * testsuites/smptests/smpatomic08/init.c (modified) score: Use unsigned long for atomic integers Use unsigned long ... Sun, 01 Sep 2013 13:14:07 GMT Sebastian Huber [47b6fad] * testsuites/smptests/smpatomic08/init.c (modified) * testsuites/smptests/smpatomic08/smpatomic08.scn (modified) smptests/smpatomic08: Avoid copy and paste Sun, 01 Sep 2013 13:01:42 GMT Sebastian Huber [7136d7f] * testsuites/smptests/smpatomic08/init.c (modified) smptests/smpatomic08: Simplify or/and test case Renamed and use ... Sun, 01 Sep 2013 12:34:31 GMT Sebastian Huber [d39ccd69] * testsuites/smptests/smpatomic08/init.c (modified) smptests/smpatomic08: Fix compare and exchange Sun, 01 Sep 2013 10:28:35 GMT WeiY [4238aff] * testsuites/smptests/smpatomic08/init.c (modified) * testsuites/smptests/smpatomic08/smpatomic08.scn (modified) add atomic sub, and, or, compare_exchange test cases into smpatomic08 Fri, 23 Aug 2013 14:15:50 GMT Sebastian Huber [bf30999] * cpukit/rtems/src/taskmode.c (modified) * cpukit/score/include/rtems/score/assert.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/isrlevel.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/tmtests/tm26/task1.c (modified) * testsuites/tmtests/tm27/task1.c (modified) smp: Add and use _Assert_Owner_of_giant() Add and use ... Mon, 26 Aug 2013 13:14:33 GMT Sebastian Huber [1215fd4] * c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c (modified) * c/src/libchip/ide/ata.c (modified) * cpukit/posix/src/aio_cancel.c (modified) * cpukit/posix/src/aio_misc.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/src/chainsmp.c (added) * testsuites/libtests/block06/init.c (modified) * testsuites/sptests/spchain/init.c (modified) sapi: SMP support for chains Add ISR lock to chain control for ... Thu, 29 Aug 2013 08:03:38 GMT Sebastian Huber [e127c4c] * testsuites/smptests/smpatomic08/init.c (modified) * testsuites/smptests/smpatomic08/smpatomic08.scn (modified) smptests/smpatomic08: Fix race conditions Wed, 28 Aug 2013 12:52:43 GMT Sebastian Huber [79d03e3] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpatomic08/Makefile.am (added) * testsuites/smptests/smpatomic08/init.c (added) * testsuites/smptests/smpatomic08/smpatomic08.doc (added) * testsuites/smptests/smpatomic08/smpatomic08.scn (added) smptests/smpatomic08: New test Tue, 27 Aug 2013 12:26:33 GMT Sebastian Huber [2bbcb64] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/smpatomic01/Makefile.am (modified) * testsuites/smptests/smpatomic02/Makefile.am (modified) * testsuites/smptests/smpatomic03/Makefile.am (modified) * testsuites/smptests/smpatomic04/Makefile.am (modified) * testsuites/smptests/smpatomic05/Makefile.am (modified) * testsuites/smptests/smpatomic06/Makefile.am (modified) * testsuites/smptests/smpatomic07/Makefile.am (modified) smptests: Move ATOMIC conditional to top-level Mon, 26 Aug 2013 15:39:00 GMT Sebastian Huber [7d9fff6] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * testsuites/psxtests/psxsignal05/init.c (modified) posix: Add and use _POSIX_signals_Acquire() Add and use ... Mon, 26 Aug 2013 14:51:30 GMT Sebastian Huber [ff0dcf2c] * testsuites/sptests/spthreadq01/init.c (modified) sptests/spthreadq01: Add SMP support Mon, 26 Aug 2013 14:46:53 GMT Sebastian Huber [c955f99] * testsuites/sptests/spnsext01/init.c (modified) sptests/spnsext01: Add SMP support Mon, 26 Aug 2013 12:27:52 GMT Sebastian Huber [23de794d] * cpukit/libcsupport/src/__usrenv.c (modified) * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * testsuites/sptests/spchain/init.c (modified) score: Add and use CHAIN_INITIALIZER_ONE_NODE(). Add and use ... Thu, 22 Aug 2013 15:35:33 GMT Sebastian Huber [ec987ec0] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical20/Makefile.am (added) * testsuites/sptests/spintrcritical20/init.c (added) * testsuites/sptests/spintrcritical20/spintrcritical20.doc (added) * testsuites/sptests/spintrcritical20/spintrcritical20.scn (added) sptests/spintrcritical20: PR2140: New test Fri, 23 Aug 2013 08:26:06 GMT Sebastian Huber [396f644] * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) psxtests/psxfatal0[12]: Update due to API changes Fri, 23 Aug 2013 07:20:23 GMT Sebastian Huber [38ec8af] * testsuites/libtests/flashdisk01/flashdisk01.scn (modified) libtests/flashdisk01: Update screen file Fri, 23 Aug 2013 04:56:36 GMT Chris Johns [6e4c01e] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/src/once.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadonce.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) posix: Update to the pthread_once changes. Implement the reeview ... Tue, 20 Aug 2013 09:01:55 GMT Sebastian Huber [518d82b] * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) smp: Disable restart of threads other than self Wed, 07 Aug 2013 13:35:47 GMT Sebastian Huber [99b3505] * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulerprioritysmp.c (added) * cpukit/score/src/schedulerpriorityupdate.c (modified) * doc/user/conf.t (modified) * testsuites/smptests/smpmigration01/smpmigration01.scn (modified) smp: Add Deterministic Priority SMP Scheduler Thu, 08 Aug 2013 09:49:15 GMT Sebastian Huber [aea4a91] * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpmigration01/smpmigration01.scn (modified) smp: Optimize Simple SMP scheduler Add ... Sun, 04 Aug 2013 18:56:00 GMT WeiY [6931037] * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) correct memory model in smpatomic test case Mon, 05 Aug 2013 14:35:21 GMT Zhongwei Yao [39a6e4e] * testsuites/sptests/spfreechain01/init.c (modified) Fix a bug in spfreechain01 test case. Thu, 08 Aug 2013 14:34:19 GMT Sebastian Huber [806f84c8] * testsuites/smptests/smpswitchextension01/init.c (modified) smptests/smpswitchextension01: Fix start sequence Start the toggler ... Mon, 05 Aug 2013 12:54:11 GMT Sebastian Huber [d19cce29] * c/src/lib/libbsp/mips/shared/irq/exception.S (modified) * c/src/lib/libcpu/sparc64/shared/score/interrupt.S (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/cpu/bfin/cpu_asm.S (modified) * cpukit/score/cpu/h8300/cpu_asm.S (modified) * cpukit/score/cpu/m68k/cpu_asm.S (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/objectimpl.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/assertthreaddispatchingrepressed.c (modified) * cpukit/score/src/isrsmp.c (deleted) * cpukit/score/src/percpuasm.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadloadenv.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadstartmultitasking.c (modified) * testsuites/smptests/smp06/init.c (modified) * testsuites/sptests/sp37/init.c (modified) * testsuites/tmtests/tm25/task1.c (modified) * testsuites/tmtests/tm26/task1.c (modified) score: Per-CPU thread dispatch disable level Use a per-CPU thread ... Thu, 08 Aug 2013 12:22:07 GMT Sebastian Huber [ef3c17f] * testsuites/sptests/spintrcritical19/init.c (modified) sptests/spintrcritical19: Typos Thu, 08 Aug 2013 11:58:10 GMT Sebastian Huber [6b0cd96] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical19/Makefile.am (added) * testsuites/sptests/spintrcritical19/init.c (added) * testsuites/sptests/spintrcritical19/spintrcritical19.doc (added) * testsuites/sptests/spintrcritical19/spintrcritical19.scn (added) sptests/spintrcritical19: PR2136: New test Thu, 08 Aug 2013 08:57:58 GMT Sebastian Huber [c8670f5] * testsuites/smptests/smpmigration01/init.c (modified) smptests/smpmigration01: Fix start sequence Start the runner after ... Tue, 06 Aug 2013 14:10:26 GMT Sebastian Huber [ae75429] * c/src/ada-tests/support/init.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/libcsupport/src/malloc_p.h (modified) * cpukit/libcsupport/src/mallocfreespace.c (modified) * cpukit/libcsupport/src/mallocgetheapptr.c (modified) * cpukit/libcsupport/src/mallocsetheapptr.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/sync.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-mpci.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/shell/main_wkspaceinfo.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_malloc_mbuf.c (modified) * testsuites/libtests/malloctest/init.c (modified) * testsuites/psxtests/psxfatal_support/system.h (modified) * testsuites/psxtests/psxsignal05/init.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) * testsuites/sptests/sp40/init.c (modified) * testsuites/sptests/sp67/init.c (modified) * testsuites/sptests/sp75/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spintrcritical06/init.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__ Wed, 07 Aug 2013 22:09:51 GMT Chris Johns [2f9cef88] * testsuites/fstests/fstime/test.c (modified) Check times with a no change truncate via open. The open path ... Tue, 06 Aug 2013 12:47:18 GMT Sebastian Huber [9ff70db] * testsuites/psxtests/psx14/init.c (modified) psxtests/psx14: Include missing header file Tue, 06 Aug 2013 10:47:56 GMT Sebastian Huber [03a5a8a] * testsuites/sptests/spintrcritical17/init.c (modified) sptests/spintrcritical17: Increase tick interval This helps to ... Mon, 05 Aug 2013 13:20:45 GMT Zhongwei Yao [b5c9064] * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/keyfreememory.c (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxkey01/init.c (modified) * testsuites/psxtests/psxkey01/psxkey01.scn (modified) * testsuites/psxtests/psxkey04/Makefile.am (added) * testsuites/psxtests/psxkey04/init.c (added) * testsuites/psxtests/psxkey04/psxkey04.doc (added) * testsuites/psxtests/psxkey04/psxkey04.scn (added) * testsuites/psxtests/psxkey05/Makefile.am (added) * testsuites/psxtests/psxkey05/init.c (added) * testsuites/psxtests/psxkey05/psxkey05.doc (added) * testsuites/psxtests/psxkey05/psxkey05.scn (added) * testsuites/psxtests/psxkey06/Makefile.am (added) * testsuites/psxtests/psxkey06/init.c (added) * testsuites/psxtests/psxkey06/psxkey06.doc (added) * testsuites/psxtests/psxkey06/psxkey06.scn (added) * testsuites/psxtests/psxkey07/Makefile.am (added) * testsuites/psxtests/psxkey07/init.c (added) * testsuites/psxtests/psxkey07/psxkey07.doc (added) * testsuites/psxtests/psxkey07/psxkey07.scn (added) * testsuites/psxtests/psxkey08/Makefile.am (added) * testsuites/psxtests/psxkey08/init.c (added) * testsuites/psxtests/psxkey08/psxkey08.doc (added) * testsuites/psxtests/psxkey08/psxkey08.scn (added) * testsuites/psxtests/psxkey09/Makefile.am (added) * testsuites/psxtests/psxkey09/init.c (added) * testsuites/psxtests/psxkey09/psxkey09.doc (added) * testsuites/psxtests/psxkey09/psxkey09.scn (added) * testsuites/psxtests/psxkey10/Makefile.am (added) * testsuites/psxtests/psxkey10/init.c (added) * testsuites/psxtests/psxkey10/psxkey10.doc (added) * testsuites/psxtests/psxkey10/psxkey10.scn (added) Unlimited objects support for POSIX keys This patch enables ... Tue, 06 Aug 2013 08:47:38 GMT Sebastian Huber [015bd1b] * testsuites/smptests/smp07/init.c (modified) smptests/smp07: Use suspend instead of delete Mon, 05 Aug 2013 15:27:14 GMT Sebastian Huber [25d921e] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Add ISR level test for new threads Mon, 05 Aug 2013 08:07:00 GMT Sebastian Huber [da831d0] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Add ISR set/get level tests Fri, 02 Aug 2013 09:22:16 GMT Sebastian Huber [20bb89d] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpswitchextension01/Makefile.am (added) * testsuites/smptests/smpswitchextension01/init.c (added) * testsuites/smptests/smpswitchextension01/smpswitchextension01.doc (added) * testsuites/smptests/smpswitchextension01/smpswitchextension01.scn (added) smptests/smpswitchextension01: New test Fri, 02 Aug 2013 09:37:28 GMT Sebastian Huber [b9000fd5] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpmigration01/Makefile.am (added) * testsuites/smptests/smpmigration01/init.c (added) * testsuites/smptests/smpmigration01/smpmigration01.doc (added) * testsuites/smptests/smpmigration01/smpmigration01.scn (added) smptests/smpmigration01: New test Sun, 04 Aug 2013 13:11:16 GMT Cynthia Rempel [ae39df4] * testsuites/sptests/spfreechain01/Makefile.am (modified) sptests/spfreechain01: Fix Makefile.am Thu, 01 Aug 2013 13:49:49 GMT WeiY [69308895] * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (deleted) * testsuites/sptests/spatomic01/init.c (deleted) * testsuites/sptests/spatomic01/spatomic01.doc (deleted) * testsuites/sptests/spatomic01/spatomic01.scn (deleted) * testsuites/sptests/spatomic01/system.h (deleted) * testsuites/sptests/spatomic01/tasks.c (deleted) * testsuites/sptests/spatomic02/Makefile.am (deleted) * testsuites/sptests/spatomic02/init.c (deleted) * testsuites/sptests/spatomic02/spatomic02.doc (deleted) * testsuites/sptests/spatomic02/spatomic02.scn (deleted) * testsuites/sptests/spatomic02/system.h (deleted) * testsuites/sptests/spatomic02/tasks.c (deleted) * testsuites/sptests/spatomic03/Makefile.am (deleted) * testsuites/sptests/spatomic03/init.c (deleted) * testsuites/sptests/spatomic03/spatomic03.doc (deleted) * testsuites/sptests/spatomic03/spatomic03.scn (deleted) * testsuites/sptests/spatomic03/system.h (deleted) * testsuites/sptests/spatomic03/tasks.c (deleted) * testsuites/sptests/spatomic04/Makefile.am (deleted) * testsuites/sptests/spatomic04/init.c (deleted) * testsuites/sptests/spatomic04/spatomic04.doc (deleted) * testsuites/sptests/spatomic04/spatomic04.scn (deleted) * testsuites/sptests/spatomic04/system.h (deleted) * testsuites/sptests/spatomic04/tasks.c (deleted) * testsuites/sptests/spatomic05/Makefile.am (deleted) * testsuites/sptests/spatomic05/init.c (deleted) * testsuites/sptests/spatomic05/spatomic05.doc (deleted) * testsuites/sptests/spatomic05/spatomic05.scn (deleted) * testsuites/sptests/spatomic05/system.h (deleted) * testsuites/sptests/spatomic05/tasks.c (deleted) * testsuites/sptests/spatomic06/Makefile.am (deleted) * testsuites/sptests/spatomic06/init.c (deleted) * testsuites/sptests/spatomic06/spatomic06.doc (deleted) * testsuites/sptests/spatomic06/spatomic06.scn (deleted) * testsuites/sptests/spatomic06/system.h (deleted) * testsuites/sptests/spatomic06/tasks.c (deleted) * testsuites/sptests/spatomic07/Makefile.am (deleted) * testsuites/sptests/spatomic07/init.c (deleted) * testsuites/sptests/spatomic07/spatomic07.doc (deleted) * testsuites/sptests/spatomic07/spatomic07.scn (deleted) * testsuites/sptests/spatomic07/system.h (deleted) * testsuites/sptests/spatomic07/tasks.c (deleted) clean up spatomic testcase Wed, 31 Jul 2013 11:42:07 GMT Sebastian Huber [f031df0e] * c/src/lib/libcpu/bfin/clock/rtc.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/adjtime.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/clockgetres.c (modified) * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/sysconf.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/clockgetsecondssinceepoch.c (modified) * cpukit/rtems/src/clockgettickspersecond.c (modified) * cpukit/rtems/src/clockgettod.c (modified) * cpukit/rtems/src/clockgettodtimeval.c (modified) * cpukit/rtems/src/clockgetuptime.c (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (modified) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/clocktodtoseconds.c (modified) * cpukit/rtems/src/clocktodvalidate.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (moved) * cpukit/score/preinstall.am (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodget.c (modified) * cpukit/score/src/coretodgetuptimetimespec.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/coretodtickspersec.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/timespecaddto.c (modified) * cpukit/score/src/timespecdivide.c (modified) * cpukit/score/src/timespecdividebyinteger.c (modified) * cpukit/score/src/timespecfromticks.c (modified) * cpukit/score/src/timespecisvalid.c (modified) * cpukit/score/src/timespecsubtract.c (modified) * cpukit/score/src/timespectoticks.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psxclock/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimespec01/init.c (modified) score: Rename tod.h to todimpl.h Thu, 01 Aug 2013 08:11:46 GMT Sebastian Huber [8d640134] * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/score/include/rtems/score/isrlock.h (modified) * testsuites/sptests/sp37/init.c (modified) score: ISR lock API changes Mon, 29 Jul 2013 15:25:50 GMT Sebastian Huber [1e51fa5] * cpukit/libcsupport/src/__times.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threaddispatch.c (modified) * testsuites/psxtests/psxtimes01/init.c (modified) score: Add and use _Thread_Update_cpu_time_used() Fix _times(). Thu, 01 Aug 2013 11:49:15 GMT Sebastian Huber [09c00ee] * testsuites/tmtests/tm27/task1.c (modified) tmtests/tm27: Fixes for RTEMS_DEBUG Wed, 31 Jul 2013 10:59:35 GMT Sebastian Huber [2d915cf] * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/isrlock.h (added) * cpukit/score/preinstall.am (modified) * testsuites/sptests/sp37/init.c (modified) score: Add and use ISR locks ISR locks are low-level locks to ... Wed, 31 Jul 2013 09:56:55 GMT Sebastian Huber [f20275d] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Improved interrupt lock tests Wed, 31 Jul 2013 08:53:57 GMT Sebastian Huber [e31a9c8] * testsuites/tmtests/tm26/task1.c (modified) tmtests/tm26: Fixes for RTEMS_DEBUG Mon, 29 Jul 2013 11:48:18 GMT Sebastian Huber [876dcd02] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smppsxsignal01/Makefile.am (added) * testsuites/smptests/smppsxsignal01/init.c (added) * testsuites/smptests/smppsxsignal01/smppsxsignal01.doc (added) * testsuites/smptests/smppsxsignal01/smppsxsignal01.scn (added) smptests/smppsxsignal01: New test Mon, 29 Jul 2013 08:46:28 GMT Sebastian Huber [d4f13d1] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpsignal01/Makefile.am (added) * testsuites/smptests/smpsignal01/init.c (added) * testsuites/smptests/smpsignal01/smpsignal01.doc (added) * testsuites/smptests/smpsignal01/smpsignal01.scn (added) smptests/smpsignal01: New test Fri, 26 Jul 2013 12:10:25 GMT Sebastian Huber [fe52e7c0] * c/src/lib/libbsp/i386/shared/smp/smp-imps.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/smp.c (modified) * c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/src/percpu.c (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/smptests/smpschedule01/init.c (modified) smp: Add and use _Per_CPU_Get() Add and use _Per_CPU_Get_by_index() ... Sun, 28 Jul 2013 11:48:17 GMT Sebastian Huber [7c8830c7] * testsuites/samples/unlimited/test1.c (modified) * testsuites/sptests/sp43/init.c (modified) testsuites: Include missing header files Fri, 26 Jul 2013 12:00:00 GMT Sebastian Huber [ede5a2a] * testsuites/libtests/malloc04/init.c (modified) * testsuites/libtests/malloc04/malloc04.scn (modified) libtests/malloc04: Fixes for RTEMS_DEBUG 2nd try Thu, 25 Jul 2013 13:10:11 GMT Sebastian Huber [88c74ab] * c/src/ada-tests/support/init.c (modified) * c/src/lib/libbsp/i386/pc386/ide/ide.c (modified) * c/src/lib/libbsp/lm32/shared/startup/bspstart.c (modified) * c/src/lib/libcpu/bfin/clock/rtc.c (modified) * c/src/libchip/network/cs8900.c (modified) * c/src/libchip/network/open_eth.c (modified) * cpukit/libblock/src/bdbuf.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libnetworking/rtems/rtems_dhcp.c (modified) * cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (modified) * cpukit/posix/src/clockgetenableattr.c (modified) * cpukit/posix/src/clockgetres.c (modified) * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/clocksetenableattr.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_rr_get_interval.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/sysconf.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/include/rtems/rtems/support.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/clockget.c (modified) * cpukit/rtems/src/clockgetsecondssinceepoch.c (modified) * cpukit/rtems/src/clockgettickspersecond.c (modified) * cpukit/rtems/src/clockgettickssinceboot.c (modified) * cpukit/rtems/src/clockgettod.c (modified) * cpukit/rtems/src/clockgettodtimeval.c (modified) * cpukit/rtems/src/clockgetuptime.c (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (modified) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * cpukit/rtems/src/clocksetnsecshandler.c (modified) * cpukit/rtems/src/clocktodtoseconds.c (modified) * cpukit/rtems/src/clocktodvalidate.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerident.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/inline/rtems/score/tod.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodget.c (modified) * cpukit/score/src/coretodgetuptimetimespec.c (modified) * cpukit/score/src/coretodmsecstoticks.c (deleted) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/coretodtickspersec.c (modified) * cpukit/score/src/coretodusectoticks.c (deleted) * cpukit/score/src/timespecaddto.c (modified) * cpukit/score/src/timespecdivide.c (modified) * cpukit/score/src/timespecdividebyinteger.c (modified) * cpukit/score/src/timespecfromticks.c (modified) * cpukit/score/src/timespecisvalid.c (modified) * cpukit/score/src/timespeclessthan.c (modified) * cpukit/score/src/timespecsubtract.c (modified) * cpukit/score/src/timespectoticks.c (modified) * cpukit/score/src/ts64toticks.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psxclock/init.c (modified) * testsuites/samples/nsecs/init.c (modified) * testsuites/sptests/sp01/task1.c (modified) * testsuites/sptests/sp16/task5.c (modified) * testsuites/sptests/spcbssched01/task1.c (modified) * testsuites/sptests/spedfsched01/task1.c (modified) score: Merge tod implementation into one file Delete ... Wed, 24 Jul 2013 11:50:54 GMT Sebastian Huber [a2e3f33] * c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c (modified) * cpukit/libcsupport/src/getdents.c (modified) * cpukit/libcsupport/src/getegid.c (modified) * cpukit/libcsupport/src/geteuid.c (modified) * cpukit/libcsupport/src/getlogin.c (modified) * cpukit/libcsupport/src/getpgrp.c (modified) * cpukit/libcsupport/src/getpid.c (modified) * cpukit/libcsupport/src/getppid.c (modified) * cpukit/libcsupport/src/realloc.c (modified) * cpukit/libcsupport/src/setegid.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/barrierattrdestroy.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/condattrdestroy.c (modified) * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/condattrinit.c (modified) * cpukit/posix/src/condattrsetpshared.c (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddefaultattributes.c (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignal.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/rwlockattrdestroy.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.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/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/partimpl.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/barriercreate.c (modified) * cpukit/rtems/src/barrierident.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/dpmemcreate.c (modified) * cpukit/rtems/src/dpmemdelete.c (modified) * cpukit/rtems/src/dpmemexternal2internal.c (modified) * cpukit/rtems/src/dpmemident.c (modified) * cpukit/rtems/src/dpmeminternal2external.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgqallocate.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqident.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partgetbuffer.c (modified) * cpukit/rtems/src/partident.c (modified) * cpukit/rtems/src/partreturnbuffer.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonident.c (modified) * cpukit/rtems/src/ratemonresetall.c (modified) * cpukit/rtems/src/ratemonresetstatistics.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetfreeinfo.c (modified) * cpukit/rtems/src/regiongetinfo.c (modified) * cpukit/rtems/src/regiongetsegmentsize.c (modified) * cpukit/rtems/src/regionident.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) * cpukit/rtems/src/rtemsbuildid.c (modified) * cpukit/rtems/src/rtemsbuildname.c (modified) * cpukit/rtems/src/rtemsobjectapimaximumclass.c (modified) * cpukit/rtems/src/rtemsobjectapiminimumclass.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/rtems/src/rtemsobjectgetapiname.c (modified) * cpukit/rtems/src/rtemsobjectgetclassicname.c (modified) * cpukit/rtems/src/rtemsobjectgetclassinfo.c (modified) * cpukit/rtems/src/rtemsobjectgetname.c (modified) * cpukit/rtems/src/rtemsobjectidapimaximum.c (modified) * cpukit/rtems/src/rtemsobjectidapiminimum.c (modified) * cpukit/rtems/src/rtemsobjectidgetapi.c (modified) * cpukit/rtems/src/rtemsobjectidgetclass.c (modified) * cpukit/rtems/src/rtemsobjectidgetindex.c (modified) * cpukit/rtems/src/rtemsobjectidgetnode.c (modified) * cpukit/rtems/src/rtemsobjectsetname.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semident.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerident.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/include/rtems/extensionimpl.h (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/extensioncreate.c (modified) * cpukit/sapi/src/extensiondelete.c (modified) * cpukit/sapi/src/extensionident.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (added) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/inline/rtems/score/object.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/apimutexallocate.c (deleted) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsgflushsupp.c (modified) * cpukit/score/src/coremsgflushwait.c (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coresemsurrender.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/iterateoverthreads.c (modified) * cpukit/score/src/objectactivecount.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectapimaximumclass.c (modified) * cpukit/score/src/objectclose.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectget.c (modified) * cpukit/score/src/objectgetinfo.c (modified) * cpukit/score/src/objectgetinfoid.c (modified) * cpukit/score/src/objectgetisr.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/objectnamespaceremove.c (modified) * cpukit/score/src/objectnametoid.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectsetname.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/samples/unlimited/test1.c (modified) * testsuites/sptests/sp41/init.c (modified) score: Create object implementation header Move implementation ... Thu, 25 Jul 2013 07:10:38 GMT Sebastian Huber [7f04cb18] * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/include/rtems/rtems/barriermp.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/mp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqallocate.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqident.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semident.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (added) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadmp.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Create mpci implementation header Move implementation ... Wed, 24 Jul 2013 15:30:26 GMT Sebastian Huber [a112364] * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockdestroy.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/prwlockwrlock.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearprocesssignals.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semident.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corebarrier.h (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/corerwlock.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mpci.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 (added) * cpukit/score/include/rtems/score/tqdata.h (deleted) * cpukit/score/inline/rtems/score/tqdata.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexflush.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexseizeintr.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/corerwlocktimeout.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coresemflush.c (modified) * cpukit/score/src/coresemseize.c (modified) * cpukit/score/src/coresemsurrender.c (modified) * cpukit/score/src/corespinlock.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclose.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqdequeue.c (modified) * cpukit/score/src/threadqdequeuefifo.c (modified) * cpukit/score/src/threadqdequeuepriority.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqenqueuefifo.c (modified) * cpukit/score/src/threadqenqueuepriority.c (modified) * cpukit/score/src/threadqextract.c (modified) * cpukit/score/src/threadqextractfifo.c (modified) * cpukit/score/src/threadqextractpriority.c (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqfirstfifo.c (modified) * cpukit/score/src/threadqfirstpriority.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqprocesstimeout.c (modified) * cpukit/score/src/threadqrequeue.c (modified) * cpukit/score/src/threadqtimeout.c (modified) * cpukit/score/src/threadreset.c (modified) * testsuites/sptests/sp58/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Create threadq implementation header Move implementation ... Wed, 24 Jul 2013 13:14:48 GMT Sebastian Huber [5618c37a] * cpukit/libcsupport/src/error.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreaddetach.c (modified) * cpukit/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/sched_rr_get_interval.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/eventtimeout.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskgetnote.c (modified) * cpukit/rtems/src/taskissuspended.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasksetnote.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/rtems/src/tasksuspend.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/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (added) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/inline/rtems/score/thread.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corerwlocktimeout.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/heapfree.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/schedulercbs.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/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaulttick.c (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/schedulerpriorityblock.c (modified) * cpukit/score/src/schedulerpriorityyield.c (modified) * cpukit/score/src/schedulersimpleblock.c (modified) * cpukit/score/src/schedulersimpleyield.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadblockingoperationcancel.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadclose.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threaddelayended.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadget.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadloadenv.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqdequeuefifo.c (modified) * cpukit/score/src/threadqdequeuepriority.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqextractfifo.c (modified) * cpukit/score/src/threadqextractpriority.c (modified) * cpukit/score/src/threadqprocesstimeout.c (modified) * cpukit/score/src/threadqtimeout.c (modified) * cpukit/score/src/threadready.c (modified) * cpukit/score/src/threadreset.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/threadstackallocate.c (modified) * cpukit/score/src/threadstackfree.c (modified) * cpukit/score/src/threadstart.c (modified) * cpukit/score/src/threadstartmultitasking.c (modified) * testsuites/sptests/spsimplesched02/init.c (modified) * testsuites/support/include/tmacros.h (modified) score: Create thread implementation header Move implementation ... Wed, 24 Jul 2013 11:25:57 GMT Sebastian Huber [f0bfd7d8] * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/bitfield.h (deleted) * cpukit/score/include/rtems/score/prioritybitmap.h (modified) * cpukit/score/include/rtems/score/prioritybitmapimpl.h (moved) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/schedulerpriorityupdate.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Create prioritybitmap implementation header Move ... Wed, 24 Jul 2013 18:59:06 GMT Sebastian Huber [044f317a] * testsuites/libtests/malloc04/init.c (modified) * testsuites/libtests/malloc04/malloc04.scn (modified) libtests/malloc04: Fixes for RTEMS_DEBUG Wed, 24 Jul 2013 08:37:39 GMT Zhongwei Yao [8fb2bea] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/freechain.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/freechain.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spfreechain01/Makefile.am (added) * testsuites/sptests/spfreechain01/init.c (added) * testsuites/sptests/spfreechain01/spfreechain01.doc (added) * testsuites/sptests/spfreechain01/spfreechain01.scn (added) score: Add freechain Wed, 24 Jul 2013 09:09:23 GMT Sebastian Huber [39046f7] * c/src/lib/libbsp/m68k/mcf5206elite/i2c/i2c.c (modified) * c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c (modified) * c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c (modified) * c/src/lib/libbsp/powerpc/mvme3100/i2c/i2c_init.c (modified) * c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c (modified) * c/src/lib/libbsp/powerpc/shared/motorola/vpd.c (modified) * c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c (modified) * c/src/lib/libbsp/shared/src/irq-generic.c (modified) * c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c (modified) * c/src/libchip/rtc/ds1375.c (modified) * c/src/libchip/serial/mc68681.c (modified) * c/src/libchip/serial/z85c30.c (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/libcsupport/src/free.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/realloc.c (modified) * cpukit/libcsupport/src/rtems_malloc.c (modified) * cpukit/libcsupport/src/rtems_memalign.c (modified) * cpukit/libi2c/libi2c.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgqallocate.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/msgqident.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partdelete.c (modified) * cpukit/rtems/src/partgetbuffer.c (modified) * cpukit/rtems/src/partident.c (modified) * cpukit/rtems/src/partreturnbuffer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semident.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskgetnote.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskissuspended.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/tasksetnote.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/rtems/src/tasksuspend.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/sapi/include/rtems/sptables.h (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/sysstate.h (modified) * cpukit/score/inline/rtems/score/sysstate.inl (deleted) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/heapallocate.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapgetfreeinfo.c (modified) * cpukit/score/src/heapresizeblock.c (modified) * cpukit/score/src/heapsizeofuserarea.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectget.c (modified) * cpukit/score/src/objectgetisr.c (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) * cpukit/score/src/objectnametoid.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/threadclearstate.c (modified) * cpukit/score/src/threadclose.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threaddelayended.c (modified) * cpukit/score/src/threaddisabledispatch.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * cpukit/score/src/threadget.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadloadenv.c (modified) * cpukit/score/src/threadready.c (modified) * cpukit/score/src/threadreset.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetstate.c (modified) * cpukit/score/src/threadsettransient.c (modified) * cpukit/score/src/threadstackallocate.c (modified) * cpukit/score/src/threadstackfree.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/libtests/heapwalk/init.c (modified) * testsuites/sptests/sp08/init.c (modified) * testsuites/sptests/spfatal23/testcase.h (modified) score: Merge sysstate API into one file Tue, 23 Jul 2013 19:48:18 GMT Sebastian Huber [b7cf09c3] * testsuites/libtests/malloctest/init.c (modified) * testsuites/libtests/malloctest/malloctest.scn (modified) libtests/malloctest: Fixes for RTEMS_DEBUG Tue, 23 Jul 2013 15:17:05 GMT Sebastian Huber [218286bc] * cpukit/posix/src/pthreadattrsetstack.c (modified) * cpukit/posix/src/pthreadattrsetstacksize.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/stack.h (modified) * cpukit/score/include/rtems/score/stackimpl.h (moved) * cpukit/score/preinstall.am (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadstackallocate.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) score: Create stack implementation header Move implementation ... Tue, 23 Jul 2013 14:50:51 GMT Sebastian Huber [e6f7f81] * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/workspacegreedy.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/heapimpl.h (added) * cpukit/score/include/rtems/score/protectedheap.h (modified) * cpukit/score/inline/rtems/score/heap.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/heapallocate.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapfree.c (modified) * cpukit/score/src/heapgetfreeinfo.c (modified) * cpukit/score/src/heapgetinfo.c (modified) * cpukit/score/src/heapgreedy.c (modified) * cpukit/score/src/heapiterate.c (modified) * cpukit/score/src/heapnoextend.c (modified) * cpukit/score/src/heapresizeblock.c (modified) * cpukit/score/src/heapsizeofuserarea.c (modified) * cpukit/score/src/heapwalk.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/heapwalk/init.c (modified) * testsuites/sptests/sp63/init.c (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) score: Create heap implementation header Move implementation ... Tue, 23 Jul 2013 12:56:00 GMT Sebastian Huber [c404828] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (added) * cpukit/rtems/inline/rtems/rtems/tasks.inl (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskdata.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskgetnote.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskissuspended.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskresume.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskself.c (modified) * cpukit/rtems/src/tasksetnote.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/rtems/src/tasksuspend.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/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/sp09/screen01.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create tasks implementation header Move implementation ... Tue, 23 Jul 2013 12:38:19 GMT Sebastian Huber [f6c7c57d] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (moved) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiondata.c (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetfreeinfo.c (modified) * cpukit/rtems/src/regiongetinfo.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regiongetsegmentsize.c (modified) * cpukit/rtems/src/regionident.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create region implementation header Move implementation ... Tue, 23 Jul 2013 12:19:58 GMT Sebastian Huber [8695cae] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partimpl.h (moved) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partcreate.c (modified) * cpukit/rtems/src/partdata.c (modified) * cpukit/rtems/src/partdelete.c (modified) * cpukit/rtems/src/partgetbuffer.c (modified) * cpukit/rtems/src/partident.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/partreturnbuffer.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create part implementation header Move implementation ... Tue, 23 Jul 2013 11:51:08 GMT Sebastian Huber [e90b1df] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (added) * cpukit/rtems/inline/rtems/rtems/timer.inl (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/rtemstimerdata.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerident.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/sp31/task1.c (modified) * testsuites/sptests/sp68/init.c (modified) * testsuites/sptests/spintrcritical17/init.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create timer implementation header Move implementation ... Tue, 23 Jul 2013 11:13:45 GMT Sebastian Huber [ecdcf01] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (added) * cpukit/rtems/inline/rtems/rtems/ratemon.inl (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondata.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemongetstatistics.c (modified) * cpukit/rtems/src/ratemongetstatus.c (modified) * cpukit/rtems/src/ratemonident.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/rtems/src/ratemonresetall.c (modified) * cpukit/rtems/src/ratemonresetstatistics.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create ratemon implementation header Move implementation ... Tue, 23 Jul 2013 11:32:58 GMT Sebastian Huber [7660e8b3] * c/src/libchip/flash/am29lv160.c (modified) * c/src/libchip/i2c/spi-sd-card.c (modified) * c/src/libchip/rtc/ds1375.c (modified) * cpukit/libblock/src/bdpart-read.c (modified) * cpukit/libblock/src/blkdev-blkstats.c (modified) * cpukit/libblock/src/diskdevs-init.c (modified) * cpukit/libblock/src/nvdisk-sram.c (modified) * cpukit/libcsupport/src/calloc.c (modified) * cpukit/libcsupport/src/malloc_dirtier.c (modified) * cpukit/libcsupport/src/malloc_statistics_helpers.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/realloc.c (modified) * cpukit/libcsupport/src/sup_fs_eval_path.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/imfs_rename.c (modified) * cpukit/libfs/src/imfs/imfs_symlink.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libfs/src/pipe/pipe.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-block.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-buffer.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-dir.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-file-system.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-file.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-format.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-group.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-inode.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-link.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) * cpukit/libmisc/monitor/mon-network.c (modified) * cpukit/libmisc/shell/login_check.c (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_df.c (modified) * cpukit/libmisc/shell/main_mallocinfo.c (modified) * cpukit/libmisc/shell/main_netstats.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/telnetd/des.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block08/bdbuf_tests.c (modified) * testsuites/libtests/block08/bdbuf_tests.h (modified) * testsuites/libtests/mghttpd01/test-http-client.c (modified) Include missing Tue, 23 Jul 2013 11:00:31 GMT Sebastian Huber [562815c] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (moved) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/dpmemcreate.c (modified) * cpukit/rtems/src/dpmemdata.c (modified) * cpukit/rtems/src/dpmemdelete.c (modified) * cpukit/rtems/src/dpmemexternal2internal.c (modified) * cpukit/rtems/src/dpmemident.c (modified) * cpukit/rtems/src/dpmeminternal2external.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create dpmem implementation header Move implementation ... Tue, 23 Jul 2013 10:47:35 GMT Sebastian Huber [e151eb1] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventimpl.h (added) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/eventset.h (deleted) * cpukit/rtems/inline/rtems/rtems/event.inl (deleted) * cpukit/rtems/inline/rtems/rtems/eventset.inl (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventdata.c (modified) * cpukit/rtems/src/eventreceive.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsend.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/eventtimeout.c (modified) * cpukit/rtems/src/systemeventreceive.c (modified) * cpukit/rtems/src/systemeventsend.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/sp39/init.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create event implementation header Move implementation ... Tue, 23 Jul 2013 08:38:11 GMT Sebastian Huber [93fb3cb0] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (added) * cpukit/score/inline/rtems/score/rbtree.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/rbtreeextract.c (modified) * cpukit/score/src/rbtreefind.c (modified) * cpukit/score/src/rbtreeget.c (modified) * cpukit/score/src/rbtreeinsert.c (modified) * cpukit/score/src/rbtreeiterate.c (modified) * cpukit/score/src/rbtreenext.c (modified) * testsuites/libtests/rbheap01/init.c (modified) * testsuites/sptests/sprbtree01/init.c (modified) score: Create rbtree implementation header Move implementation ... Tue, 23 Jul 2013 08:04:19 GMT Sebastian Huber [ac252bdc] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/extensionimpl.h (moved) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/extensioncreate.c (modified) * cpukit/sapi/src/extensiondata.c (modified) * cpukit/sapi/src/extensiondelete.c (modified) * cpukit/sapi/src/extensionident.c (modified) * testsuites/sptests/spsize/size.c (modified) sapi: Create extension implementation header Move implementation ... Tue, 23 Jul 2013 07:50:22 GMT Sebastian Huber [2445bda] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/inline/rtems/rbtree.inl (deleted) * cpukit/sapi/preinstall.am (modified) * testsuites/sptests/sprbtree01/init.c (modified) sapi: Merge rbtree API into one file Mon, 22 Jul 2013 09:10:43 GMT Sebastian Huber [0eae7ba9] * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add WATCHDOG_INITIALIZER() Mon, 22 Jul 2013 08:21:03 GMT Sebastian Huber [4b48ece0] * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/clockgettickssinceboot.c (modified) * cpukit/rtems/src/clocksetnsecshandler.c (modified) * cpukit/rtems/src/clocktick.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/ratemondelete.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (added) * cpukit/score/inline/rtems/score/watchdog.inl (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockwait.c (modified) * cpukit/score/src/coretodget.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredfprioritycompare.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/threadblockingoperationcancel.c (modified) * cpukit/score/src/threadclose.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqdequeuefifo.c (modified) * cpukit/score/src/threadqdequeuepriority.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqextractfifo.c (modified) * cpukit/score/src/threadqextractpriority.c (modified) * cpukit/score/src/threadreset.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/watchdogadjust.c (modified) * cpukit/score/src/watchdogadjusttochain.c (modified) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdognanoseconds.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogreport.c (modified) * cpukit/score/src/watchdogreportchain.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/sp20/task1.c (modified) * testsuites/sptests/sp67/init.c (modified) * testsuites/sptests/spedfsched02/task1.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/sptests/spwatchdog/task1.c (modified) score: Create watchdog implementation header Move implementation ... Mon, 22 Jul 2013 07:11:43 GMT Sebastian Huber [918d5565] * testsuites/sptests/sp37/init.c (modified) sptests/sp37: Disable dispatch for clock tick Fri, 19 Jul 2013 13:08:53 GMT Sebastian Huber [f17c779] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/timer.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (moved) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/sapi/src/posixapi.c (modified) * testsuites/psxtests/psxtimer01/psxtimer.c (modified) posix: Create timer implementation header Move implementation ... Fri, 19 Jul 2013 12:33:56 GMT Sebastian Huber [0c5317d] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libgnat/adasupp.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (added) * cpukit/posix/inline/rtems/posix/pthread.inl (deleted) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/canceleval.c (modified) * cpukit/posix/src/cancelrun.c (modified) * cpukit/posix/src/cleanuppop.c (modified) * cpukit/posix/src/cleanuppush.c (modified) * cpukit/posix/src/kill.c (modified) * cpukit/posix/src/kill_r.c (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearprocesssignals.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrinit.c (modified) * cpukit/posix/src/pthreadattrsetguardsize.c (modified) * cpukit/posix/src/pthreadattrsetinheritsched.c (modified) * cpukit/posix/src/pthreadattrsetschedpolicy.c (modified) * cpukit/posix/src/pthreadattrsetscope.c (modified) * cpukit/posix/src/pthreadattrsetstack.c (modified) * cpukit/posix/src/pthreadattrsetstacksize.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreaddetach.c (modified) * cpukit/posix/src/pthreadequal.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsigmask.c (modified) * cpukit/posix/src/setcancelstate.c (modified) * cpukit/posix/src/setcanceltype.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigpending.c (modified) * cpukit/posix/src/sigqueue.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/testcancel.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/sapi/src/posixapi.c (modified) * testsuites/psxtests/psxstack01/init.c (modified) * testsuites/psxtests/psxstack02/init.c (modified) posix: Create pthread implementation header Move implementation ... Fri, 19 Jul 2013 12:15:59 GMT Sebastian Huber [97552c98] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/priorityimpl.h (moved) * cpukit/posix/inline/rtems/posix/priority.inl (deleted) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexattrdestroy.c (modified) * cpukit/posix/src/mutexattrgetprioceiling.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetpshared.c (modified) * cpukit/posix/src/mutexattrgettype.c (modified) * cpukit/posix/src/mutexattrinit.c (modified) * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexattrsetprotocol.c (modified) * cpukit/posix/src/mutexattrsetpshared.c (modified) * cpukit/posix/src/mutexattrsettype.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * cpukit/posix/src/sched_getprioritymin.c (modified) * cpukit/posix/src/sched_getscheduler.c (modified) * cpukit/posix/src/sched_setparam.c (modified) * cpukit/posix/src/sched_setscheduler.c (modified) * cpukit/posix/src/sched_yield.c (modified) * cpukit/sapi/src/posixapi.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Create priority implementation header Move implementation ... Fri, 19 Jul 2013 12:02:47 GMT Sebastian Huber [d8dd80e] * testsuites/smptests/smp08/tasks.c (modified) smptests/smp08: Print missing newline Thu, 18 Jul 2013 13:05:37 GMT Sebastian Huber [993a888] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/shell/main_wkspaceinfo.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (added) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (deleted) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgdata.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqallocate.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqgetnumberpending.c (modified) * cpukit/rtems/src/msgqident.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqtranslatereturncode.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/sapi/include/rtems/sptables.h (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spsize/size.c (modified) rtems: Create message queue implementation header Move ... Thu, 18 Jul 2013 09:53:48 GMT Sebastian Huber [05e82bd7] * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smp04/Makefile.am (deleted) * testsuites/smptests/smp04/init.c (deleted) * testsuites/smptests/smp04/smp04.doc (deleted) * testsuites/smptests/smp04/smp04.scn (deleted) * testsuites/smptests/smp04/system.h (deleted) * testsuites/smptests/smpunsupported01/init.c (modified) score: Error for non-preemptible tasks on SMP A common use case for ... Thu, 18 Jul 2013 09:39:44 GMT Sebastian Huber [79d9523] * cpukit/rtems/src/taskvariableadd.c (modified) * cpukit/rtems/src/taskvariabledelete.c (modified) * cpukit/rtems/src/taskvariableget.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) rtems: Error for task variables on SMP Task variables are not ... Thu, 18 Jul 2013 09:34:29 GMT Sebastian Huber [50ccf98] * cpukit/rtems/src/taskdelete.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) rtems: Error for task delete on SMP Task deletion is currently not ... Thu, 18 Jul 2013 09:27:39 GMT Sebastian Huber [f913c79] * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpunsupported01/Makefile.am (added) * testsuites/smptests/smpunsupported01/init.c (added) * testsuites/smptests/smpunsupported01/smpunsupported01.doc (added) * testsuites/smptests/smpunsupported01/smpunsupported01.scn (added) sapi: Add rtems_configuration_is_smp_enabled() Add a configuration ... Mon, 22 Jul 2013 07:16:58 GMT Sebastian Huber [d7ce33f1] * testsuites/libtests/stackchk/blow.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxsignal05/init.c (modified) * testsuites/sptests/sp34/changepri.c (modified) * testsuites/sptests/sp35/priinv.c (modified) * testsuites/sptests/spintrcritical10/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/tmtests/tm25/task1.c (modified) testsuites: Use _Thread_Get_executing() Thu, 18 Jul 2013 13:55:46 GMT Sebastian Huber [a9127a2e] * testsuites/libtests/termios01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psxsignal01/init.c (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/support/src/test_support.c (modified) testsuites: Include missing header files Fri, 19 Jul 2013 08:12:13 GMT Sebastian Huber [57c88056] * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp06/init.c (modified) * testsuites/smptests/smp07/init.c (modified) smptests: Be successful on one processor Wed, 17 Jul 2013 11:52:00 GMT Sebastian Huber [2bbea657] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (moved) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semdata.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semident.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 (modified) * cpukit/sapi/include/rtems/sptables.h (modified) * cpukit/sapi/src/rtemsapi.c (modified) * testsuites/sptests/spintrcritical01/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spintrcritical16/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/tmtests/tm26/task1.c (modified) rtems: Create semaphore implementation header Move implementation ... Thu, 18 Jul 2013 07:42:46 GMT Sebastian Huber [0dd262d3] * testsuites/libtests/gxx01/gxx01.scn (modified) * testsuites/libtests/gxx01/init.c (modified) libtests/gxx01: Avoid random memory read/write Fri, 14 Jun 2013 12:00:38 GMT Sebastian Huber [39e51758] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq_asm.S (modified) * c/src/lib/libbsp/i386/shared/smp/getcpuid.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/smp.c (modified) * c/src/lib/libbsp/shared/smp/getcpuid.c (modified) * c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c (modified) * c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (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/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/bspsmp.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp01/tasks.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp02/system.h (modified) * testsuites/smptests/smp02/tasks.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp04/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp06/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/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) * testsuites/smptests/smplock01/init.c (modified) smp: Add and use _CPU_SMP_Get_current_processor() Add and use ... Mon, 15 Jul 2013 15:31:13 GMT WeiY [2e7f5798] * cpukit/aclocal/check-atomic.m4 (modified) * cpukit/configure.ac (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpatomic01/Makefile.am (modified) * testsuites/smptests/smpatomic02/Makefile.am (modified) * testsuites/smptests/smpatomic03/Makefile.am (modified) * testsuites/smptests/smpatomic04/Makefile.am (modified) * testsuites/smptests/smpatomic05/Makefile.am (modified) * testsuites/smptests/smpatomic06/Makefile.am (modified) * testsuites/smptests/smpatomic07/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (modified) * testsuites/sptests/spatomic02/Makefile.am (modified) * testsuites/sptests/spatomic03/Makefile.am (modified) * testsuites/sptests/spatomic04/Makefile.am (modified) * testsuites/sptests/spatomic05/Makefile.am (modified) * testsuites/sptests/spatomic06/Makefile.am (modified) * testsuites/sptests/spatomic07/Makefile.am (modified) stdatomic.h support check when configure Mon, 15 Jul 2013 15:31:12 GMT WeiY [5186b55] * testsuites/smptests/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) smpatomic test case update Mon, 15 Jul 2013 15:31:11 GMT WeiY [a3e9c228] * testsuites/sptests/spatomic01/tasks.c (modified) * testsuites/sptests/spatomic02/tasks.c (modified) * testsuites/sptests/spatomic03/tasks.c (modified) * testsuites/sptests/spatomic04/tasks.c (modified) * testsuites/sptests/spatomic05/tasks.c (modified) * testsuites/sptests/spatomic06/tasks.c (modified) * testsuites/sptests/spatomic07/tasks.c (modified) spatomic test case update