summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-211-5/+1
* posix: Run key destructors during thread restartSebastian Huber2016-04-141-0/+10
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-97/+43
* Optional POSIX Keys initializationSebastian Huber2016-02-031-1/+68
* score: Freechain handler API changesSebastian Huber2015-07-011-39/+14
* posix: Simplify key implementationSebastian Huber2014-08-051-8/+12
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-051-2/+2
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-051-2/+2
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-151-7/+3
* posix: Fix POSIX keys initializationSebastian Huber2014-05-061-5/+5
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-5/+6
* posix: Delete POSIX_Keys_Freechain typeSebastian Huber2013-08-081-42/+46
* posix: Create key implementation headerSebastian Huber2013-08-061-31/+17
* Unlimited objects support for POSIX keysZhongwei Yao2013-08-061-13/+118
* posix: Doxygen enhancement task #4Mathew Kallada2012-12-131-0/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Eliminate TRUE/FALSE.Ralf Corsepius2009-02-031-2/+2
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-5/+9
* 2008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-181-0/+1
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-311-2/+2
* 2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-171-0/+7
* Remove stray white spaces.Ralf Corsepius2004-04-161-1/+1
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-1/+1
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-7/+12
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Split key.c into multiple files.Joel Sherrill1999-11-021-225/+0
* merged remote object id and invalid id error cases.Joel Sherrill1996-08-091-6/+3
* pthread_getspecific: use local variable so references to tcb are completedJoel Sherrill1996-08-061-1/+6
* key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1996-06-071-2/+2
* comment clean upJoel Sherrill1996-05-291-2/+1
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+1
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
* posix support initially addedJoel Sherrill1995-09-261-0/+259