summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semopen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber1-9/+9
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-1/+1
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2015-03-10posix: Change sem_t to the 32-bit object typeSebastian Huber1-1/+1
2015-03-10score: Add rtems_set_errno_and_return_value()Sebastian Huber1-2/+2
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-6/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-09-22semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-11/+8
2013-09-21semopen.c: Address set but unused variable warningJoel Sherrill1-0/+9
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-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-7/+7
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2009-05-032009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-1/+1
2009-01-052009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+10
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2006-06-032006-06-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+6
2004-04-16Remove stray white spaces.Ralf Corsepius1-9/+9
2004-04-15Remove stray white spaces.Ralf Corsepius1-2/+0
2002-01-042002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+2
2001-09-282001-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2001-01-222001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill1-1/+1
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-22+ Updated comments.Jennifer Averett1-9/+20
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett1-18/+18
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill1-0/+109