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
Age
Commit message (
Expand
)
Author
2012-03-10
Use correct size.
joerg
2012-03-09
-fix initial stacksize rounding
drochner
2012-03-08
Implement sem_timedwait.
joerg
2012-03-08
Actually use the stack thread attributes when creating a new thread.
joerg
2012-03-08
Fix the stack base pointer for the initial thread on !HPPA.
joerg
2012-03-07
Remove libpthread's semaphore implementation and always use the kernel
joerg
2012-03-02
Avoid getcontext() as it triggers clobbering warnings. Use inline
joerg
2012-03-02
Fix indentation.
joerg
2012-03-02
Separate pthread_t from thread stack. Drop additional alignment
joerg
2012-02-03
ld.elf_so is reentrant.
joerg
2012-01-17
Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage.
joerg
2011-12-05
Do not xref to itself.
wiz
2011-12-04
Improvements in secmodel(9). Document secmodel_register(9), _deregister(9)
jym
2011-11-10
Fix typo.
wiz
2011-11-10
document pthread_curcpu_np
yamt
2011-10-06
Include limits.h to get PTHREAD_KEYS_MAX, and move its definition there.
christos
2011-10-02
put back pthread__dbg variable; this is set to no zero by td_open() when
christos
2011-09-16
Use __dead
joerg
2011-08-16
document non-literal format strings
christos
2011-08-05
fix spello in comment
lukem
2011-04-22
Don't kill the read(2) stub, just the magic around it.
joerg
2011-04-21
Disable Fortification for pthread and rump stubs.
joerg
2011-04-21
Backout previous, it causes lots of test failures (tests/fs/nfs for
martin
2011-04-12
Fix SSP builds (Vladimir Kirillov)
christos
2011-03-30
Rework TLS initialisation:
joerg
2011-03-17
Add __HAVE___LWP_GETTCB_FAST support (for mips and powerpc).
matt
2011-03-16
If TLS support is present, use it for pthread__self(). The
joerg
2011-03-12
Use __lwp_gettcb_fast if present.
matt
2011-03-09
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
joerg
2011-02-25
Back out using the thread register (if present) for now.
joerg
2011-02-24
Allow storing and receiving the LWP private pointer via ucontext_t
joerg
2011-01-26
make the code more re-usable
christos
2011-01-26
Moving the ssp check inside the source code does not work properly because
christos
2011-01-25
Fix SSP build.
christos
2011-01-25
make pthread__sp unsigned long.
christos
2010-12-24
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
skrll
2010-12-22
use pthread__stacksize since size has not been initialized yet.
christos
2010-12-22
only mprotect base if we moved it.
christos
2010-12-18
I've had this patch in my tree for a while and since it only improves
christos
2010-11-14
Don't use internal libc function __findenv().
tron
2010-11-02
Spell immediately correctly.
skrll
2010-08-06
move namespace protection before inclusion.
christos
2010-08-06
Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.
christos
2010-08-06
Fix typo.
wiz
2010-08-06
document pthread_getattr_np
christos
2010-08-06
make kevent(2) a cancelation point, and document properly all the cancelation
christos
2010-08-06
Add pthread_getattr_np()
christos
2010-07-09
Sort sections.
wiz
2010-07-09
Fix typo.
wiz
2010-07-09
Add a compatibility note. Also some minor improvements.
jruoho
[prev]
[next]