summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/semunlink.c (follow)
AgeCommit message (Expand)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-04-22score: Avoid Giant lock for CORE mtx/semSebastian Huber
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber
2015-04-14semunlink.c: Add missing _Objects_Allocator_unlock()Daniel Krueger
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill
2013-07-26score: Create object implementation headerSebastian Huber
2013-07-22posix: Create semaphore implementation headerSebastian Huber
2012-12-15posix: Doxygen Enhancement Task #2Alex Ivanov
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-12-132011-12-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2004-11-022004-11-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2004-04-16Remove stray white spaces.Ralf Corsepius
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2002-01-042002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2001-01-222001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
1999-11-29Made sure POSIX would build with MP enabled.Joel Sherrill
1999-11-22+ Corrected enable/disable of dispatch.Jennifer Averett
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill