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