summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_tsd.c
AgeCommit message (Expand)Author
2019-03-05Transfer all the keys that were created in the libc stub implementationchristos
2017-07-09PR/52386: Use the number of iterations we document.christos
2015-08-25Revert 1.14 now that the arduous task of fixing rumphijack to allowpooka
2015-05-30Thanks rump for not letting us use even mmap during initialization.christos
2015-05-29Fix previous: Can't use calloc/malloc before we complete initializationchristos
2015-05-29Make PTHREAD_KEYS_MAX dynamically adjustablemanu
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2012-11-22Don't call the destructor in pthread_key_delete() following the standard.christos
2012-11-21Replace the simple implementation of pthread_key_{create,destroy}christos
2012-03-02Fix indentation.joerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-08Add a cast to make lint happy.ad
2008-03-07pthread_key_create: instead of using a simple 1/0 value to record a keyad
2007-12-24- Fix pthread_rwlock_trywrlock() which was broken.ad
2007-08-16- Reinitialize the absolute minimum when recycling user thread state.ad
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-08-13Split out pthread_{set,get}specific() into a separate file and arrangenathanw