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_specific.c
Age
Commit message (
Expand
)
Author
2013-03-21
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.
christos
2013-03-06
add assertions
yamt
2012-11-21
Replace the simple implementation of pthread_key_{create,destroy}
christos
2012-09-12
Only copy the ucontext_t in pthread_setcontext if _UC_TLSBASE is set.
matt
2012-09-12
setcontext() used to be incompatible with -lpthread since it affected
manu
2008-06-23
pthread_curcpu_np: remove hack for pthread_dummy_lwpctl.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-22
Back out previous. It seems to expose another bug in libpthread/libc,
ad
2008-03-21
Move pthread__errno() into pthread_specific.c so it gets the "no stack
ad
2008-01-08
cast -1 to unsigned int.
christos
2008-01-07
pthread_curcpu_np: map LWPCTL_CPU_NONE to 0 so that this works in the case
yamt
2007-12-07
Back out previous now that libc/libpthread are initialized first.
ad
2007-12-01
Hack around ld.so initializing pthread users before libpthread/libc.
ad
2007-11-27
Add thr_curcpu(), pthread_curcpu_np().
ad
2007-11-13
Cosmetic change.
ad
2007-08-16
- Reinitialize the absolute minimum when recycling user thread state.
ad
2003-08-13
Split out pthread_{set,get}specific() into a separate file and arrange
nathanw
2003-07-17
Don't use PTHREAD_DESTRUCTOR_ITERATIONS; the constant is going away.
nathanw
2003-05-15
Fix typo in comment.
wiz
2003-05-15
Remove an unnecessary test in pthread_getspecific().
nathanw
2003-03-08
add __RCSID()
lukem
2003-02-15
Remove unused #include <assert.h>
nathanw
2003-01-21
Don't bother acquiring the tsd_lock and reading the destructor function
nathanw
2003-01-18
de-lint
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej