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
/
libc
/
thread-stub
Age
Commit message (
Expand
)
Author
2013-08-19
Put the startup code in .text.startup
matt
2013-05-28
mark __libc_thr_exit_stub dead here too
christos
2013-04-27
Provide stubs for pthread_detach/pthread_join.
joerg
2013-04-12
Weak alias directly to the catchall stub and don't strong alias twice.
joerg
2013-04-05
split init and errno to a separate file. No point in growing rtld 10K.
christos
2013-03-21
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.
christos
2011-09-16
Use __dead
joerg
2009-12-01
Assign copyright to TNF
explorer
2009-01-30
Make threaded programs die correctly:
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-14
add fw decl.
christos
2007-12-14
fix obvious bogon [can't alias symbol to itself]
christos
2007-11-27
Add thr_curcpu(), pthread_curcpu_np().
ad
2007-11-14
Add pthread_equal() to libc stubs; this makes a lot of sense for
drochner
2007-11-13
- stack_protector.c doesn't really belong under sys/. Add a new directory
ad
2005-11-29
WARNS=4
christos
2005-06-12
Add missing __RCSID()
lukem
2004-12-14
Fix the __libc_thr_yield_stub() signature.
nathanw
2004-12-13
The __libc_thr_yield_stub() for scched_yield() should return int (and
nathanw
2004-12-06
Implement __libc_thr_sigsetmask_stub() in terms of sigprocmask(),
nathanw
2003-07-18
Add a stub for setcancelstate().
nathanw
2003-03-01
Add #include <stdlib.h> for exit definition.
matt
2003-01-20
Simple TSD implementation, since some thread-safe libraries want
thorpej
2003-01-20
Make thr_self() not return NULL.
thorpej
2003-01-19
Add some threadlib stubs that are used by X:
thorpej
2003-01-19
Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive
thorpej
2003-01-19
Make the libc thr_once() stub functional.
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
2000-01-22
Delint.
mycroft
1999-12-03
add. This holds the global __isthreaded variable, to indicate that threading
explorer
1999-12-03
typo
explorer
1999-11-14
add stub thread functions. These are not (yet) used, and always return
explorer