summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-0/+37
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-0/+33
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber1-0/+29
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber1-0/+26
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber1-0/+25
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-1/+1
2016-02-03posix: Delete empty _POSIX_API_Initialize()Sebastian Huber1-24/+0
2016-02-03Optional POSIX Keys initializationSebastian Huber1-3/+0
2016-02-03Optional POSIX Spinlock initializationSebastian Huber1-5/+0
2016-02-03Optional POSIX RWLock initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Barrier initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Timer initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Semaphore initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Message Queue initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Mutex initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Condition Variable initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Threads initializationSebastian Huber1-2/+0
2016-02-03Optional POSIX Signals initializationSebastian Huber1-1/+0
2016-02-03Statically initialize _Objects_Information_tableSebastian Huber1-8/+0
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-19posix: Use interal mutex for once implementationSebastian Huber1-2/+0
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-18/+22
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-1/+1
2013-08-23posix: Update to the pthread_once changes.Chris Johns1-0/+7
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns1-0/+2
2013-08-06posix: Create key implementation headerSebastian Huber1-1/+1
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-22posix: Create spinlock implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create timer implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create rwlock implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create pthread implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create condition variable impl headerSebastian Huber1-1/+1
2013-07-22posix: Create barrier implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create message queue implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-03-19Fixed 2 compiler warningsAndreas Heinig1-1/+1
2012-12-07sapi misc: Clean up Doxygen GCI task #1Christopher Kerl1-15/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2010-07-042010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
2009-01-052009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+6
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-27/+11
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-46/+22
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-2/+2
2006-11-152006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-8/+3
2006-09-252006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+5
2006-09-252006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+16