summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphore.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-04Rename files to make them unique within cpukitSebastian Huber1-59/+0
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber1-11/+3
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-5/+1
2016-02-03Optional POSIX Semaphore initializationSebastian Huber1-1/+10
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
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-22posix: Create semaphore implementation headerSebastian Huber1-1/+1
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill1-1/+1
2012-12-19posix: Doxygen Enhancement Task #9Ayush Awasthi1-0/+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
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-2/+2
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-9/+8
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2004-04-16Remove stray white spaces.Ralf Corsepius1-1/+1
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2002-07-052002-07-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+12
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill1-584/+0
1999-11-02Removed warnings.Joel Sherrill1-2/+2
1999-11-02Now much closer to working.Joel Sherrill1-7/+61
1999-04-15Now compiles and is included in normal build even though it is untested.Joel Sherrill1-32/+36
1996-06-07changed code which set errno and then returned -1 to use the macroJoel Sherrill1-8/+4
1996-06-03renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1-1/+1
1996-05-29comment clean upJoel Sherrill1-2/+1
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+575