index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_tsd.c
Age
Commit message (
Expand
)
Author
2019-03-05
Transfer all the keys that were created in the libc stub implementation
christos
2017-07-09
PR/52386: Use the number of iterations we document.
christos
2015-08-25
Revert 1.14 now that the arduous task of fixing rumphijack to allow
pooka
2015-05-30
Thanks rump for not letting us use even mmap during initialization.
christos
2015-05-29
Fix previous: Can't use calloc/malloc before we complete initialization
christos
2015-05-29
Make PTHREAD_KEYS_MAX dynamically adjustable
manu
2013-03-21
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.
christos
2012-11-22
Don't call the destructor in pthread_key_delete() following the standard.
christos
2012-11-21
Replace the simple implementation of pthread_key_{create,destroy}
christos
2012-03-02
Fix indentation.
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-08
Add a cast to make lint happy.
ad
2008-03-07
pthread_key_create: instead of using a simple 1/0 value to record a key
ad
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-29
available, not avaliable. From miod@openbsd.
wiz
2003-08-13
Split out pthread_{set,get}specific() into a separate file and arrange
nathanw