# # ChangeLog for cpukit/posix in rtems # # Generated by Trac 1.2.1.dev0 # 05/20/24 22:16:59 Thu, 07 Apr 2016 14:48:30 GMT Sebastian Huber [572cb624] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regiondelete.c (modified) * cpukit/rtems/src/regionextend.c (modified) * cpukit/rtems/src/regiongetfreeinfo.c (modified) * cpukit/rtems/src/regiongetinfo.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regiongetsegmentsize.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/regionresizesegment.c (modified) * cpukit/rtems/src/regionreturnsegment.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetnext.c (modified) * cpukit/score/src/objectgetnoprotection.c (modified) score: Simplify _Objects_Get_no_protection() This functions ... Wed, 06 Apr 2016 14:26:22 GMT Sebastian Huber [9555341] * 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/pthreadsetschedparam.c (modified) posix: Use a dedicated lock for scheduler changes Update #2555. Tue, 05 Apr 2016 14:23:39 GMT Sebastian Huber [44ed384] * cpukit/posix/src/sigaction.c (modified) posix: Use proper lock for sigaction() Update #2555. Mon, 04 Apr 2016 06:18:07 GMT Sebastian Huber [9ea69dee] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add node map to _RBTree_Find_inline() Tue, 05 Apr 2016 04:58:16 GMT Sebastian Huber [8b922aa] * cpukit/posix/src/psignal.c (modified) posix: Fix _POSIX_signals_Check_signal() Do not save and restore ... Tue, 05 Apr 2016 04:44:07 GMT Sebastian Huber [3c895256] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (deleted) posix: Make _POSIX_signals_Check_signal() static Mon, 04 Apr 2016 04:47:41 GMT Sebastian Huber [7d21700] * cpukit/posix/src/killinfo.c (modified) posix: Use proper lock for signals Fri, 01 Apr 2016 09:38:47 GMT Sebastian Huber [8f96581] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/barrierrelease.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) score: Rework MP thread queue callout support The thread queue ... Wed, 30 Mar 2016 09:39:58 GMT Sebastian Huber [9809d6e0] * cpukit/posix/src/mqueuedeletesupp.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/src/barrierdelete.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/msgqdelete.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/rtems/src/semflush.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremutexflush.c (deleted) * cpukit/score/src/threadqflush.c (modified) score: _Thread_queue_Flush() parameter changes Change ... Fri, 01 Apr 2016 13:10:08 GMT Sebastian Huber [6ca60e5d] * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) score: Delete MP support for RW locks MP support was not implemented. Tue, 05 Apr 2016 12:36:30 GMT Sebastian Huber [97312fcc] * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/rtems/include/rtems/rtems/barrier.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (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/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqextractwithproxy.c (modified) * cpukit/score/src/threadwaitgetid.c (added) * testsuites/sptests/spthreadq01/init.c (modified) * testsuites/sptests/spthreadq01/spthreadq01.doc (modified) score: Delete Thread_Wait_information::id This field was only by ... Thu, 31 Mar 2016 11:31:24 GMT Sebastian Huber [9eaf564] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add and use _RBTree_Insert_inline() Thu, 31 Mar 2016 11:30:38 GMT Sebastian Huber [97127aa] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) score: Add and use _RBTree_Find_inline() Tue, 22 Mar 2016 07:52:50 GMT Sebastian Huber [97bbf02] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) score: Use constant for maximum count of CORE sema Wed, 23 Mar 2016 09:01:31 GMT Sebastian Huber [1e1a91ed] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuecreatesupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/src/msgqcreate.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionprocessqueue.c (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierrelease.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexflush.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqflush.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Remove Thread_queue_Queue::operations field Remove the ... Tue, 22 Mar 2016 06:24:56 GMT Sebastian Huber [2518516] * cpukit/posix/src/pthreadexit.c (modified) posix: pthread_exit() is a no-return function Fri, 18 Mar 2016 13:03:01 GMT Sebastian Huber [5a5fb3b] * 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/pspintrylock.c (modified) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (modified) * cpukit/score/include/rtems/score/corespinlockimpl.h (modified) * cpukit/score/src/corespinlock.c (deleted) * cpukit/score/src/corespinlockrelease.c (modified) * cpukit/score/src/corespinlockwait.c (modified) score: Avoid Giant lock for CORE spinlock Use an ISR lock to ... 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, 17 Mar 2016 06:56:31 GMT Sebastian Huber [5eaf0e7] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/keyfreememory.c (deleted) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) posix: Use per-thread lookup tree for POSIX Keys Yields higher ... Thu, 17 Mar 2016 05:16:23 GMT Sebastian Huber [75aef54] * cpukit/posix/src/sched_yield.c (modified) posix: Avoid Giant lock in sched_yield() Update #2555. Mon, 07 Mar 2016 15:01:57 GMT Sebastian Huber [77e6eba7] * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timergetoverrun.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/rtems/include/rtems/rtems/timerimpl.h (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timergetinfo.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetlocal.c (added) score: Add and use _Objects_Get_local() This simplifies the ... 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 ... Tue, 26 Jan 2016 10:16:56 GMT Sebastian Huber [3bc12a8f] * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/irq/BSP_irq.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/irq/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c (modified) * c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/signalcatch.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/apiext.h (deleted) * cpukit/score/preinstall.am (modified) * cpukit/score/src/apiext.c (deleted) * cpukit/score/src/threaddispatch.c (modified) * testsuites/sptests/spsize/size.c (modified) Delete unused API extensions Tue, 26 Jan 2016 10:13:45 GMT Sebastian Huber [4210114] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Use linker set for POSIX User Threads init Update #2408. Tue, 15 Dec 2015 08:38:31 GMT Sebastian Huber [529b08a7] * cpukit/posix/include/rtems/posix/posixapi.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) posix: Delete empty _POSIX_API_Initialize() Tue, 15 Dec 2015 08:32:55 GMT Sebastian Huber [2605a489] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keyrundestructors.c (deleted) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Keys initialization Update #2408. Mon, 14 Dec 2015 15:40:28 GMT Sebastian Huber [4eee8781] * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/src/pspin.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Spinlock initialization Update #2408. Mon, 14 Dec 2015 15:39:10 GMT Sebastian Huber [76a8328] * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/src/prwlock.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX RWLock initialization Update #2408. Mon, 14 Dec 2015 15:37:34 GMT Sebastian Huber [e4e7f14] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/src/pbarrier.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Barrier initialization Update #2408. Mon, 14 Dec 2015 15:36:21 GMT Sebastian Huber [6c678557] * cpukit/posix/include/rtems/posix/ptimer.h (modified) * cpukit/posix/include/rtems/posix/timerimpl.h (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Timer initialization Update #2408. Mon, 14 Dec 2015 15:34:50 GMT Sebastian Huber [2189b3e] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Semaphore initialization Update #2408. Mon, 14 Dec 2015 15:33:39 GMT Sebastian Huber [3015ed64] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Message Queue initialization Update #2408. Mon, 14 Dec 2015 15:31:44 GMT Sebastian Huber [9871f5dc] * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Mutex initialization Update #2408. Mon, 14 Dec 2015 15:29:19 GMT Sebastian Huber [f4fee477] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/cond.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Condition Variable initialization Update #2408. Mon, 14 Dec 2015 10:47:47 GMT Sebastian Huber [cef5675] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/cancel.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/cancelrun.c (deleted) * cpukit/posix/src/cleanuppop.c (deleted) * cpukit/posix/src/cleanuppush.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Cleanup initialization Update #2408. Fri, 11 Dec 2015 09:47:22 GMT Sebastian Huber [ef1a985f] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Threads initialization Update #2408. Thu, 10 Dec 2015 12:46:07 GMT Sebastian Huber [04436ae7] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) Optional POSIX Signals initialization Update #2408. Tue, 19 Jan 2016 18:11:47 GMT Joel Sherrill [22bb1b61] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/_execve.c (modified) * cpukit/posix/src/execl.c (deleted) * cpukit/posix/src/execle.c (deleted) * cpukit/posix/src/execlp.c (deleted) * cpukit/posix/src/execv.c (deleted) * cpukit/posix/src/execve.c (deleted) * cpukit/posix/src/execvp.c (deleted) posix/src/exec*: Remove all variants already in Newlib The RTEMS ... Mon, 18 Jan 2016 20:28:00 GMT Joel Sherrill [e39cdb8] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/clockgetenableattr.c (deleted) * cpukit/posix/src/clocksetenableattr.c (deleted) posix: Remove clock_getenable_attr() and clock_setenable_attr() ... Fri, 08 Jan 2016 11:11:03 GMT Sebastian Huber [1506658c] * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadstart.c (modified) score: Simplify _Thread_Start() Thu, 07 Jan 2016 08:55:45 GMT Sebastian Huber [ccd5434] * c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h (modified) * c/src/lib/libbsp/epiphany/epiphany_sim/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/m32c/m32cbsp/include/bsp.h (modified) * c/src/lib/libbsp/moxie/moxiesim/include/bsp.h (modified) * c/src/lib/libbsp/sh/shsim/include/bsp.h (modified) * c/src/lib/libbsp/shared/clock_driver_simidle.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc64/niagara/include/bsp.h (modified) * c/src/lib/libbsp/sparc64/usiii/include/bsp.h (modified) * c/src/lib/libbsp/v850/gdbv850sim/include/bsp.h (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/rtems/src/taskrestart.c (modified) * cpukit/rtems/src/taskstart.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadcreateidle.c (modified) * cpukit/score/src/threadentryadaptoridle.c (added) * cpukit/score/src/threadentryadaptornumeric.c (added) * cpukit/score/src/threadentryadaptorpointer.c (added) * cpukit/score/src/threadglobalconstruction.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadstart.c (modified) * testsuites/samples/minimum/init.c (modified) * testsuites/sptests/sp54/init.c (modified) * testsuites/sptests/spintrcritical_support/intrcritical.c (modified) score: Introduce Thread_Entry_information This avoids potential ... Tue, 22 Dec 2015 08:40:48 GMT Sebastian Huber [44e9871] * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadglobalconstruction.c (modified) score: Avoid dead code in global construction Update #2514. 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 ... Mon, 14 Dec 2015 12:10:24 GMT Sebastian Huber [173d1f8] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsigmask.c (modified) posix: Store unblocked signals Store the unblock signals to exploit ... Fri, 11 Dec 2015 10:09:13 GMT Sebastian Huber [54c3fbd] * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/asrimpl.h (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/threadinitialize.c (modified) score: Initialize thread control to zero This reduces the code size ... Thu, 10 Dec 2015 13:10:48 GMT Sebastian Huber [df55d07f] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/rtems/src/taskmode.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Untangle thread actions Remove the thread action handler ... Tue, 24 Nov 2015 14:58:26 GMT Sebastian Huber [f6a1ef9] * cpukit/configure.ac (modified) * cpukit/posix/include/rtems/posix/cancel.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/cancelrun.c (modified) * cpukit/posix/src/cleanuppop.c (modified) * cpukit/posix/src/cleanuppush.c (modified) * cpukit/posix/src/pthread.c (modified) posix: Require struct _pthread_cleanup_context This structure is ... 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 Wed, 02 Sep 2015 21:54:21 GMT Martin Galvan [7def219] * c/src/lib/libbsp/shared/umon/umon.h (modified) * cpukit/posix/include/rtems/posix/ptimer.h (modified) * cpukit/rtems/include/rtems/rtems/dpmemimpl.h (modified) various .h files: Add missing C++ extern wrappers Updates #2405. 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 Fri, 21 Aug 2015 03:25:37 GMT Sebastian Huber [1f242285] * cpukit/posix/src/keyfreememory.c (modified) posix: Avoid _RBTree_Next() Tue, 28 Jul 2015 12:45:42 GMT Sebastian Huber [21789a21] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/time.h (deleted) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/barrierattrdestroy.c (modified) * cpukit/posix/src/clockgetcpuclockid.c (modified) * cpukit/posix/src/clockgetenableattr.c (modified) * cpukit/posix/src/clocksetenableattr.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/condattrdestroy.c (modified) * cpukit/posix/src/condattrgetpshared.c (modified) * cpukit/posix/src/condattrinit.c (modified) * cpukit/posix/src/condattrsetpshared.c (modified) * cpukit/posix/src/condbroadcast.c (modified) * cpukit/posix/src/conddefaultattributes.c (modified) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignal.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mqueueclose.c (modified) * cpukit/posix/src/mqueuecreatesupp.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/mqueuereceive.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mqueuesetattr.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mqueueunlink.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexattrdestroy.c (modified) * cpukit/posix/src/mutexattrgetprioceiling.c (modified) * cpukit/posix/src/mutexattrgetprotocol.c (modified) * cpukit/posix/src/mutexattrgetpshared.c (modified) * cpukit/posix/src/mutexattrgettype.c (modified) * cpukit/posix/src/mutexattrinit.c (modified) * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexattrsetprotocol.c (modified) * cpukit/posix/src/mutexattrsetpshared.c (modified) * cpukit/posix/src/mutexattrsettype.c (modified) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (modified) * cpukit/posix/src/psignalclearsignals.c (modified) * cpukit/posix/src/psignalsetprocesssignals.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/ptimer.c (modified) * cpukit/posix/src/rwlockattrdestroy.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/semaphore.c (modified) * cpukit/posix/src/semaphorecreatesupp.c (modified) * cpukit/posix/src/semaphoredeletesupp.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/semclose.c (modified) * cpukit/posix/src/semdestroy.c (modified) * cpukit/posix/src/semgetvalue.c (modified) * cpukit/posix/src/seminit.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semunlink.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/coretodabsolutetimeout.c (moved) score: Rename _POSIX_Absolute_timeout_to_ticks() Rename ... Wed, 24 Jun 2015 13:43:19 GMT Sebastian Huber [d7665823] * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/taskident.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/sptests/spobjgetnext/init.c (modified) * testsuites/sptests/sptask_err04/task1.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Heads Move the storage for the thread ... Wed, 24 Jun 2015 09:05:39 GMT Sebastian Huber [e2735012] * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqflush.c (modified) * cpukit/score/src/threadqops.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Introduce Thread_queue_Queue Separate the thread queue heads ... Wed, 24 Jun 2015 12:00:08 GMT Sebastian Huber [fdb45d6] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/score/include/rtems/score/freechain.h (modified) * cpukit/score/src/freechain.c (modified) * testsuites/sptests/spfreechain01/init.c (modified) * testsuites/sptests/spfreechain01/spfreechain01.scn (modified) score: Freechain handler API changes Replace the extend function ... Thu, 25 Jun 2015 12:11:53 GMT Sebastian Huber [48fed9a] * c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c (modified) * c/src/lib/libbsp/shared/clockdrv_shell.h (modified) * c/src/lib/libbsp/sparc/shared/timer/tlib_ckinit.c (modified) * c/src/lib/libcpu/bfin/clock/clock.c (modified) * c/src/lib/libcpu/or1k/shared/cache/cache.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c (modified) * c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c (modified) * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/posix/src/pthreadself.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/profilingiterate.c (modified) * cpukit/score/cpu/arm/arm_exc_handler_high.c (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/src/corespinlockrelease.c (modified) score: Simplify Drop the ... Thu, 25 Jun 2015 11:48:00 GMT Sebastian Huber [bd67d7d2] * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/rtems/include/rtems/rtems/signalimpl.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) score: Simplify Avoid Thread_Control typedef ... Sat, 13 Jun 2015 13:29:04 GMT Sebastian Huber [80fca28] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/timercreate.c (modified) * cpukit/rtems/src/ratemoncreate.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/sptests/spwatchdog/init.c (modified) score: Add _Watchdog_Preinitialize() Add an assert to ensure that ... Sat, 13 Jun 2015 12:49:23 GMT Sebastian Huber [258d580c] * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/ualarm.c (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/watchdogremove.c (modified) score: Delete unused state WATCHDOG_REMOVE_IT Tue, 02 Jun 2015 19:43:54 GMT Sebastian Huber [335e5ca] * c/src/lib/libcpu/powerpc/new-exceptions/cpu.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadloadenv.c (modified) score: Add Thread_Control::is_fp Store the floating-point unit ... Tue, 02 Jun 2015 11:57:35 GMT Sebastian Huber [f9a2d36] * cpukit/posix/src/timerinserthelper.c (modified) posix: Fix _POSIX_Timer_Insert_helper() locking Close #2358. Fri, 29 May 2015 13:03:02 GMT Sebastian Huber [8f6a3145] * cpukit/posix/src/clockgettime.c (modified) posix: Fix clock_gettime() The ... Tue, 12 May 2015 12:32:47 GMT Alexander Krutwig [7cd2484] * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/clockgettime.c (modified) * cpukit/posix/src/posixtimespecabsolutetimeout.c (modified) * cpukit/posix/src/timergettime.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/timertsr.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/src/clockgetuptime.c (modified) * cpukit/rtems/src/clockgetuptimenanoseconds.c (modified) * cpukit/rtems/src/clockgetuptimeseconds.c (deleted) * cpukit/rtems/src/clockgetuptimetimeval.c (modified) * cpukit/rtems/src/clocksetnsecshandler.c (deleted) * cpukit/rtems/src/clocktick.c (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timespec.h (modified) * cpukit/score/include/rtems/score/timestamp.h (modified) * cpukit/score/include/rtems/score/timestamp64.h (deleted) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/coretodadjust.c (modified) * cpukit/score/src/coretodget.c (deleted) * cpukit/score/src/coretodgetuptimetimespec.c (deleted) * cpukit/score/src/coretodsecondssinceepoch.c (deleted) * cpukit/score/src/coretodset.c (modified) * cpukit/score/src/coretodtickle.c (modified) * cpukit/score/src/kern_tc.c (modified) * cpukit/score/src/timespecgetasnanoseconds.c (modified) * cpukit/score/src/ts64addto.c (deleted) * cpukit/score/src/ts64divide.c (deleted) * cpukit/score/src/ts64equalto.c (deleted) * cpukit/score/src/ts64getnanoseconds.c (deleted) * cpukit/score/src/ts64getseconds.c (deleted) * cpukit/score/src/ts64lessthan.c (deleted) * cpukit/score/src/ts64set.c (deleted) * cpukit/score/src/ts64settozero.c (deleted) * cpukit/score/src/ts64subtract.c (deleted) * cpukit/score/src/ts64totimespec.c (deleted) * cpukit/score/src/ts64totimeval.c (deleted) * cpukit/score/src/watchdogtick.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) * testsuites/sptests/sptimecounter02/Makefile.am (added) * testsuites/sptests/sptimecounter02/init.c (added) * testsuites/sptests/sptimecounter02/sptimecounter02.doc (added) * testsuites/sptests/sptimecounter02/sptimecounter02.scn (added) timecounter: Use in RTEMS Replace timestamp implementation with ... Mon, 11 May 2015 12:56:49 GMT Sebastian Huber [aa05cfbb] * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/src/taskwakeafter.c (modified) * cpukit/rtems/src/taskwakewhen.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/src/threaddelayended.c (deleted) score: Replace _Thread_Delay_ended() Use _Thread_Timeout() instead. ... Tue, 05 May 2015 11:05:54 GMT Sebastian Huber [900d337f] * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.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/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/schedulercbs.c (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/threadsetpriority.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) score: Rework _Thread_Change_priority() Move the writes to ... Sat, 02 May 2015 12:27:24 GMT Sebastian Huber [4438ac25] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/coremutexsurrender.c (modified) * cpukit/score/src/debugisownerofallocator.c (modified) score: Fine grained locking for mutexes Update #2273. Sat, 02 May 2015 12:02:20 GMT Sebastian Huber [cfa5aab] * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemseize.c (deleted) * cpukit/score/src/mpci.c (modified) score: Delete _CORE_semaphore_Seize() Rename ... Fri, 01 May 2015 18:52:51 GMT Sebastian Huber [e76c517] * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/sempost.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/rtems/src/semrelease.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/src/coresemsurrender.c (modified) * cpukit/score/src/mpci.c (modified) score: Fine grained locking for semaphores Update #2273. Thu, 30 Apr 2015 11:12:54 GMT Sebastian Huber [cc18d7b] * cpukit/posix/include/rtems/posix/mqueueimpl.h (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/src/msgqbroadcast.c (modified) * cpukit/rtems/src/msgqflush.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/src/coremsgbroadcast.c (modified) * cpukit/score/src/coremsgclose.c (modified) * cpukit/score/src/coremsgflush.c (modified) * cpukit/score/src/coremsginsert.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * doc/user/msg.t (modified) score: Fine grained locking for message queues Aggregate several ... Mon, 27 Apr 2015 14:25:52 GMT Sebastian Huber [f5d6c8b] * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mpciimpl.h (modified) * cpukit/score/include/rtems/score/threadq.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/coremutex.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/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Delete Thread_queue_Control::timeout_status Use a parameter ... Wed, 22 Apr 2015 09:15:46 GMT Sebastian Huber [383cf42] * cpukit/posix/src/killinfo.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) * cpukit/score/src/threadqops.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: More thread queue operations Move thread queue discipline ... Thu, 23 Apr 2015 08:01:22 GMT Sebastian Huber [02c4c441] * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/psignalimpl.h (modified) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/include/rtems/posix/semaphoreimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/include/rtems/rtems/barrierimpl.h (modified) * cpukit/rtems/include/rtems/rtems/messageimpl.h (modified) * cpukit/rtems/include/rtems/rtems/regionimpl.h (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semdelete.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgclose.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/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadqfirst.c (modified) score: Add Thread_queue_Control::Lock Move the complete thread ... Wed, 15 Apr 2015 09:26:46 GMT Sebastian Huber [2903090] * cpukit/posix/src/alarm.c (modified) * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/timerdelete.c (modified) * cpukit/posix/src/timerinserthelper.c (modified) * cpukit/posix/src/timersettime.c (modified) * cpukit/posix/src/ualarm.c (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/ratemondelete.c (modified) * cpukit/rtems/src/timercancel.c (modified) * cpukit/rtems/src/timercreate.c (modified) * cpukit/rtems/src/timerdelete.c (modified) * cpukit/rtems/src/timerfireafter.c (modified) * cpukit/rtems/src/timerfirewhen.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/rtems/src/timerserverfireafter.c (modified) * cpukit/rtems/src/timerserverfirewhen.c (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/watchdogremove.c (modified) * cpukit/score/src/watchdogtickle.c (modified) * testsuites/sptests/spintrcritical08/init.c (modified) * testsuites/sptests/spintrcritical09/init.c (modified) score: Add header to _Watchdog_Remove() Add watchdog header ... Thu, 23 Apr 2015 19:29:56 GMT Sebastian Huber [56729d8] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Delete STATES_WAITING_ON_THREAD_QUEUE Avoid the usage of the ... Fri, 24 Apr 2015 06:36:33 GMT Sebastian Huber [d83127e] * cpukit/posix/src/mutexlocksupp.c (modified) posix: Use right thread dispatch disable function Thu, 23 Apr 2015 13:25:13 GMT Sebastian Huber [f329353] * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) score: Fix POSIX thread join A thread join is twofold. There is ... Wed, 22 Apr 2015 19:29:21 GMT Sebastian Huber [9f10911] * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/rtems/src/regiongetsegment.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/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/coremutex.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/coresemseize.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) score: Delete Thread_queue_Control::state Use a parameter for ... Wed, 22 Apr 2015 09:35:14 GMT Sebastian Huber [49d4364] * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/mqueuereceive.c (modified) * cpukit/posix/src/mqueuesend.c (modified) * cpukit/posix/src/mutexlock.c (modified) * cpukit/posix/src/mutextrylock.c (modified) * cpukit/posix/src/semtrywait.c (modified) * cpukit/posix/src/semwait.c (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) score: Delete bogus THREAD_QUEUE_WAIT_FOREVER It makes no sense to ... Mon, 20 Apr 2015 06:52:52 GMT Sebastian Huber [3bf4a9fa] * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/objectgetisr.c (modified) score: _Objects_Get_isr_disable() Do not disable thread dispatching ... Mon, 20 Apr 2015 06:45:41 GMT Sebastian Huber [4db0ae8e] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/src/mutexget.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/rtems/include/rtems/rtems/semimpl.h (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/objectgetisr.c (modified) score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of ... Tue, 14 Apr 2015 17:11:51 GMT Joel Sherrill [1047f37] * cpukit/posix/src/semdestroy.c (modified) semdestroy.c: Add missing _Objects_Allocator_unlock() closes 2319. Fri, 13 Mar 2015 12:54:16 GMT Daniel Krueger [5049dca] * cpukit/posix/src/semunlink.c (modified) semunlink.c: Add missing _Objects_Allocator_unlock() updates 2319. ... Mon, 13 Apr 2015 11:57:57 GMT Sebastian Huber [1dc6662] * cpukit/posix/src/ualarm.c (modified) * cpukit/rtems/src/timerreset.c (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Rename _Watchdog_Reset() Update #2307. Wed, 11 Mar 2015 20:53:44 GMT Joel Sherrill [d937d36] * cpukit/posix/src/nanosleep.c (modified) posix/src/nanosleep.c: Address issue when delay is longer than ... Thu, 12 Mar 2015 08:04:21 GMT Daniel Cederman [b0f8bb4e] * cpukit/posix/src/mmap.c (modified) posix: Return error code if mmap is used Thu, 12 Mar 2015 08:04:20 GMT Daniel Cederman [d88b0b78] * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) posix: Move function to file with matching name mmap was previously ... Mon, 09 Mar 2015 12:18:35 GMT Sebastian Huber [f244bfc5] * cpukit/configure.ac (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/preinstall.am (modified) posix: Install only if not provided Mon, 09 Mar 2015 12:18:33 GMT Sebastian Huber [77e682ec] * cpukit/posix/include/semaphore.h (modified) * cpukit/posix/src/semopen.c (modified) posix: Change sem_t to the 32-bit object type This change is also ... Tue, 10 Mar 2015 07:48:26 GMT Sebastian Huber [60bded9] * cpukit/posix/include/semaphore.h (modified) posix: Use a value of 0 for SEM_FAILED This is the standard NULL ... Mon, 09 Mar 2015 12:18:32 GMT Sebastian Huber [f0ff18e] * cpukit/posix/src/mqueueopen.c (modified) * cpukit/posix/src/semopen.c (modified) * cpukit/score/include/rtems/seterr.h (modified) score: Add rtems_set_errno_and_return_value() Remove ... 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) Mon, 09 Mar 2015 14:23:12 GMT Sebastian Huber [8552df6] * cpukit/posix/src/sysconf.c (modified) sysconf: Simplify Mon, 23 Feb 2015 15:54:54 GMT Sebastian Huber [6157743] * cpukit/posix/src/psignalunblockthread.c (modified) * cpukit/rtems/src/signalsend.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadrestart.c (modified) score: Simplify and fix signal delivery Deliver the POSIX signals ... Tue, 24 Feb 2015 15:27:08 GMT Gedare Bloom [c0e01a28] * cpukit/posix/src/mutextrylock.c (modified) * doc/posix_users/mutex.t (modified) posix: fix error return code for pthread_mutex_trylock ... Thu, 18 Dec 2014 09:48:35 GMT Sebastian Huber [8ce00eaf] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) posix: Delete unused _POSIX_Threads_Get() Close #1759. 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 Fri, 12 Dec 2014 10:19:10 GMT Sebastian Huber [dac340dd] * cpukit/posix/include/rtems/posix/keyimpl.h (modified) * cpukit/posix/src/keyfreememory.c (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keysetspecific.c (modified) posix: Simplify _POSIX_Keys_Find() Wed, 19 Nov 2014 20:44:54 GMT Josh Oguin [e106aa73] * cpukit/posix/src/timertsr.c (modified) cpukit/posix/src/timertsr.c: Add _Assert() CodeSonar flagged this ... Thu, 06 Nov 2014 22:16:56 GMT Joel Sherrill [287843f] * cpukit/Makefile.am (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/sys/mman.h (added) * cpukit/posix/src/mmap.c (added) * cpukit/posix/src/mprotect.c (modified) * cpukit/posix/src/munmap.c (added) * cpukit/preinstall.am (modified) sys/mman.h: New file. Clean up and add supporting stubs * ... 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 ...