# # ChangeLog for cpukit/posix/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/31/24 18:10:15 Sat, 24 Nov 2018 10:51:28 GMT Sebastian Huber [3899bc1a] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/rtems/src/ratemonresetall.c (modified) * cpukit/rtems/src/rtemsobjectgetclassinfo.c (modified) * cpukit/score/src/objectallocate.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/objectfree.c (modified) * cpukit/score/src/objectgetlocal.c (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnametoid.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectshrinkinformation.c (modified) * cpukit/score/src/threaditerate.c (modified) * testsuites/sptests/spconfig02/init.c (modified) score: Optimize object lookup Use the maximum ID for the ID to ... Wed, 21 Nov 2018 16:30:52 GMT Sebastian Huber [9c9c6a9] * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/psxsemaphore.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/shm.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/sapi/src/extension.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnamespaceremove.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectsetname.c (modified) * cpukit/score/src/thread.c (modified) * testsuites/psxtests/psxobj01/init.c (modified) score: Remove Objects_Information::is_string Use ... Mon, 03 Dec 2018 03:13:23 GMT Jacob Shin [d0a7f03] * aclocal/project-root.m4 (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-dir.c (modified) * cpukit/posix/src/sigwaitinfo.c (modified) 5 spelling errors for a Google Code-In task. Username: ... Thu, 25 Oct 2018 08:54:12 GMT Sebastian Huber [54f35888] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/monitor.h (modified) * cpukit/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/score/src/threaditerate.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) posix: Provide threads by default Update #2514. Thu, 25 Oct 2018 08:07:46 GMT Sebastian Huber [701057e0] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/posix/src/shmops.c (added) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) posix: Provide shared memory objects by default Update #2514. Sun, 14 Oct 2018 17:20:05 GMT Sebastian Huber [e97806a] * cpukit/Makefile.am (modified) * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/posix/config.h (modified) * cpukit/include/rtems/posix/mqueue.h (modified) * cpukit/include/rtems/posix/psignal.h (modified) * cpukit/include/rtems/posix/pthread.h (modified) * cpukit/include/rtems/posix/semaphore.h (modified) * cpukit/include/rtems/posix/shm.h (modified) * cpukit/include/rtems/posix/timer.h (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueconfig.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalconfig.c (added) * cpukit/posix/src/psxsemaphore.c (modified) * cpukit/posix/src/psxsemaphoreconfig.c (added) * cpukit/posix/src/psxtimerconfig.c (added) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadconfig.c (added) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/shm.c (modified) * cpukit/posix/src/shmconfig.c (added) * cpukit/score/src/wkspace.c (modified) posix: Split posix_api_configuration_table Use separate ... Thu, 25 Oct 2018 10:05:53 GMT Sebastian Huber [7038271] * cpukit/include/rtems/posix/mqueueimpl.h (modified) * cpukit/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/include/rtems/score/object.h (modified) * cpukit/include/rtems/score/objectimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/score/src/objectclose.c (modified) * cpukit/score/src/objectgetnameasstring.c (modified) * cpukit/score/src/objectidtoname.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectnamespaceremove.c (modified) * cpukit/score/src/objectnametoidstring.c (modified) * cpukit/score/src/objectsetname.c (modified) Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES Enable support for ... Thu, 25 Oct 2018 09:32:01 GMT Sebastian Huber [5090a71b] * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/thread.c (modified) score: Remove bogus thread object name support Update #2514. Wed, 24 Oct 2018 05:40:23 GMT Sebastian Huber [c1ce9a2] * cpukit/Makefile.am (modified) * cpukit/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/posix/src/psxtransschedparam.c (modified) posix: Provide get thread attributes by default Update #2514. Fri, 12 Oct 2018 12:40:52 GMT Sebastian Huber [c6023b7] * cpukit/posix/src/mmap.c (modified) posix: Fix unused result warning Tue, 09 Oct 2018 06:43:08 GMT Sebastian Huber [acb53d5] * cpukit/posix/src/seminit.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) posix: Remove static assertion Standard C does not allow pointer ... Fri, 05 Oct 2018 06:11:09 GMT Sebastian Huber [1d39e96] * cpukit/include/rtems/score/basedefs.h (modified) * cpukit/include/rtems/score/threadqimpl.h (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/semobtain.c (modified) score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer ... Thu, 13 Sep 2018 04:19:05 GMT Sebastian Huber [242887bc] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/psxsemaphore.c (moved) * cpukit/posix/src/psxtimercreate.c (moved) * cpukit/posix/src/psxtimerdelete.c (moved) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/src/sapirbtreeinsert.c (moved) * cpukit/score/cpu/sparc/Makefile.am (modified) * cpukit/score/cpu/sparc/sparc-access.S (moved) Rename files to make them unique within cpukit This allows to build ... Wed, 08 Aug 2018 09:17:36 GMT Sebastian Huber [aac36d15] * cpukit/configure.ac (modified) * cpukit/posix/src/mprotect.c (modified) posix: Add configure check for mprotect() Update #3491. Tue, 24 Jul 2018 07:00:18 GMT Sebastian Huber [a1f7d7d] * cpukit/include/rtems/score/basedefs.h (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * testsuites/sptests/spmisc01/init.c (modified) score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add ... Mon, 16 Jul 2018 06:31:05 GMT Sebastian Huber [6ec7f21] * cpukit/posix/src/prwlockunlock.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) posix: Fix rwlock auto initialization Add more test cases. Tue, 03 Jul 2018 09:50:53 GMT Sebastian Huber [77fbbd6] * cpukit/configure.ac (modified) * cpukit/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) posix: Check for new prototypes Update #3342. Update #3343. Thu, 08 Feb 2018 09:47:16 GMT Sebastian Huber [ed24ed4e] * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/score/src/threadrestart.c (modified) Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for ... Fri, 22 Dec 2017 12:51:13 GMT Sebastian Huber [8fa4549] * cpukit/posix/src/clockgettime.c (modified) posix: Use one second based CLOCK_MONOTONIC This simplifies the ... Thu, 21 Dec 2017 13:36:52 GMT Sebastian Huber [9480815a] * cpukit/include/rtems/confdefs.h (modified) * cpukit/include/rtems/score/percpu.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/include/rtems/score/watchdog.h (modified) * cpukit/include/rtems/score/watchdogimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/ratemoncancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/src/threadqtimeout.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Introduce new monotonic clock Rename ... Fri, 15 Dec 2017 06:21:58 GMT Sebastian Huber [e1563f37] * cpukit/posix/src/mqueue.c (modified) posix: Remove unused global variable Update #2702. Update #2555. Mon, 20 Nov 2017 05:30:26 GMT Sebastian Huber [cd3e220] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL Delete superfluous ... Fri, 17 Nov 2017 05:36:54 GMT Sebastian Huber [a7dcef97] * 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 (deleted) * cpukit/score/src/threadhandler.c (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/sptls04/Makefile.am (added) * testsuites/sptests/sptls04/init.c (added) * testsuites/sptests/sptls04/sptls04.doc (added) * testsuites/sptests/sptls04/sptls04.scn (added) score: Simplify global construction Update #3243. Tue, 21 Nov 2017 05:19:25 GMT Sebastian Huber [c0d602e] * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) posix: _POSIX_Threads_Get_sched_param_sporadic() Remove api ... Wed, 08 Nov 2017 14:29:14 GMT Sebastian Huber [64ba1a96] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Change created_with_explicit_scheduler Remove ... Wed, 08 Nov 2017 13:37:35 GMT Sebastian Huber [7147dc4] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Remove POSIX_API_Control::schedpolicy Use the thread CPU ... Sun, 29 Oct 2017 19:29:05 GMT Sebastian Huber [3e81d52] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * testsuites/psxtests/psxclock/init.c (modified) posix: Use far future for very long timeouts Close #3205. Fri, 27 Oct 2017 07:03:55 GMT Sebastian Huber [1d572eba] * cpukit/posix/src/pthreadcreate.c (modified) posix: Fix pthread_create() with user stack In case the user ... Thu, 19 Oct 2017 11:47:57 GMT Sebastian Huber [c3105894] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.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/apimutexlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coretodabsolutetimeout.c (deleted) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqtimeout.c (added) * cpukit/score/src/threadrestart.c (modified) * testsuites/psxtests/psx12/init.c (modified) score: Move thread queue timeout handling Update #3117. Update #3182. Thu, 19 Oct 2017 12:17:31 GMT Sebastian Huber [1666ffe5] * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Rename function threadq support function Rename ... Tue, 17 Oct 2017 14:19:03 GMT Sebastian Huber [ecef3698] * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/watchdogtick.c (modified) score: Rename _Watchdog_Ticks_from_*() Rename ... Fri, 20 Oct 2017 14:53:04 GMT Sebastian Huber [a0d09107] * cpukit/posix/src/mqueuerecvsupp.c (modified) posix: Do not touch msg priority in case of error Tue, 17 Oct 2017 09:46:54 GMT Sebastian Huber [37eb717] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Simplify _POSIX_Threads_Create_extension() Move unblocked ... Tue, 17 Oct 2017 07:20:20 GMT Sebastian Huber [3f3f4248] * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) posix: Remove POSIX_API_Control::schedparam Move sporadic server ... Tue, 17 Oct 2017 06:38:47 GMT Sebastian Huber [2be22d4] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) posix: Move POSIX_API_Control::thread This member is only used by ... Tue, 17 Oct 2017 08:06:08 GMT Sebastian Huber [2fcea4c] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * testsuites/psxtests/psxclassic01/init.c (modified) posix: Fix _POSIX_Threads_Create_extension() The thread POSIX API ... Mon, 16 Oct 2017 07:32:37 GMT Sebastian Huber [91ce012c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename ... Sat, 14 Oct 2017 13:14:53 GMT Sebastian Huber [bf2a53d2] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/ratemoncancel.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/timercreate.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/watchdogtick.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in ... Thu, 12 Oct 2017 05:18:28 GMT Sebastian Huber [58500540] * cpukit/posix/src/pthreadattrdefault.c (modified) posix: Fix const qualifier warning Update #2514. Update #3179. Wed, 11 Oct 2017 19:33:44 GMT Sebastian Huber [ed9a6fd] * cpukit/posix/src/adjtime.c (modified) posix: Use right time format in adjtime() Update #2740. Wed, 11 Oct 2017 05:53:38 GMT Sebastian Huber [157c767] * cpukit/posix/src/mutexinit.c (modified) posix: Include missing Tue, 10 Oct 2017 09:36:23 GMT Sebastian Huber [b2dbb634] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/taskgetaffinity.c (modified) * cpukit/rtems/src/tasksetaffinity.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/cpuset.h (deleted) * cpukit/score/include/rtems/score/cpusetimpl.h (deleted) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/cpuset.c (deleted) * cpukit/score/src/cpusetprintsupport.c (deleted) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Remove CPU_set_Control Use Processor_mask instead. Update ... Tue, 10 Oct 2017 09:22:21 GMT Sebastian Huber [a3ad4af] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxaffinity02/smppsxaffinity02.scn (modified) posix: Validate affinity sets by the scheduler Update #2514. Tue, 10 Oct 2017 08:03:48 GMT Sebastian Huber [db3a3de] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Add _Thread_queue_Dispatch_disable() Tue, 10 Oct 2017 05:18:09 GMT Sebastian Huber [bd5be58f] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadattrimpl.h (added) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrdefault.c (added) * cpukit/posix/src/pthreadattrdestroy.c (modified) * cpukit/posix/src/pthreadattrinit.c (modified) * cpukit/posix/src/pthreadattrsetguardsize.c (modified) * cpukit/posix/src/pthreadattrsetinheritsched.c (modified) * cpukit/posix/src/pthreadattrsetschedpolicy.c (modified) * cpukit/posix/src/pthreadattrsetscope.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Unconditional thread attribute support Update #2514. Tue, 10 Oct 2017 05:13:37 GMT Sebastian Huber [4f9ed26] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/psxgetattrnp01.scn (modified) posix: Constify default thread processor affinity Set default ... Tue, 10 Oct 2017 05:11:29 GMT Sebastian Huber [8c5267a] * cpukit/posix/src/pthreadattrsetstack.c (modified) * cpukit/posix/src/pthreadattrsetstacksize.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) posix: Simplify pthread_attr_setstack() Simplify * ... Mon, 09 Oct 2017 13:34:26 GMT Sebastian Huber [da9f5f1] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthreadattrcompare.c (deleted) * testsuites/psxtests/psxgetattrnp01/init.c (modified) posix: Remove rtems_pthread_attribute_compare() Update #2514. ... Fri, 06 Oct 2017 08:07:38 GMT Sebastian Huber [af9115f3] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrcompare.c (modified) * cpukit/posix/src/pthreadattrgetaffinitynp.c (modified) * cpukit/posix/src/pthreadattrsetaffinitynp.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetaffinitynp.c (modified) * cpukit/posix/src/pthreadgetattrnp.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * testsuites/psxtests/psxgetattrnp01/init.c (modified) * testsuites/psxtests/psxgetattrnp01/psxgetattrnp01.scn (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity01/smppsxaffinity01.scn (modified) posix: Simplify POSIX_API_Control Return stack area via ... Fri, 06 Oct 2017 13:30:47 GMT Sebastian Huber [2256946] * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/clocksettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/src/clockset.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodset.c (modified) score: Use struct timespec for TOD Use the timestamps only for ... Wed, 27 Sep 2017 13:08:33 GMT Sebastian Huber [de59c065] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libblock/src/bdbuf.c (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/mutex.h (deleted) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (deleted) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (deleted) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/muteximpl.h (added) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit01/psxautoinit01.scn (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX mutex POSIX mutexes are now ... Tue, 26 Sep 2017 05:49:17 GMT Sebastian Huber [5222488] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (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/cond.h (deleted) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/cond.c (deleted) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (deleted) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/psx10.scn (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxautoinit02/psxautoinit02.scn (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX condvar POSIX condition ... Thu, 21 Sep 2017 13:42:45 GMT Sebastian Huber [89fc9345] * 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/rwlock.h (deleted) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/prwlock.c (deleted) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corerwlock.h (deleted) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxrwlock01/main.c (modified) * testsuites/psxtests/psxrwlock01/psxrwlock01.scn (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now ... Thu, 21 Sep 2017 12:13:16 GMT Sebastian Huber [e67929c] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrier.h (deleted) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pbarrier.c (deleted) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierinit.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxbarrier01/psxbarrier01.scn (modified) * testsuites/psxtests/psxbarrier01/test.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) posix: Implement self-contained POSIX barriers POSIX barriers are ... Tue, 12 Sep 2017 06:09:16 GMT Sebastian Huber [c090db7] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (deleted) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (deleted) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/semaphoreimpl.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/semaphore.c (modified) * testsuites/psxtests/psxcancel/init.c (modified) * testsuites/psxtests/psxeintr_join/init.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) * testsuites/psxtmtests/psxtmsem02/init.c (modified) * testsuites/psxtmtests/psxtmsem03/init.c (modified) * testsuites/psxtmtests/psxtmsem04/init.c (modified) * testsuites/psxtmtests/psxtmsem05/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX semaphores For semaphore ... Tue, 19 Sep 2017 12:10:33 GMT Sebastian Huber [47b1e31] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/posix/src/pthreadonce.c (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/src/once.c (modified) posix: Optimize pthread_once_t Reduce size of pthread_once_t and ... Wed, 04 Oct 2017 07:18:56 GMT Sebastian Huber [dcdd329] * cpukit/posix/src/aio_cancel.c (modified) posix: Fix aio_cancel() Update #3164. Wed, 27 Sep 2017 13:14:33 GMT Sebastian Huber [dbdb6a32] * cpukit/posix/src/condattrdestroy.c (modified) * cpukit/posix/src/condattrinit.c (modified) * cpukit/posix/src/mutexattrdestroy.c (modified) * cpukit/posix/src/mutexattrgetprioceiling.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetpshared.c (modified) * cpukit/posix/src/mutexattrgettype.c (modified) * cpukit/posix/src/mutexattrinit.c (modified) posix: Remove superfluous includes Tue, 26 Sep 2017 05:52:08 GMT Sebastian Huber [ef18d36] * cpukit/posix/src/barrierattrdestroy.c (modified) * cpukit/posix/src/rwlockattrdestroy.c (modified) posix: Remove superfluous includes Wed, 02 Aug 2017 23:26:51 GMT Joel Sherrill [ea4488ae] * cpukit/posix/include/rtems/posix/shm.h (modified) * cpukit/posix/src/shmopen.c (modified) posix shm: Add oflag to Shm_Control Fri, 22 Sep 2017 06:22:11 GMT Sebastian Huber [bdc468a] * cpukit/posix/src/prwlockinit.c (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) posix: Allow PTHREAD_PROCESS_SHARED for rwlocks Close #3153. Fri, 15 Sep 2017 11:48:44 GMT Sebastian Huber [c030edd] * cpukit/posix/src/condinit.c (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/psx10.scn (modified) posix: Allow PTHREAD_PROCESS_SHARED for condvar Close #3137. Fri, 15 Sep 2017 11:24:51 GMT Sebastian Huber [8230a329] * cpukit/posix/src/pbarrierinit.c (modified) * testsuites/psxtests/psxbarrier01/psxbarrier01.scn (modified) * testsuites/psxtests/psxbarrier01/test.c (modified) posix: Allow PTHREAD_PROCESS_SHARED for barriers Close #3126. Fri, 15 Sep 2017 11:14:57 GMT Sebastian Huber [3b47ce73] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/posix/src/mutexinit.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) posix: Allow PTHREAD_PROCESS_SHARED for mutexes Close #3125. Wed, 13 Sep 2017 07:22:19 GMT Sebastian Huber [baef823c] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchdir.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * cpukit/posix/src/shmopen.c (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsclose01/Makefile.am (added) * testsuites/fstests/fsclose01/fsclose01.doc (added) * testsuites/fstests/fsclose01/fsclose01.scn (added) * testsuites/fstests/fsclose01/init.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical24/Makefile.am (added) * testsuites/sptests/spintrcritical24/init.c (added) * testsuites/sptests/spintrcritical24/spintrcritical24.doc (added) * testsuites/sptests/spintrcritical24/spintrcritical24.scn (added) libio: Add hold/drop iop reference Check iop reference count in ... Wed, 13 Sep 2017 12:00:50 GMT Sebastian Huber [ca90c6c] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/shmopen.c (modified) libio: Add rtems_libio_iop_flags_initialize() Update #3132. Wed, 13 Sep 2017 08:11:46 GMT Sebastian Huber [856ede4f] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libfs/src/pipe/pipe.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/shmopen.c (modified) libio: Add iop set/clear flags Update #3132. Wed, 06 Sep 2017 05:31:48 GMT Sebastian Huber [694e946d] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/posix/include/rtems/posix/mmanimpl.h (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) libio: Remove special-case reference count The top-level IO library ... Fri, 08 Sep 2017 13:25:47 GMT Sebastian Huber [18b32d76] * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * testsuites/psxtests/psxsem01/init.c (modified) posix: Ignore pshared for semaphores Since we have only one ... Fri, 08 Sep 2017 11:10:24 GMT Sebastian Huber [62c912e] * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) posix: Use mutex object itself for condvar We should only use the ... Fri, 25 Aug 2017 08:59:52 GMT Sebastian Huber [1f22b26] * c/src/lib/libbsp/i386/pc386/console/console_select.c (modified) * c/src/lib/libbsp/i386/pc386/console/gdb_select.c (modified) * cpukit/libmisc/shell/main_cmdchown.c (modified) * cpukit/libmisc/shell/main_drvmgr.c (modified) * cpukit/libmisc/shell/main_pci.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/shm.c (modified) * cpukit/score/src/condition.c (modified) Include missing Update #2132. Fri, 25 Aug 2017 08:58:58 GMT Sebastian Huber [b2ed712] * c/src/lib/libbsp/arm/altera-cyclone-v/rtc/rtc.c (modified) * c/src/lib/libbsp/arm/atsam/spi/atsam_spi_bus.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-read-blocks.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-write-blocks.c (modified) * c/src/lib/libbsp/arm/raspberrypi/console/console_select.c (modified) * c/src/lib/libbsp/arm/raspberrypi/misc/vc_defines.h (modified) * c/src/lib/libbsp/arm/raspberrypi/startup/cmdline.c (modified) * c/src/lib/libbsp/arm/shared/arm-pl111-fb.c (modified) * c/src/lib/libbsp/arm/shared/armv7m/irq/armv7m-irq.c (modified) * c/src/lib/libbsp/arm/tms570/console/printk-support.c (modified) * c/src/lib/libbsp/arm/tms570/pom/tms570-pom.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c (modified) * c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c (modified) * c/src/lib/libbsp/shared/console.c (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * c/src/lib/libbsp/sparc/shared/amba/ahbstat.c (modified) * c/src/lib/libbsp/sparc/shared/analog/gradcdac.c (modified) * c/src/lib/libbsp/sparc/shared/drvmgr/ambapp_bus_leon2.c (modified) * c/src/lib/libbsp/sparc/shared/i2c/i2cmst.c (modified) * c/src/lib/libbsp/sparc/shared/iommu/griommu.c (modified) * c/src/lib/libbsp/sparc/shared/l2c/l2c.c (modified) * c/src/lib/libbsp/sparc/shared/pci/grpci2dma.c (modified) * c/src/lib/libbsp/sparc/shared/scrub/memscrub.c (modified) * c/src/lib/libbsp/sparc/shared/time/grctm.c (modified) * c/src/lib/libbsp/sparc/shared/time/spwcuc.c (modified) * c/src/lib/libbsp/sparc/shared/timer/gptimer.c (modified) * c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c (modified) * c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c (modified) * c/src/lib/libcpu/bfin/interrupt/interrupt.c (modified) * cpukit/dev/i2c/ti-lm25066a.c (modified) * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/src/cfmakesane.c (modified) * cpukit/libcsupport/src/chroot.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libdl/rtl-allocator.c (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-mdreloc-arm.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libmisc/dummy/default-configuration.c (modified) * cpukit/libmisc/redirector/stdio-redirect.c (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/libmisc/shell/main_rtrace.c (modified) * cpukit/libmisc/untar/untar_tgz.c (modified) * cpukit/libpci/pci_cfg_print_code.c (modified) * cpukit/librpc/src/rpc/get_myaddress.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmwkspace.c (modified) * cpukit/score/src/threadq.c (modified) Include missing Update #2133. Mon, 24 Jul 2017 19:09:52 GMT Gedare Bloom [c6d897e5] * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmwkspace.c (modified) posix: fix warnings with mmap from heap/wkspace Avoid void pointer ... Mon, 24 Jul 2017 18:46:49 GMT Gedare Bloom [b264998] * cpukit/posix/include/rtems/posix/mmanimpl.h (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) posix: replace mmap mappings lock with libio lock Use the libio ... Thu, 20 Jul 2017 05:25:55 GMT Sebastian Huber [b965f461] * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) posix: Use unprotected chain operations Operarations are already ... Wed, 19 Jul 2017 14:59:16 GMT Kevin Kirspel [bb01a36] * cpukit/posix/src/mmap.c (modified) Fixed issue with searching mapped addresses The loop that checks if ... Thu, 29 Jun 2017 14:36:43 GMT Kevin Kirspel [c6bb1c33] * cpukit/dev/i2c/i2c-bus.c (modified) * cpukit/dev/i2c/i2c-dev.c (modified) * cpukit/dev/spi/spi-bus.c (modified) * cpukit/libblock/src/blkdev-imfs.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/__usrenv.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/defaults/default_handlers.c (modified) * cpukit/libfs/src/defaults/default_mmap.c (added) * cpukit/libfs/src/devfs/devfs_init.c (modified) * cpukit/libfs/src/dosfs/msdos_handlers_dir.c (modified) * cpukit/libfs/src/dosfs/msdos_handlers_file.c (modified) * cpukit/libfs/src/imfs/imfs_dir_default.c (modified) * cpukit/libfs/src/imfs/imfs_dir_minimal.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libfs/src/imfs/imfs_link.c (modified) * cpukit/libfs/src/imfs/imfs_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_symlink.c (modified) * cpukit/libfs/src/jffs2/src/fs-rtems.c (modified) * cpukit/libfs/src/nfsclient/src/nfs.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) * cpukit/libnetworking/lib/ftpfs.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/shmopen.c (modified) posix/mmap: Add support for file handler and MAP_ANON Added a mmap ... Wed, 07 Jun 2017 06:14:30 GMT Sebastian Huber [836f454] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadattrgetaffinitynp.c (modified) * cpukit/posix/src/pthreadattrsetaffinitynp.c (modified) * cpukit/posix/src/pthreadsetaffinitynp.c (modified) * cpukit/score/include/rtems/score/cpusetimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/sptests/spcpuset01/init.c (modified) * testsuites/sptests/spcpuset01/test.c (modified) Fix CPU_COPY() usage The original CPU_COPY() support of Newlib ... Tue, 16 May 2017 15:37:27 GMT Gedare Bloom [a330c5d] * cpukit/posix/src/mmap.c (modified) posix: clarify expression with parentheses Close #3010. Wed, 15 Mar 2017 18:31:00 GMT Gedare Bloom [87de70a2] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/posix/include/rtems/posix/mmanimpl.h (modified) * cpukit/posix/include/rtems/posix/shm.h (modified) * cpukit/posix/include/rtems/posix/shmimpl.h (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmopen.c (modified) * cpukit/posix/src/shmunlink.c (modified) * cpukit/posix/src/shmwkspace.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxshm02/system.h (modified) posix/mman: add mmap support for shm objects Update #2859. Mon, 13 Mar 2017 16:00:35 GMT Chris Johns [8290f95c] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/mmanimpl.h (added) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) posix: Add mmap/unmap support for mapping files. This version of ... Fri, 31 Mar 2017 19:23:47 GMT Gedare Bloom [bd9d5eb] * cpukit/posix/include/rtems/posix/shmimpl.h (modified) * cpukit/posix/src/shmopen.c (modified) posix/shm: replace threadq with mutex (allocator lock) Closes #2957. Wed, 15 Mar 2017 18:29:19 GMT Gedare Bloom [889eb76] * cpukit/posix/include/rtems/posix/shmimpl.h (modified) * cpukit/posix/src/shmopen.c (modified) posix/mman: update atime on shared memory read call Update #2859. Thu, 27 Apr 2017 23:52:01 GMT Joel Sherrill [12f9c5b7] * cpukit/posix/src/mutexinit.c (modified) posix/src/mutexinit.c: Reorder to make priority a scoped variable Wed, 26 Apr 2017 20:42:09 GMT Joel Sherrill [c16d45a5] * cpukit/posix/src/mutexinit.c (modified) posix/src/mutexinit.c: Reorder to make priority a scoped variable Tue, 25 Apr 2017 18:57:03 GMT Joel Sherrill [6601684f] * cpukit/posix/src/mutexinit.c (modified) posix/src/mutexinit.c: Fix used before initialized warning Tue, 28 Mar 2017 05:51:16 GMT Sebastian Huber [82c0836] * cpukit/posix/src/pthreaddetach.c (modified) posix: Fix pthread_detach() internal lock acquire Tue, 31 Jan 2017 07:08:24 GMT Sebastian Huber [e366f77] * cpukit/libcsupport/src/assocthreadstatestostring.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add _Thread_queue_Object_name Add the special thread queue ... Wed, 25 Jan 2017 10:45:49 GMT Sebastian Huber [090bdc7e] * cpukit/posix/src/shmopen.c (modified) posix: Fix use of uninitialized variable Update #2859. 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, 12 Aug 2016 16:21:00 GMT Gedare Bloom [2b442a8e] * cpukit/posix/src/mmap.c (modified) posix: fix typo in mmap arguments Fri, 12 Aug 2016 15:17:40 GMT Gedare Bloom [1ca8ee13] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/mlock.c (added) * cpukit/posix/src/mlockall.c (added) * cpukit/posix/src/msync.c (added) * cpukit/posix/src/munlock.c (added) * cpukit/posix/src/munlockall.c (added) * cpukit/posix/src/posix_madvise.c (added) * cpukit/posix/src/shmopen.c (added) * cpukit/posix/src/shmunlink.c (added) posix: add stub implementations for mman functions 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 Fri, 13 Jan 2017 08:45:59 GMT Sebastian Huber [4a03e752] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) configure: Remove SIZEOF_PTHREAD_SPINLOCK_T 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 07:42:04 GMT Sebastian Huber [d063e7b3] * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) score: Replace STATES_DELAYING Replace STATES_DELAYING with ... 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() Wed, 11 Jan 2017 12:47:22 GMT Sebastian Huber [5aa0fa1] * cpukit/posix/src/alarm.c (modified) posix: Fix alarm() in SMP configurations Avoid to change the CPU of ... Fri, 23 Dec 2016 15:02:07 GMT Sebastian Huber [9a448aab] * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit ...