summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/key.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-5/+1
2016-04-14posix: Run key destructors during thread restartSebastian Huber1-0/+10
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-97/+43
2016-02-03Optional POSIX Keys initializationSebastian Huber1-1/+68
2015-07-01score: Freechain handler API changesSebastian Huber1-39/+14
2014-08-05posix: Simplify key implementationSebastian Huber1-8/+12
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber1-2/+2
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber1-2/+2
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber1-7/+3
2014-05-06posix: Fix POSIX keys initializationSebastian Huber1-5/+5
2014-04-07score: Lazy key value pair allocationSebastian Huber1-9/+13
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-5/+6
2013-08-08posix: Delete POSIX_Keys_Freechain typeSebastian Huber1-42/+46
2013-08-06posix: Create key implementation headerSebastian Huber1-31/+17
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao1-13/+118
2012-12-13posix: Doxygen enhancement task #4Mathew Kallada1-0/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-2/+2
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+9
2008-04-182008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
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-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
1999-11-02Split key.c into multiple files.Joel Sherrill1-225/+0
1996-08-09merged remote object id and invalid id error cases.Joel Sherrill1-6/+3
1996-08-06pthread_getspecific: use local variable so references to tcb are completedJoel Sherrill1-1/+6
1996-06-07key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1-2/+2
1996-05-29comment clean upJoel Sherrill1-2/+1
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-0/+1
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+259