summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Delete unused _POSIX_Fatal_error()Sebastian Huber2020-12-021-179/+0
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-0/+37
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-0/+33
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-051-0/+29
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-051-0/+26
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-051-0/+25
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-1/+1
* posix: Delete empty _POSIX_API_Initialize()Sebastian Huber2016-02-031-24/+0
* Optional POSIX Keys initializationSebastian Huber2016-02-031-3/+0
* Optional POSIX Spinlock initializationSebastian Huber2016-02-031-5/+0
* Optional POSIX RWLock initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Barrier initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Timer initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Semaphore initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Message Queue initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Mutex initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Condition Variable initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Threads initializationSebastian Huber2016-02-031-2/+0
* Optional POSIX Signals initializationSebastian Huber2016-02-031-1/+0
* Statically initialize _Objects_Information_tableSebastian Huber2016-02-031-8/+0
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix: Use interal mutex for once implementationSebastian Huber2014-03-191-2/+0
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-18/+22
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-1/+1
* posix: Update to the pthread_once changes.Chris Johns2013-08-231-0/+7
* posix: Change pthread_once to be SMP safe.Chris Johns2013-08-141-0/+2
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* score: Create object implementation headerSebastian Huber2013-07-261-1/+0
* posix: Create spinlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create timer implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create rwlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create pthread implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create condition variable impl headerSebastian Huber2013-07-221-1/+1
* posix: Create barrier implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create message queue implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create semaphore implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* Fixed 2 compiler warningsAndreas Heinig2013-03-191-1/+1
* sapi misc: Clean up Doxygen GCI task #1Christopher Kerl2012-12-071-15/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* 2010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-041-3/+1
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-7/+6
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-27/+11
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-46/+22
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-271-2/+2
* 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-11-151-8/+3