summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/posixapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-251-3/+5
* 2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-09-251-1/+16
* 2006-06-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-081-1/+1
* 2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-281-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-161-3/+3
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-0/+4
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Fixed warning where initialized default POSIX API structure didJoel Sherrill1999-11-091-0/+2
* Added message queues and semaphores.Joel Sherrill1999-11-021-0/+11
* POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1999-02-031-0/+3
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* With the transition from command line macro definitions to targopts.h,Joel Sherrill1997-01-281-3/+2
* fields for init threads stuff said tasks.Joel Sherrill1996-06-141-4/+4
* added maximum_queued_signals to _POSIX_Default_configurationMark Johannes1996-06-131-0/+1
* now passing maximum_queued_signals to posix signals manager initializationJoel Sherrill1996-06-131-1/+3
* Added include so _POSIX_signals_Manager_initialization is prototyped.Joel Sherrill1996-06-131-0/+1
* added initialization of posix signal manager.Joel Sherrill1996-06-121-0/+2
* added an assert if a pthread_t is not the same size as an Objects_IdJoel Sherrill1996-06-031-2/+5
* Added default POSIX API configuration table.Joel Sherrill1996-05-291-1/+13