# # ChangeLog for testsuites/psxtests in rtems # # Generated by Trac 1.2.1.dev0 # 05/04/24 07:24:43 Tue, 04 Apr 2017 22:14:11 GMT Joel Sherrill [281cf07] * testsuites/psxtests/psxstrsignal01/init.c (modified) psxstrsignal01: Remove warnings Mon, 03 Apr 2017 22:11:24 GMT Chris Johns [258bda3] * testsuites/automake/subdirs.am (modified) * testsuites/automake/test-subdirs.am (deleted) * testsuites/benchmarks/Makefile.am (modified) * testsuites/benchmarks/configure.ac (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsrofs01/init.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/dl01/Makefile.am (modified) * testsuites/libtests/dl02/Makefile.am (modified) * testsuites/libtests/dl04/Makefile.am (modified) * testsuites/libtests/dl05/Makefile.am (modified) * testsuites/mptests/Makefile.am (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/rhealstone/Makefile.am (modified) * testsuites/rhealstone/configure.ac (modified) * testsuites/samples/Makefile.am (modified) * testsuites/samples/configure.ac (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/testdata/rtems.tcfg (added) * testsuites/tmtests/Makefile.am (modified) * tools/build/rtems-test-check (modified) * tools/build/rtems-test-check-py (added) * tools/build/rtems-testsuite-autostuff (added) testsuite: Add a common test configuration. Fix configure.ac and ... Wed, 15 Mar 2017 17:59:47 GMT Joel Sherrill [191d39a] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxstrsignal01/Makefile.am (added) * testsuites/psxtests/psxstrsignal01/init.c (added) * testsuites/psxtests/psxstrsignal01/psxstrsignal01.doc (added) * testsuites/psxtests/psxstrsignal01/psxstrsignal01.scn (added) psxstrsignal01: New test Tue, 14 Feb 2017 10:30:00 GMT Sebastian Huber [611f9262] * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxfatal_support/system.h (modified) psxtests: Fix warnings Tue, 14 Feb 2017 08:57:22 GMT Sebastian Huber [ecf53c8] * testsuites/psxtests/psxsem01/init.c (modified) psxsem01: Fix warning Wed, 01 Feb 2017 13:48:17 GMT Sebastian Huber [07d71279] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spstkalloc02/init.c (modified) Prefix confdefs.h internal def with an underscore Close #2895. Wed, 25 Jan 2017 10:46:51 GMT Sebastian Huber [7cb7454f] * testsuites/psxtests/psxshm01/init.c (modified) * testsuites/psxtests/psxshm02/init.c (modified) psxtests: Relax shared memory tests There is currently no proper ... Fri, 12 Aug 2016 19:25:10 GMT Gedare Bloom [ba776282] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/shm.h (added) * cpukit/posix/include/rtems/posix/shmimpl.h (added) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/shm.c (added) * cpukit/posix/src/shmheap.c (added) * cpukit/posix/src/shmopen.c (modified) * cpukit/posix/src/shmunlink.c (modified) * cpukit/posix/src/shmwkspace.c (added) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxshm01/Makefile.am (added) * testsuites/psxtests/psxshm01/init.c (added) * testsuites/psxtests/psxshm01/psxshm01.scn (added) * testsuites/psxtests/psxshm01/system.h (added) * testsuites/psxtests/psxshm02/Makefile.am (added) * testsuites/psxtests/psxshm02/init.c (added) * testsuites/psxtests/psxshm02/psxshm02.scn (added) * testsuites/psxtests/psxshm02/system.h (added) * testsuites/sptests/spsysinit01/init.c (modified) posix: shared memory support Add POSIX shared memory manager (Shm). ... Fri, 29 Jul 2016 19:28:49 GMT Gedare Bloom [e7eeb38d] * cpukit/Makefile.am (modified) * cpukit/posix/include/sys/mman.h (deleted) * cpukit/posix/src/mprotect.c (modified) * cpukit/preinstall.am (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/sys/mman/mlock.c (added) * testsuites/psxtests/psxhdrs/sys/mman/mlockall.c (added) * testsuites/psxtests/psxhdrs/sys/mman/mmap.c (added) * testsuites/psxtests/psxhdrs/sys/mman/mprotect.c (added) * testsuites/psxtests/psxhdrs/sys/mman/msync.c (added) * testsuites/psxtests/psxhdrs/sys/mman/munlock.c (added) * testsuites/psxtests/psxhdrs/sys/mman/munlockall.c (added) * testsuites/psxtests/psxhdrs/sys/mman/munmap.c (added) * testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c (added) * testsuites/psxtests/psxhdrs/sys/mman/shm_open.c (added) * testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c (added) posix: move sys/mman.h to newlib and test it in psxhdrs Thu, 12 Jan 2017 08:26:08 GMT Sebastian Huber [7c499279] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadgetnamenp.c (added) * cpukit/posix/src/pthreadsetnamenp.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxthreadname01/Makefile.am (added) * testsuites/psxtests/psxthreadname01/init.c (added) * testsuites/psxtests/psxthreadname01/psxthreadname01.doc (added) * testsuites/psxtests/psxthreadname01/psxthreadname01.scn (added) posix: Add pthread_getname_np(), ... Add pthread_getname_np() and ... Wed, 11 Jan 2017 15:43:06 GMT Joel Sherrill [7a4b2645] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrcompare.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/include/rtems/score/cpuset.h (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/cpuset.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * cpukit/score/src/schedulergetaffinity.c (modified) * cpukit/score/src/schedulersetaffinity.c (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/system.h (modified) * testsuites/sptests/spcpuset01/test.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ Tue, 06 Dec 2016 03:06:40 GMT Joel Sherrill [ef362818] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/posix_devctl.c (added) * cpukit/posix/src/sysconf.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxdevctl01/Makefile.am (added) * testsuites/psxtests/psxdevctl01/main.c (added) * testsuites/psxtests/psxdevctl01/psxdevctl01.doc (added) * testsuites/psxtests/psxdevctl01/psxdevctl01.scn (added) * testsuites/psxtests/psxdevctl01/test.c (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/devctl/posix_devctl.c (added) Add support for posix_devctl() Fri, 09 Dec 2016 05:51:44 GMT Sebastian Huber [0a81a58] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 09:49:49 GMT Sebastian Huber [6a9282d] * c/src/lib/libbsp/arm/altera-cyclone-v/startup/bspclean.c (modified) * c/src/lib/libbsp/lm32/milkymist/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mrm332/misc/interr.c (modified) * c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/mvme167/startup/bspclean.c (modified) * c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/beatnik/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/bspclean.c (modified) * c/src/lib/libbsp/shared/bspclean.c (modified) * c/src/lib/libbsp/shared/include/default-initial-extension.h (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspclean.c (modified) * c/src/lib/libbsp/sparc64/niagara/startup/bspclean.c (modified) * c/src/libchip/shmdr/fatal.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/score/include/rtems/score/userext.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/psxtests/psxfatal_support/system.h (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal06/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsyslock01/init.c (modified) Rename is_internal to always_set_to_false Update #2825. Thu, 08 Dec 2016 15:41:30 GMT Sebastian Huber [b6606e8] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/fatal2.c (deleted) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/nios2-isr-get-level.c (modified) * cpukit/score/cpu/nios2/nios2-isr-set-level.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spfatal04/testcase.h (modified) * testsuites/sptests/spfatal05/testcase.h (modified) * testsuites/sptests/spfatal06/testcase.h (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal08/testcase.h (modified) * testsuites/sptests/spfatal09/testcase.h (modified) * testsuites/sptests/spfatal10/testcase.h (modified) * testsuites/sptests/spfatal11/testcase.h (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal17/testcase.h (modified) * testsuites/sptests/spfatal18/testcase.h (modified) * testsuites/sptests/spfatal19/testcase.h (modified) * testsuites/sptests/spfatal20/testcase.h (modified) * testsuites/sptests/spfatal24/testcase.h (modified) * testsuites/sptests/spfatal25/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal28/testcase.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove fatal is internal indicator The fatal is internal ... Wed, 16 Nov 2016 13:50:09 GMT Sebastian Huber [c42be504] * cpukit/configure.ac (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/spinlock.h (deleted) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pspin.c (deleted) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (deleted) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (deleted) * cpukit/score/include/rtems/score/corespinlockimpl.h (deleted) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockrelease.c (deleted) * cpukit/score/src/corespinlockwait.c (deleted) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/psxtests/psxspin02/Makefile.am (deleted) * testsuites/psxtests/psxspin02/main.c (deleted) * testsuites/psxtests/psxspin02/psxspin02.doc (deleted) * testsuites/psxtests/psxspin02/psxspin02.scn (deleted) * testsuites/psxtests/psxspin02/test.c (deleted) * testsuites/sptests/spsysinit01/init.c (modified) posix: Add self-contained pthread spinlock Turn pthread_spinlock_t ... Wed, 23 Nov 2016 05:33:31 GMT Sebastian Huber [8954368] * testsuites/psxtests/psxkey08/init.c (modified) * testsuites/psxtests/psxkey08/psxkey08.scn (modified) psxtests/psxkey08: Avoid rtems_semaphore_flush() Avoid ... Fri, 16 Sep 2016 10:58:06 GMT Sebastian Huber [55e0be36] * c/src/lib/libbsp/arm/atsam/console/console.c (modified) * c/src/lib/libbsp/arm/tms570/console/tms570-sci.c (modified) * c/src/lib/libbsp/powerpc/t32mppc/console/console.c (modified) * c/src/lib/libbsp/shared/console-termios-init.c (modified) * c/src/lib/libbsp/shared/console-termios.c (modified) * c/src/lib/libbsp/shared/include/console-termios.h (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/psxtests/psxfile01/test.c (modified) termios: Use IMFS nodes for new Termios devices This makes the new ... Fri, 12 Aug 2016 13:54:46 GMT Sebastian Huber [5d1fc66] * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/psx09.scn (modified) * testsuites/psxtests/psx12/init.c (modified) psxtests: Adjust sporadic server tests According to POSIX priority ... Thu, 09 Jun 2016 15:40:35 GMT Gedare Bloom [6e98ea91] * cpukit/posix/src/nanosleep.c (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/time/clock_nanosleep.c (added) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/psxtmtests/configure.ac (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep01/psxtmclocknanosleep01.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep02/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep02/psxtmclocknanosleep02.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep03/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep03/psxtmclocknanosleep03.doc (added) posix: add clock_nanosleep and tests updates #2732 Mon, 02 May 2016 12:49:35 GMT Christian Mauderer [187a0744] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/setgroups.c (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/unistd/setgroups.c (added) libcsupport: Add dummy for setgroups(). The dummy for setgroups() ... Thu, 23 Jun 2016 11:43:38 GMT Sebastian Huber [9f61ad60] * testsuites/psxtests/psx05/init.c (modified) * testsuites/sptests/sp30/init.c (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) testsuites: Increase invalid priority values Increase the invalid ... Fri, 10 Jun 2016 06:48:54 GMT Sebastian Huber [77ff5599] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * cpukit/score/src/schedulerdefaultmappriority.c (added) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smppsxmutex01/Makefile.am (added) * testsuites/smptests/smppsxmutex01/init.c (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.doc (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.scn (added) * testsuites/smptests/smpscheduler02/init.c (modified) score: Introduce map priority scheduler operation Introduce ... Tue, 14 Jun 2016 04:50:38 GMT Sebastian Huber [ce6e9ec2] * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) posix: pthread_mutexattr_setprioceiling() Accept all priority ... Wed, 09 Mar 2016 21:15:37 GMT Joel Sherrill [6131b84] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/condattrgetclock.c (added) * cpukit/posix/src/condattrsetclock.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxcond02/Makefile.am (added) * testsuites/psxtests/psxcond02/init.c (added) * testsuites/psxtests/psxcond02/psxcond02.doc (added) * testsuites/psxtests/psxcond02/psxcond02.scn (added) Add pthread_condattr_getclock() and pthread_condattr_setclock() ... Wed, 15 Jun 2016 09:18:10 GMT Sebastian Huber [661e0e63] * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) psxtests/psx12: Use and print proper rounded ms Update #2738. Wed, 15 Jun 2016 08:39:09 GMT Sebastian Huber [917884c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) posix: Fix poradic server initial CPU budget Update #2738. Wed, 15 Jun 2016 07:04:29 GMT Sebastian Huber [d6467102] * testsuites/psxtests/psx12/Makefile.am (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) * testsuites/psxtests/psx12/system.h (deleted) * testsuites/psxtests/psx12/task.c (deleted) psxtests/psx12: Use one file and simplify Mon, 13 Jun 2016 13:22:47 GMT Sebastian Huber [0c34dbf3] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadsetschedprio.c (added) * testsuites/psxtests/psx05/init.c (modified) posix: Add pthread_setschedprio() Close #2734. Mon, 13 Jun 2016 13:10:31 GMT Sebastian Huber [fc30ac5] * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_setschedparam() Close #2735. Mon, 13 Jun 2016 04:53:27 GMT Sebastian Huber [23b1bb38] * cpukit/posix/src/pthreadgetschedparam.c (modified) * testsuites/psxtests/psx05/init.c (modified) posix: Fix pthread_getschedparam() Return the unmodified thread ... Wed, 25 May 2016 12:28:34 GMT Sebastian Huber [d887c1b] * cpukit/posix/src/seminit.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) posix: Fix sem_init() with too large initial value Close #2721. Wed, 25 May 2016 12:23:48 GMT Sebastian Huber [39bcf741] * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/rtems/src/semtranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/mpci.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/spsem_err01.scn (modified) Fix semaphore post overflow status Close #2720. Wed, 25 May 2016 06:37:28 GMT Sebastian Huber [9ec7d492] * cpukit/posix/src/pspinlocktranslatereturncode.c (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) posix: Fix pthread_spin_unlock() error status Close #2719. Fri, 20 May 2016 08:39:50 GMT Chris Johns [24d0ee57] * c/src/lib/libbsp/shared/include/irq-info.h (modified) * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (added) * cpukit/libblock/include/rtems/blkdev.h (modified) * cpukit/libblock/src/blkdev-blkstats.c (modified) * cpukit/libblock/src/blkdev-print-stats.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/print_fprintf.c (added) * cpukit/libcsupport/src/print_printf.c (added) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/putk.c (modified) * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/fb/mw_uid.h (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/sapi/include/rtems/profiling.h (modified) * cpukit/sapi/src/profilingreportxml.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/fstests/fsnofs01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block08/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) cpukit, testsuite: Add rtems_printf and rtems_printer support. This ... Tue, 24 May 2016 13:39:07 GMT Sebastian Huber [b1860df5] * testsuites/psxtests/psxmsgq01/init.c (modified) psxtests/psxmsgq01: Fix typo Tue, 24 May 2016 05:40:18 GMT Sebastian Huber [4b623d65] * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetranslatereturncode.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgsubmit.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) score: Fix blocking _CORE_message_queue_Submit() Close #2718. Tue, 24 May 2016 12:18:16 GMT Sebastian Huber [7088340] * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) psxtests/psxmsgq01: Enable test case Tue, 17 May 2016 15:23:44 GMT Sebastian Huber [12a1228c] * testsuites/psxtests/psxclassic01/init.c (modified) * testsuites/psxtests/psxclassic01/psxclassic01.scn (modified) psxclassic01: Assume correct pthread_detach() Update #2714. Wed, 18 May 2016 09:09:10 GMT Sebastian Huber [ae0f048] * testsuites/psxtests/psxualarm/init.c (modified) * testsuites/psxtests/psxualarm/psxualarm.scn (modified) psxtests/psxualarm: Avoid output in signal handler Avoid output in ... Tue, 17 May 2016 11:39:15 GMT Sebastian Huber [3c20d28] * cpukit/posix/src/pthreadkill.c (modified) * testsuites/psxtests/psx04/init.c (modified) posix: Fix return states of pthread_kill() POSIX mandates that an ... Tue, 17 May 2016 07:47:53 GMT Sebastian Huber [9d8ee11] * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel/psxcancel.doc (modified) psxtests/psxcancel: Add pthread_detach() tests Update #2714. Tue, 17 May 2016 07:41:34 GMT Sebastian Huber [f014f84] * testsuites/psxtests/psxcancel/init.c (modified) psxtests/psxcancel: Add resource check Fri, 13 May 2016 12:59:31 GMT Sebastian Huber [9fd7271] * cpukit/posix/src/cancel.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) posix: Fix return status of pthread_cancel() POSIX recommends ESRCH ... Tue, 03 May 2016 05:38:19 GMT Sebastian Huber [1d40d81b] * c/src/ada/rtems-tasks.adb (modified) * c/src/ada/rtems-tasks.ads (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/mainpage.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (deleted) * cpukit/rtems/src/taskvariableadd.c (deleted) * cpukit/rtems/src/taskvariabledelete.c (deleted) * cpukit/rtems/src/taskvariableget.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp28/Makefile.am (deleted) * testsuites/sptests/sp28/init.c (deleted) * testsuites/sptests/sp28/sp28.doc (deleted) * testsuites/sptests/sp28/sp28.scn (deleted) rtems: Remove task variables Update #2494. Update #2555. Tue, 03 May 2016 10:55:00 GMT Sebastian Huber [e4fd35d] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) confdefs.h: Fix named object size estimate Account for the ... Tue, 26 Apr 2016 19:20:31 GMT Sebastian Huber [c8982e5] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mqueuegetattr.c (modified) * cpukit/posix/src/mqueuenotify.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxmsgq04/init.c (modified) * testsuites/psxtmtests/psxtmmq01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Simplify message queues The mq_open() function returns a ... Tue, 19 Apr 2016 11:39:00 GMT Sebastian Huber [f05eeb2] * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/pbarrier.c (modified) * cpukit/posix/src/prwlock.c (modified) * cpukit/posix/src/pspin.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/rtems/src/barrier.c (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutex.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) score: Simplify _Objects_Initialize_information() Remove unused ... Tue, 19 Apr 2016 04:28:03 GMT Sebastian Huber [48b04fc3] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/psx09.doc (modified) * testsuites/psxtests/psx09/system.h (modified) posix: Avoid Giant lock for mutexes Delete _POSIX_Mutex_Get(). Use ... Mon, 18 Apr 2016 04:23:27 GMT Sebastian Huber [90f1265e] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphoretranslatereturncode.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * testsuites/psxtests/psxsem01/init.c (modified) score: Fix _CORE_semaphore_Flush() Use proper CORE_semaphore_Status ... Fri, 19 Feb 2016 22:00:48 GMT Joel Sherrill [8228548] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/pthreadconcurrency.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconcurrency01/Makefile.am (added) * testsuites/psxtests/psxconcurrency01/init.c (added) * testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc (added) * testsuites/psxtests/psxconcurrency01/psxconcurrency01.scn (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c (added) * testsuites/psxtests/psxhdrs/pthread/pthread_setconcurrency.c (added) Add pthread_getconcurrency() and pthread_setconcurrency() This is ... Thu, 14 Apr 2016 06:56:53 GMT Sebastian Huber [6efa349] * cpukit/posix/src/key.c (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey06/psxkey06.scn (modified) * testsuites/sptests/sptls02/init.cc (modified) * testsuites/sptests/sptls02/sptls02.scn (modified) posix: Run key destructors during thread restart POSIX key ... Tue, 22 Mar 2016 07:24:45 GMT Sebastian Huber [9e2acee] * testsuites/psxtests/psxobj01/init.c (modified) psxtests/psxobj01: Fix for RTEMS_DEBUG Fri, 18 Mar 2016 06:25:23 GMT Sebastian Huber [c904df5] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/psxnametoid.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectnametoidstring.c (modified) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxmsgq01/psxmsgq01.scn (modified) * testsuites/psxtests/psxobj01/init.c (modified) * testsuites/psxtests/psxobj01/psxobj01.scn (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtests/psxsem01/psxsem01.scn (modified) score: Add _Objects_Get_by_name() Replace ... Thu, 18 Feb 2016 07:36:26 GMT Sebastian Huber [03b900d] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.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/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timerinserthelper.c (deleted) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (deleted) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/include/rtems/rtems/ratemonimpl.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (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/timergetinfo.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/mrsp.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (deleted) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadtimeout.c (modified) * cpukit/score/src/watchdog.c (deleted) * cpukit/score/src/watchdogadjust.c (deleted) * cpukit/score/src/watchdoginsert.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/psxtests/psx04/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpclock01/Makefile.am (added) * testsuites/smptests/smpclock01/init.c (added) * testsuites/smptests/smpclock01/smpclock01.doc (added) * testsuites/smptests/smpclock01/smpclock01.scn (added) * testsuites/smptests/smpwakeafter01/smpwakeafter01.scn (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sp31/task1.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/spintrcritical17/Makefile.am (deleted) * testsuites/sptests/spintrcritical17/init.c (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.doc (deleted) * testsuites/sptests/spintrcritical17/spintrcritical17.scn (deleted) * testsuites/sptests/spintrcritical20/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/sptests/sptimerserver01/Makefile.am (added) * testsuites/sptests/sptimerserver01/init.c (added) * testsuites/sptests/sptimerserver01/sptimerserver01.doc (added) * testsuites/sptests/sptimerserver01/sptimerserver01.scn (added) * testsuites/sptests/spwatchdog/init.c (modified) * testsuites/tmtests/tmtimer01/tmtimer01.scn (modified) score: Replace watchdog handler implementation Use a red-black tree ... Mon, 22 Feb 2016 08:40:16 GMT Sebastian Huber [5d478af] * testsuites/psxtests/psxualarm/init.c (modified) psxtests/psxualarm: Add test cases Update #2344. Mon, 22 Feb 2016 08:15:45 GMT Sebastian Huber [452f6ba9] * testsuites/psxtests/psxalarm01/init.c (modified) psxtests/psxalarm01: Add adjtime() test case Update #2606. Tue, 26 Jan 2016 16:41:12 GMT Sebastian Huber [dcb1dc4d] * testsuites/psxtests/Makefile.am (modified) psxtests: Disable POSIX only psxcleanup02 Tue, 19 Jan 2016 08:31:58 GMT Sebastian Huber [438fa8d] * testsuites/psxtests/psxenosys/init.c (modified) * testsuites/psxtests/psxenosys/psxenosys.doc (modified) * testsuites/psxtests/psxenosys/psxenosys.scn (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/time/clock_getenable_attr.c (deleted) * testsuites/psxtests/psxhdrs/time/clock_setenable_attr.c (deleted) psxtests: Fix link-time errors Fix link-time errors introduced by ... Tue, 22 Dec 2015 08:13:08 GMT Sebastian Huber [fe100e16] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spinternalerror02/spinternalerror02.scn (modified) score: Add fatal errors for NULL entry init tasks This simplifies ... Tue, 22 Dec 2015 06:56:57 GMT Sebastian Huber [f9f7321e] * cpukit/libfs/src/imfs/imfs_chown.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) * testsuites/fstests/fspermission/test.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) Filesystem: Remove superfluous permission checks The permission is ... Sat, 26 Dec 2015 16:58:25 GMT Joel Sherrill [f6a8663e] * c/ACKNOWLEDGEMENTS (modified) * c/TOOL_TARGETS (modified) * c/src/aclocal/check-networking.m4 (modified) * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * c/src/lib/libbsp/h8300/Makefile.am (deleted) * c/src/lib/libbsp/h8300/acinclude.m4 (deleted) * c/src/lib/libbsp/h8300/configure.ac (deleted) * cpukit/aclocal/check-networking.m4 (modified) * cpukit/configure.ac (modified) * cpukit/librpc/src/xdr/xdr_float.c (modified) * cpukit/score/cpu/Makefile.am (modified) * cpukit/score/cpu/h8300/Makefile.am (deleted) * cpukit/score/cpu/h8300/README (deleted) * cpukit/score/cpu/h8300/cpu.c (deleted) * cpukit/score/cpu/h8300/cpu_asm.S (deleted) * cpukit/score/cpu/h8300/h8300-exception-frame-print.c (deleted) * cpukit/score/cpu/h8300/preinstall.am (deleted) * cpukit/score/cpu/h8300/rtems/asm.h (deleted) * cpukit/score/cpu/h8300/rtems/score/cpu.h (deleted) * cpukit/score/cpu/h8300/rtems/score/cpuatomic.h (deleted) * cpukit/score/cpu/h8300/rtems/score/h8300.h (deleted) * cpukit/score/cpu/h8300/rtems/score/types.h (deleted) * doc/cpu_supplement/Makefile.am (modified) * doc/cpu_supplement/cpu_supplement.texi (modified) * doc/cpu_supplement/h8300.t (deleted) * testsuites/libtests/configure.ac (modified) * testsuites/psxtests/psx04/task3.c (modified) Remove H8300 port updates #2452. Tue, 15 Dec 2015 05:36:52 GMT Sebastian Huber [2b137ed] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxcleanup02/Makefile.am (added) * testsuites/psxtests/psxcleanup02/init.c (added) * testsuites/psxtests/psxcleanup02/main.c (added) * testsuites/psxtests/psxcleanup02/psxcleanup02.doc (added) * testsuites/psxtests/psxcleanup02/psxcleanup02.scn (added) psxtests/psxcleanup02: New test Tue, 20 Oct 2015 19:47:10 GMT Joel Sherrill [69be1a22] * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/psxtests/psximfs02/init.c (modified) CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error ... Fri, 16 Oct 2015 06:21:48 GMT Sebastian Huber [f97536d] * c/src/lib/libbsp/arm/shared/lpc/network/lpc-ethernet.c (modified) * c/src/lib/libbsp/i386/pc386/console/fb_cirrus.c (modified) * c/src/lib/libbsp/i386/shared/comm/uart.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/shared/can/grcan.c (modified) * cpukit/ftpd/ftpd.c (modified) * cpukit/libblock/src/bdpart-mount.c (modified) * cpukit/libblock/src/bdpart-register.c (modified) * cpukit/libblock/src/blkdev.c (modified) * cpukit/libblock/src/flashdisk.c (modified) * cpukit/libblock/src/media-server.c (modified) * cpukit/libblock/src/media.c (modified) * cpukit/libblock/src/nvdisk-sram.c (modified) * cpukit/libblock/src/nvdisk.c (modified) * cpukit/libblock/src/ramdisk-config.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/_calloc_r.c (modified) * cpukit/libcsupport/src/_free_r.c (modified) * cpukit/libcsupport/src/_malloc_r.c (modified) * cpukit/libcsupport/src/_realloc_r.c (modified) * cpukit/libcsupport/src/_rename_r.c (modified) * cpukit/libcsupport/src/assocnamebad.c (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/envlock.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/flockfile.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/ftrylockfile.c (modified) * cpukit/libcsupport/src/funlockfile.c (modified) * cpukit/libcsupport/src/getpid.c (modified) * cpukit/libcsupport/src/isatty_r.c (modified) * cpukit/libcsupport/src/link.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/rtems_heap_null_extend.c (modified) * cpukit/libcsupport/src/setpgid.c (modified) * cpukit/libcsupport/src/stat.c (modified) * cpukit/libcsupport/src/tcflow.c (modified) * cpukit/libcsupport/src/tcgetpgrp.c (modified) * cpukit/libcsupport/src/tcsendbreak.c (modified) * cpukit/libcsupport/src/tcsetpgrp.c (modified) * cpukit/libcsupport/src/unlink.c (modified) * cpukit/libcsupport/src/write_r.c (modified) * cpukit/libfs/src/nfsclient/src/dirutils.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/devnull/devnull.c (modified) * cpukit/libmisc/devnull/devzero.c (modified) * cpukit/libmisc/fb/mw_uid.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-extension.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-network.c (modified) * cpukit/libmisc/monitor/mon-part.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/monitor/mon-region.c (modified) * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/serdbg/termios_printk.c (modified) * cpukit/libmisc/shell/cmds.c (modified) * cpukit/libmisc/shell/err.h (modified) * cpukit/libmisc/shell/extern-cp.h (modified) * cpukit/libmisc/shell/extern-ls.h (modified) * cpukit/libmisc/shell/hexdump-odsyntax.c (modified) * cpukit/libmisc/shell/main_dd.c (modified) * cpukit/libmisc/shell/main_halt.c (modified) * cpukit/libmisc/shell/main_id.c (modified) * cpukit/libmisc/shell/main_logoff.c (modified) * cpukit/libmisc/shell/main_mount_nfs.c (modified) * cpukit/libmisc/shell/main_pwd.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_tty.c (modified) * cpukit/libmisc/shell/main_whoami.c (modified) * cpukit/libmisc/shell/main_wkspaceinfo.c (modified) * cpukit/libmisc/shell/shell_script.c (modified) * cpukit/libmisc/shell/utils-cp.c (modified) * cpukit/libmisc/shell/utils-ls.c (modified) * cpukit/libmisc/shell/verr.c (modified) * cpukit/libmisc/shell/verrx.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/posix/src/_execve.c (modified) * cpukit/posix/src/aio_suspend.c (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/lio_listio.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/mprotect.c (modified) * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/sched_getparam.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/semopen.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/heapextend.c (modified) * cpukit/score/src/heapgetinfo.c (modified) * cpukit/score/src/heapnoextend.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/libtests/devfs04/test_driver.c (modified) * testsuites/libtests/deviceio01/test_driver.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spfatal_support/consume_sems.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/tmtests/tmoverhd/dumrtems.h (modified) basdefs.h: Add and use RTEMS_UNUSED Tue, 01 Sep 2015 12:16:48 GMT Sebastian Huber [3b3d1489] * cpukit/posix/src/setcancelstate.c (modified) * cpukit/posix/src/setcanceltype.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxcancel/psxcancel.scn (modified) posix: glibc compatibility Tue, 01 Sep 2015 12:07:51 GMT Sebastian Huber [d9d0a84] * testsuites/psxtests/psxcancel/init.c (modified) psxtests/psxcancel: Check return status Update #2402. Mon, 11 May 2015 13:02:51 GMT Sebastian Huber [20b423c6] * testsuites/psxtests/psxualarm/init.c (modified) psxualarm: Avoid endless signal handling Increase the ualarm timer ... Tue, 14 Apr 2015 15:01:05 GMT Joel Sherrill [fc0756e] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/src/apimutexislocked.c (added) * testsuites/psxtests/psxmsgq01/init.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/support/include/tmacros.h (modified) Add test assertion for allocator mutex being unlocked The Allocator ... Fri, 20 Mar 2015 15:45:55 GMT Joel Sherrill [ab90136b] * testsuites/psxtests/psxconfig01/init.c (modified) psxconfig01/init.c: Correct pointer/integer size warning Fri, 20 Mar 2015 15:45:28 GMT Joel Sherrill [278da87] * testsuites/psxtests/psx15/init.c (modified) psxtests/psx15/init.c: Correct printf() warning Fri, 20 Mar 2015 15:38:44 GMT Joel Sherrill [e0437fe] * testsuites/psxtests/psxsignal03/init.c (modified) testsuites/psxtests/psxsignal03/init.c: Fix line wrap Fri, 20 Mar 2015 13:09:26 GMT Sebastian Huber [d4edbdbc] * c/src/lib/libbsp/arm/beagle/clock.c (modified) * c/src/lib/libbsp/arm/beagle/console/console-config.c (modified) * c/src/lib/libbsp/arm/beagle/include/bsp.h (modified) * c/src/lib/libbsp/arm/beagle/include/i2c.h (modified) * c/src/lib/libbsp/arm/beagle/irq.c (modified) * c/src/lib/libbsp/arm/beagle/misc/i2c.c (modified) * c/src/lib/libbsp/arm/lpc176x/adc/adc.c (modified) * c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc176x/console/console-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/bsp.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/common-types.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/dma.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/irq.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog.h (modified) * c/src/lib/libbsp/arm/lpc176x/irq/irq.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/io.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/restart.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c (modified) * c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c (modified) * c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c (modified) * c/src/lib/libbsp/arm/lpc176x/timer/timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h (modified) * c/src/lib/libcpu/arm/shared/include/am335x.h (modified) * c/src/lib/libcpu/arm/shared/include/omap3.h (modified) * cpukit/libdl/dlfcn-shell.c (modified) * cpukit/libdl/dlfcn-shell.h (modified) * cpukit/libdl/dlfcn.c (modified) * cpukit/libdl/rap-shell.c (modified) * cpukit/libdl/rap-shell.h (modified) * cpukit/libdl/rap.c (modified) * cpukit/libdl/rap.h (modified) * cpukit/libdl/rtl-chain-iterator.c (modified) * cpukit/libdl/rtl-chain-iterator.h (modified) * cpukit/libdl/rtl-debugger.c (modified) * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-elf.h (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-error.h (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-find-file.h (modified) * cpukit/libdl/rtl-fwd.h (modified) * cpukit/libdl/rtl-indirect-ptr.h (modified) * cpukit/libdl/rtl-obj-cache.c (modified) * cpukit/libdl/rtl-obj-cache.h (modified) * cpukit/libdl/rtl-obj-comp.c (modified) * cpukit/libdl/rtl-obj-comp.h (modified) * cpukit/libdl/rtl-obj-fwd.h (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) * cpukit/libdl/rtl-rap.h (modified) * cpukit/libdl/rtl-shell.c (modified) * cpukit/libdl/rtl-shell.h (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-sym.h (modified) * cpukit/libdl/rtl-trace.c (modified) * cpukit/libdl/rtl-trace.h (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libdl/rtl-unresolved.h (modified) * cpukit/libdl/rtl.c (modified) * cpukit/libdl/rtl.h (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/sptests/spclock_err01/delay.c (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spclock_err01/system.h (modified) * testsuites/sptests/spevent_err03/init.c (modified) * testsuites/sptests/spevent_err03/system.h (modified) * testsuites/sptests/spintr_err01/init.c (modified) * testsuites/sptests/spintr_err01/isr.c (modified) * testsuites/sptests/spintr_err01/system.h (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spmsgq_err01/init.c (modified) * testsuites/sptests/spmsgq_err01/system.h (modified) * testsuites/sptests/spmsgq_err02/init.c (modified) * testsuites/sptests/spmsgq_err02/system.h (modified) * testsuites/sptests/spmsgq_err02/task3.c (modified) * testsuites/sptests/spport_err01/init.c (modified) * testsuites/sptests/spport_err01/system.h (modified) * testsuites/sptests/spratemon_err01/init.c (modified) * testsuites/sptests/spratemon_err01/screen10.c (modified) * testsuites/sptests/spratemon_err01/system.h (modified) * testsuites/sptests/spratemon_err01/task4.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/init.c (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/spsem_err02/task2.c (modified) * testsuites/sptests/spsignal_err01/init.c (modified) * testsuites/sptests/spsignal_err01/isr.c (modified) * testsuites/sptests/spsignal_err01/system.h (modified) * testsuites/sptests/sptask_err01/init.c (modified) * testsuites/sptests/sptask_err01/system.h (modified) * testsuites/sptests/sptask_err01/task2.c (modified) * testsuites/sptests/sptask_err02/init.c (modified) * testsuites/sptests/sptask_err02/system.h (modified) * testsuites/sptests/sptask_err03/init.c (modified) * testsuites/sptests/sptask_err03/system.h (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/system.h (modified) Replace www.rtems.com with www.rtems.org Sat, 14 Mar 2015 15:52:24 GMT Joel Sherrill [e334edd] * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/sptests/spclockget/init.c (modified) * testsuites/sptests/spnotepad01/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/tmtests/tm08/task1.c (modified) tests misc: Disable deprecated method usage warning when intentional ... Mon, 09 Mar 2015 12:18:36 GMT Sebastian Huber [1f67156] * cpukit/libcsupport/src/__gettod.c (modified) * testsuites/psxtests/psxtime/test.c (modified) libcsupport: Delete superfluous _gettimeofday() Mon, 09 Mar 2015 14:23:20 GMT Sebastian Huber [40ecd11] * cpukit/posix/src/sysconf.c (modified) * testsuites/psxtests/psxsysconf/init.c (modified) sysconf: Add _SC_NPROCESSORS_(CONF|ONLN) Tue, 03 Mar 2015 16:08:51 GMT Gedare Bloom [56c7192] * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxclock01/Makefile.am (added) * testsuites/psxtests/psxclock01/init.c (added) * testsuites/psxtests/psxclock01/psxclock01.doc (added) * testsuites/psxtests/psxclock01/psxclock01.scn (added) psxtests/psxclock01: use clock() and CLOCKS_PER_SEC Closes #2182 Thu, 26 Feb 2015 11:55:43 GMT Sebastian Huber [6357e14a] * testsuites/psxtests/psx05/init.c (modified) psxtests/psx05: Adjust test case Update #2170. Mon, 23 Feb 2015 14:59:49 GMT Gedare Bloom [83fe4468] * testsuites/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx12/init.c (modified) psxtests: add string param to printf. closes #2241 Sun, 15 Feb 2015 09:38:15 GMT Sebastian Huber [a43a3466] * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_rename.c (modified) * testsuites/psxtests/psxstat/test.c (modified) IMFS: Implement variable length node names This reduces the average ... Wed, 11 Feb 2015 19:59:29 GMT Joel Sherrill [b57a6a7] * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_create.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_detach.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_equal.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_exit.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_join.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_once.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_self.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c (moved) * testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c (moved) * testsuites/psxtests/psxhdrs/pthread11.c (deleted) * testsuites/psxtests/psxhdrs/pthread12.c (deleted) * testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_getparam.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_setparam.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c (moved) * testsuites/psxtests/psxhdrs/sched/sched_yield.c (moved) * testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c (moved) * testsuites/psxtests/psxhdrs/signal/raise.c (moved) * testsuites/psxtests/psxhdrs/signal/signal.c (moved) * testsuites/psxtests/psxhdrs/signal/sigpending.c (moved) * testsuites/psxtests/psxhdrs/signal/sigprocmask.c (moved) * testsuites/psxtests/psxhdrs/signal/sigsuspend.c (moved) * testsuites/psxtests/psxhdrs/signal/sigtimedwait.c (moved) * testsuites/psxtests/psxhdrs/signal/sigwait.c (moved) * testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c (moved) * testsuites/psxtests/psxhdrs/signal01.c (deleted) * testsuites/psxtests/psxhdrs/signal02.c (deleted) * testsuites/psxtests/psxhdrs/signal03.c (deleted) * testsuites/psxtests/psxhdrs/signal04.c (deleted) * testsuites/psxtests/psxhdrs/signal05.c (deleted) * testsuites/psxtests/psxhdrs/signal06.c (deleted) * testsuites/psxtests/psxhdrs/signal07.c (deleted) * testsuites/psxtests/psxhdrs/signal08.c (deleted) * testsuites/psxtests/psxhdrs/signal09.c (deleted) * testsuites/psxtests/psxhdrs/signal10.c (deleted) * testsuites/psxtests/psxhdrs/time/asctime.c (moved) * testsuites/psxtests/psxhdrs/time/asctime_r.c (moved) * testsuites/psxtests/psxhdrs/time/clock.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getenable_attr.c (moved) * testsuites/psxtests/psxhdrs/time/clock_getres.c (moved) * testsuites/psxtests/psxhdrs/time/clock_gettime.c (moved) * testsuites/psxtests/psxhdrs/time/clock_setenable_attr.c (moved) * testsuites/psxtests/psxhdrs/time/clock_settime.c (moved) * testsuites/psxtests/psxhdrs/time/ctime.c (moved) * testsuites/psxtests/psxhdrs/time/ctime_r.c (moved) * testsuites/psxtests/psxhdrs/time/difftime.c (moved) * testsuites/psxtests/psxhdrs/time/gmtime.c (moved) * testsuites/psxtests/psxhdrs/time/gmtime_r.c (moved) * testsuites/psxtests/psxhdrs/time/localtime.c (moved) * testsuites/psxtests/psxhdrs/time/localtime_r.c (moved) * testsuites/psxtests/psxhdrs/time/mktime.c (moved) * testsuites/psxtests/psxhdrs/time/nanosleep.c (moved) * testsuites/psxtests/psxhdrs/time/strftime.c (moved) * testsuites/psxtests/psxhdrs/time/time.c (moved) * testsuites/psxtests/psxhdrs/time/timer_create.c (moved) * testsuites/psxtests/psxhdrs/time/timer_delete.c (moved) * testsuites/psxtests/psxhdrs/time/timer_getoverrun.c (moved) * testsuites/psxtests/psxhdrs/time/timer_gettime.c (moved) * testsuites/psxtests/psxhdrs/time/timer_settime.c (moved) * testsuites/psxtests/psxhdrs/unistd/alarm.c (moved) * testsuites/psxtests/psxhdrs/unistd/fdatasync.c (moved) * testsuites/psxtests/psxhdrs/unistd/fsync.c (moved) * testsuites/psxtests/psxhdrs/unistd/getegid.c (moved) * testsuites/psxtests/psxhdrs/unistd/geteuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getgroups.c (moved) * testsuites/psxtests/psxhdrs/unistd/getlogin.c (moved) * testsuites/psxtests/psxhdrs/unistd/getlogin_r.c (moved) * testsuites/psxtests/psxhdrs/unistd/getpgrp.c (moved) * testsuites/psxtests/psxhdrs/unistd/getpid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getppid.c (moved) * testsuites/psxtests/psxhdrs/unistd/getuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/pause.c (moved) * testsuites/psxtests/psxhdrs/unistd/setgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setpgid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setsid.c (moved) * testsuites/psxtests/psxhdrs/unistd/setuid.c (moved) * testsuites/psxtests/psxhdrs/unistd/sleep.c (moved) * testsuites/psxtests/psxhdrs/unistd/sync.c (moved) * testsuites/psxtests/psxhdrs/unistd/ualarm.c (moved) * testsuites/psxtests/psxhdrs/unistd/usleep.c (moved) psxhdrs: Reorganize into subdirectories per .h file and rename files ... Wed, 11 Feb 2015 19:31:30 GMT Joel Sherrill [86076f3] * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/pthread35.c (deleted) * testsuites/psxtests/psxhdrs/pthread36.c (deleted) psxhdrs: Remove test of pthread_attr_[gs]et_cputime These methods ... Wed, 11 Feb 2015 20:00:35 GMT Joel Sherrill [eedaf9b] * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/sys/socket/accept.c (added) * testsuites/psxtests/psxhdrs/sys/socket/bind.c (added) * testsuites/psxtests/psxhdrs/sys/socket/connect.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getpeername.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getsockname.c (added) * testsuites/psxtests/psxhdrs/sys/socket/getsockopt.c (added) * testsuites/psxtests/psxhdrs/sys/socket/listen.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recv.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recvfrom.c (added) * testsuites/psxtests/psxhdrs/sys/socket/recvmsg.c (added) * testsuites/psxtests/psxhdrs/sys/socket/send.c (added) * testsuites/psxtests/psxhdrs/sys/socket/sendmsg.c (added) * testsuites/psxtests/psxhdrs/sys/socket/sendto.c (added) * testsuites/psxtests/psxhdrs/sys/socket/setsockopt.c (added) * testsuites/psxtests/psxhdrs/sys/socket/shutdown.c (added) * testsuites/psxtests/psxhdrs/sys/socket/socket.c (added) * testsuites/psxtests/psxhdrs/sys/socket/socketpair.c (added) psxhdrs: Add tests for API compliance Sun, 08 Feb 2015 18:43:09 GMT Sebastian Huber [a9df916] * c/src/lib/libbsp/powerpc/beatnik/irq/irq_test_app.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/fifoimfs_init.c (deleted) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_init.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/miniimfs_init.c (deleted) * cpukit/sapi/include/confdefs.h (modified) * doc/user/conf.t (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsimfsconfig01/Makefile.am (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.doc (added) * testsuites/fstests/fsimfsconfig01/fsimfsconfig01.scn (added) * testsuites/fstests/fsimfsconfig01/init.c (added) * testsuites/fstests/fsimfsconfig02/Makefile.am (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.doc (added) * testsuites/fstests/fsimfsconfig02/fsimfsconfig02.scn (added) * testsuites/fstests/fsimfsconfig02/init.c (added) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) * testsuites/libtests/tar03/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxreaddir/main.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/iostream/system.h (modified) * testsuites/sptests/sp47/init.c (modified) * testsuites/sptests/sp48/init.c (modified) IMFS: Add fine grained configuration Remove miniIMFS. Statically ... Mon, 09 Feb 2015 18:09:23 GMT Sebastian Huber [16939b18] * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) Filesystem: Simplify FIFO and pipe configuration Wed, 31 Dec 2014 09:56:05 GMT Sebastian Huber [cf36b70] * cpukit/dev/i2c/i2c-bus.c (modified) * cpukit/dev/i2c/i2c-dev.c (modified) * cpukit/libblock/src/blkdev-imfs.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/imfs/deviceio.c (modified) * cpukit/libfs/src/imfs/imfs.h (modified) * cpukit/libfs/src/imfs/imfs_creat.c (modified) * cpukit/libfs/src/imfs/imfs_debug.c (deleted) * cpukit/libfs/src/imfs/imfs_directory.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/imfs/imfs_fsunmount.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_directory.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_link.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_initsupp.c (modified) * cpukit/libfs/src/imfs/imfs_link.c (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/imfs/imfs_make_generic_node.c (modified) * cpukit/libfs/src/imfs/imfs_mknod.c (modified) * cpukit/libfs/src/imfs/imfs_mount.c (modified) * cpukit/libfs/src/imfs/imfs_readlink.c (modified) * cpukit/libfs/src/imfs/imfs_symlink.c (modified) * cpukit/libfs/src/imfs/imfs_unmount.c (modified) * cpukit/libfs/src/imfs/memfile.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/tar02/tar02.scn (modified) * testsuites/psxtests/psxfile01/psxfile01.scn (modified) * testsuites/psxtests/psxfile01/test.c (modified) * testsuites/psxtests/psximfs02/init.c (modified) * testsuites/psxtests/psximfs02/psximfs02.scn (modified) IMFS: Replace node union with individual struct This reduces the ... Fri, 23 Jan 2015 15:46:48 GMT Joel Sherrill [80bfd3a] * testsuites/psxtests/psx07/init.c (modified) psx07: Add missing parameter to printf() call Close 2241. ... Fri, 23 Jan 2015 11:49:44 GMT Sebastian Huber [ffb1a45] * testsuites/psxtests/psx07/init.c (modified) psxtests/psx07: Fix printf() statement Close #2240. Mon, 15 Dec 2014 13:19:43 GMT Sebastian Huber [a0b1b5ed] * cpukit/libi2c/libi2c.h (modified) * cpukit/libmisc/dummy/default-configuration.c (modified) * testsuites/fstests/fsbdpart01/init.c (modified) * testsuites/fstests/fsdosfsformat01/init.c (modified) * testsuites/fstests/fsdosfsname01/init.c (modified) * testsuites/fstests/fsdosfssync01/init.c (modified) * testsuites/fstests/fsdosfswrite01/init.c (modified) * testsuites/fstests/fsfseeko01/init.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/fstests/fsrofs01/init.c (modified) * testsuites/fstests/imfs_support/fs_support.c (modified) * testsuites/fstests/jffs2_support/fs_support.c (modified) * testsuites/fstests/mdosfs_support/fs_support.c (modified) * testsuites/fstests/mimfs_support/fs_support.c (modified) * testsuites/fstests/mrfs_support/fs_support.c (modified) * testsuites/libtests/block01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block11/init.c (modified) * testsuites/libtests/block12/init.c (modified) * testsuites/libtests/block13/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/block15/init.c (modified) * testsuites/libtests/block16/init.c (modified) * testsuites/libtests/block17/init.c (modified) * testsuites/libtests/crypt01/init.c (modified) * testsuites/libtests/devfs03/init.c (modified) * testsuites/libtests/deviceio01/init.c (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl02/init.c (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/flashdisk01/init.c (modified) * testsuites/libtests/ftp01/init.c (modified) * testsuites/libtests/i2c01/init.c (modified) * testsuites/libtests/md501/init.c (modified) * testsuites/libtests/mghttpd01/init.c (modified) * testsuites/libtests/monitor02/system.h (modified) * testsuites/libtests/newlib01/init.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp02/init.c (modified) * testsuites/libtests/sha/init.c (modified) * testsuites/libtests/shell01/init.c (modified) * testsuites/libtests/sparsedisk01/init.c (modified) * testsuites/libtests/syscall01/init.c (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar02/init.c (modified) * testsuites/libtests/utf8proc01/init.c (modified) * testsuites/psxtests/psx13/main.c (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxchroot01/main.c (modified) * testsuites/psxtests/psxfchx01/init.c (modified) * testsuites/psxtests/psxfile01/main.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) * testsuites/psxtests/psxmount/main.c (modified) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd02/init.c (modified) * testsuites/psxtests/psxpipe01/init.c (modified) * testsuites/psxtests/psxrdwrv/main.c (modified) * testsuites/psxtests/psxreaddir/main.c (modified) * testsuites/psxtests/psxstat/main.c (modified) * testsuites/samples/fileio/system.h (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/sptests/spcache01/init.c (modified) * testsuites/sptests/spcontext01/init.c (modified) * testsuites/sptests/spfifo01/init.c (modified) * testsuites/sptests/spfifo02/init.c (modified) * testsuites/sptests/spfifo03/init.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) * testsuites/sptests/spheapprot/init.c (modified) * testsuites/sptests/spinternalerror02/init.c (modified) * testsuites/sptests/spmkdir/init.c (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/spnsext01/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spresource01/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) * testsuites/sptests/spsem03/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was ... Fri, 12 Dec 2014 07:46:30 GMT Sebastian Huber [7bdb765] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) Add POSIX key value pairs to resource snapshot Fri, 12 Dec 2014 12:16:11 GMT Sebastian Huber [172e953] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/keyfreememory.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * testsuites/psxtests/psxkey02/init.c (modified) posix: Delete key/value if value is set to NULL Thu, 04 Dec 2014 09:03:50 GMT Sebastian Huber [12072880] * c/configure.ac (modified) * c/src/ada-tests/configure.ac (modified) * c/src/configure.ac (modified) * c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac (modified) * c/src/lib/libbsp/arm/configure.ac (modified) * c/src/lib/libbsp/arm/csb336/configure.ac (modified) * c/src/lib/libbsp/arm/csb337/configure.ac (modified) * c/src/lib/libbsp/arm/edb7312/configure.ac (modified) * c/src/lib/libbsp/arm/gba/configure.ac (modified) * c/src/lib/libbsp/arm/gdbarmsim/configure.ac (modified) * c/src/lib/libbsp/arm/gp32/configure.ac (modified) * c/src/lib/libbsp/arm/gumstix/configure.ac (modified) * c/src/lib/libbsp/arm/lm3s69xx/configure.ac (modified) * c/src/lib/libbsp/arm/lpc176x/configure.ac (modified) * c/src/lib/libbsp/arm/lpc24xx/configure.ac (modified) * c/src/lib/libbsp/arm/lpc32xx/configure.ac (modified) * c/src/lib/libbsp/arm/nds/configure.ac (modified) * c/src/lib/libbsp/arm/nds/tools/configure.ac (modified) * c/src/lib/libbsp/arm/raspberrypi/configure.ac (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/configure.ac (modified) * c/src/lib/libbsp/arm/rtl22xx/configure.ac (modified) * c/src/lib/libbsp/arm/smdk2410/configure.ac (modified) * c/src/lib/libbsp/arm/stm32f4/configure.ac (modified) * c/src/lib/libbsp/arm/tms570/configure.ac (modified) * c/src/lib/libbsp/arm/xilinx-zynq/configure.ac (modified) * c/src/lib/libbsp/avr/avrtest/configure.ac (modified) * c/src/lib/libbsp/avr/configure.ac (modified) * c/src/lib/libbsp/bfin/TLL6527M/configure.ac (modified) * c/src/lib/libbsp/bfin/bf537Stamp/configure.ac (modified) * c/src/lib/libbsp/bfin/configure.ac (modified) * c/src/lib/libbsp/bfin/eZKit533/configure.ac (modified) * c/src/lib/libbsp/h8300/configure.ac (modified) * c/src/lib/libbsp/h8300/h8sim/configure.ac (modified) * c/src/lib/libbsp/i386/configure.ac (modified) * c/src/lib/libbsp/i386/pc386/configure.ac (modified) * c/src/lib/libbsp/i386/pc386/tools/configure.ac (modified) * c/src/lib/libbsp/lm32/configure.ac (modified) * c/src/lib/libbsp/lm32/lm32_evr/configure.ac (modified) * c/src/lib/libbsp/lm32/milkymist/configure.ac (modified) * c/src/lib/libbsp/m32c/configure.ac (modified) * c/src/lib/libbsp/m32c/m32cbsp/configure.ac (modified) * c/src/lib/libbsp/m32r/configure.ac (modified) * c/src/lib/libbsp/m32r/m32rsim/configure.ac (modified) * c/src/lib/libbsp/m68k/av5282/configure.ac (modified) * c/src/lib/libbsp/m68k/configure.ac (modified) * c/src/lib/libbsp/m68k/csb360/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68302/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68340/configure.ac (modified) * c/src/lib/libbsp/m68k/gen68360/configure.ac (modified) * c/src/lib/libbsp/m68k/genmcf548x/configure.ac (modified) * c/src/lib/libbsp/m68k/idp/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5206elite/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf52235/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5225x/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5235/configure.ac (modified) * c/src/lib/libbsp/m68k/mcf5329/configure.ac (modified) * c/src/lib/libbsp/m68k/mrm332/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme136/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme147/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme147s/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme162/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme162/tools/configure.ac (modified) * c/src/lib/libbsp/m68k/mvme167/configure.ac (modified) * c/src/lib/libbsp/m68k/ods68302/configure.ac (modified) * c/src/lib/libbsp/m68k/sim68000/configure.ac (modified) * c/src/lib/libbsp/m68k/uC5282/configure.ac (modified) * c/src/lib/libbsp/mips/configure.ac (modified) * c/src/lib/libbsp/mips/csb350/configure.ac (modified) * c/src/lib/libbsp/mips/genmongoosev/configure.ac (modified) * c/src/lib/libbsp/mips/hurricane/configure.ac (modified) * c/src/lib/libbsp/mips/jmr3904/configure.ac (modified) * c/src/lib/libbsp/mips/jmr3904/tools/configure.ac (modified) * c/src/lib/libbsp/mips/malta/configure.ac (modified) * c/src/lib/libbsp/mips/rbtx4925/configure.ac (modified) * c/src/lib/libbsp/mips/rbtx4938/configure.ac (modified) * c/src/lib/libbsp/moxie/configure.ac (modified) * c/src/lib/libbsp/moxie/moxiesim/configure.ac (modified) * c/src/lib/libbsp/nios2/configure.ac (modified) * c/src/lib/libbsp/nios2/nios2_iss/configure.ac (modified) * c/src/lib/libbsp/no_cpu/configure.ac (modified) * c/src/lib/libbsp/no_cpu/no_bsp/configure.ac (modified) * c/src/lib/libbsp/or1k/configure.ac (modified) * c/src/lib/libbsp/or1k/or1ksim/configure.ac (modified) * c/src/lib/libbsp/powerpc/beatnik/configure.ac (modified) * c/src/lib/libbsp/powerpc/configure.ac (modified) * c/src/lib/libbsp/powerpc/ep1a/configure.ac (modified) * c/src/lib/libbsp/powerpc/gen5200/configure.ac (modified) * c/src/lib/libbsp/powerpc/gen83xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/haleakala/configure.ac (modified) * c/src/lib/libbsp/powerpc/mbx8xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac (modified) * c/src/lib/libbsp/powerpc/mvme3100/configure.ac (modified) * c/src/lib/libbsp/powerpc/mvme5500/configure.ac (modified) * c/src/lib/libbsp/powerpc/psim/configure.ac (modified) * c/src/lib/libbsp/powerpc/qemuppc/configure.ac (modified) * c/src/lib/libbsp/powerpc/qoriq/configure.ac (modified) * c/src/lib/libbsp/powerpc/score603e/configure.ac (modified) * c/src/lib/libbsp/powerpc/ss555/configure.ac (modified) * c/src/lib/libbsp/powerpc/t32mppc/configure.ac (modified) * c/src/lib/libbsp/powerpc/tqm8xx/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex4/configure.ac (modified) * c/src/lib/libbsp/powerpc/virtex5/configure.ac (modified) * c/src/lib/libbsp/sh/configure.ac (modified) * c/src/lib/libbsp/sh/gensh1/configure.ac (modified) * c/src/lib/libbsp/sh/gensh2/configure.ac (modified) * c/src/lib/libbsp/sh/gensh4/configure.ac (modified) * c/src/lib/libbsp/sh/shsim/configure.ac (modified) * c/src/lib/libbsp/sparc/configure.ac (modified) * c/src/lib/libbsp/sparc/erc32/configure.ac (modified) * c/src/lib/libbsp/sparc/leon2/configure.ac (modified) * c/src/lib/libbsp/sparc/leon3/configure.ac (modified) * c/src/lib/libbsp/sparc64/configure.ac (modified) * c/src/lib/libbsp/sparc64/niagara/configure.ac (modified) * c/src/lib/libbsp/sparc64/usiii/configure.ac (modified) * c/src/lib/libbsp/v850/configure.ac (modified) * c/src/lib/libbsp/v850/gdbv850sim/configure.ac (modified) * c/src/lib/libcpu/arm/configure.ac (modified) * c/src/lib/libcpu/bfin/configure.ac (modified) * c/src/lib/libcpu/i386/configure.ac (modified) * c/src/lib/libcpu/lm32/configure.ac (modified) * c/src/lib/libcpu/m68k/configure.ac (modified) * c/src/lib/libcpu/mips/configure.ac (modified) * c/src/lib/libcpu/nios2/configure.ac (modified) * c/src/lib/libcpu/or1k/configure.ac (modified) * c/src/lib/libcpu/powerpc/configure.ac (modified) * c/src/lib/libcpu/sh/configure.ac (modified) * c/src/lib/libcpu/sparc/configure.ac (modified) * c/src/lib/libcpu/sparc64/configure.ac (modified) * c/src/librtems++/configure.ac (modified) * c/src/make/configure.ac (modified) * configure.ac (modified) * cpukit/configure.ac (modified) * doc/configure.ac (modified) * doc/tools/configure.ac (modified) * testsuites/configure.ac (modified) * testsuites/fstests/configure.ac (modified) * testsuites/libtests/configure.ac (modified) * testsuites/mptests/configure.ac (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtmtests/configure.ac (modified) * testsuites/rhealstone/configure.ac (modified) * testsuites/samples/configure.ac (modified) * testsuites/smptests/configure.ac (modified) * testsuites/sptests/configure.ac (modified) * testsuites/tmtests/configure.ac (modified) * testsuites/tools/configure.ac (modified) * testsuites/tools/generic/configure.ac (modified) * tools/build/configure.ac (modified) * tools/cpu/configure.ac (modified) * tools/cpu/generic/configure.ac (modified) * tools/cpu/nios2/configure.ac (modified) * tools/cpu/sh/configure.ac (modified) Update bug report URL Fri, 21 Nov 2014 07:49:57 GMT Sebastian Huber [11925eef] * c/src/lib/libbsp/powerpc/gen5200/ide/pcmcia_ide.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260eth.c (modified) * c/src/libchip/ide/ata_internal.h (modified) * cpukit/libfs/src/dosfs/fat.h (modified) * cpukit/libfs/src/imfs/imfs_load_tar.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/untar/untar.c (modified) * cpukit/librpc/src/rpc/svc_udp.c (modified) * cpukit/pppd/pppd.h (modified) * testsuites/psxtests/psxaio02/init.c (modified) * testsuites/psxtests/psxaio03/init.c (modified) * testsuites/samples/fileio/init.c (modified) * testsuites/sptests/sp48/init.c (modified) * testsuites/sptests/sp63/init.c (modified) Delete or rename MIN/MAX macros and defines Include ... Mon, 17 Nov 2014 06:53:01 GMT Sebastian Huber [ffa71f1] * cpukit/libcsupport/src/getgroups.c (modified) * testsuites/libtests/pwdgrp01/init.c (modified) * testsuites/libtests/pwdgrp01/pwdgrp01.doc (modified) * testsuites/psxtests/psxid01/init.c (modified) * testsuites/psxtests/psxid01/psxid01.scn (modified) libcsupport: Implement getgroups() Fri, 14 Nov 2014 14:33:57 GMT Sebastian Huber [395e5d4] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/getgrent.c (modified) * cpukit/libcsupport/src/getgrnam.c (added) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd02/init.c (modified) libcsupport: Use POSIX key for getgrent() Fri, 14 Nov 2014 13:30:36 GMT Sebastian Huber [002f351] * cpukit/libcsupport/src/pwdgrp.c (modified) * testsuites/psxtests/psxpasswd01/init.c (modified) * testsuites/psxtests/psxpasswd01/psxpasswd01.scn (modified) libcsupport: Minimal /etc/passwd and /etc/group Create a minimal ... Tue, 14 Oct 2014 10:12:32 GMT Sebastian Huber [43633ae] * testsuites/psxtests/psxglobalcon01/init.cc (modified) * testsuites/psxtests/psxglobalcon02/init.cc (modified) * testsuites/sptests/spglobalcon01/init.cc (modified) testsuites: Avoid clock driver Fri, 10 Oct 2014 07:09:19 GMT Sebastian Huber [a38ced2] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (added) * cpukit/score/src/threadhandler.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxglobalcon01/Makefile.am (added) * testsuites/psxtests/psxglobalcon01/init.cc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc (added) * testsuites/psxtests/psxglobalcon01/psxglobalcon01.scn (added) * testsuites/psxtests/psxglobalcon02/Makefile.am (added) * testsuites/psxtests/psxglobalcon02/init.cc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc (added) * testsuites/psxtests/psxglobalcon02/psxglobalcon02.scn (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spglobalcon01/Makefile.am (added) * testsuites/sptests/spglobalcon01/init.cc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.doc (added) * testsuites/sptests/spglobalcon01/spglobalcon01.scn (added) * testsuites/sptests/spthreadlife01/init.c (modified) score: Rework global construction Ensure that the global ... Wed, 08 Oct 2014 08:31:36 GMT Sebastian Huber [b9f95225] * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) posix: Add auto initializaton for rwlock Tue, 09 Sep 2014 14:49:20 GMT Sebastian Huber [b5f9ad2] * testsuites/psxtests/psxonce01/system.h (modified) psxtests/psxonce01: Use test extension