summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
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
2010-07-09Update ERRORS, tidy SEE ALSO.jruoho
2010-07-09Rearrange, reword, clarify. Remove duplicate paragraphs and recurringjruoho
2010-07-09Re-add EINVAL for pthread_condattr_destroy(3) (misread the pthread__error()).jruoho
2010-07-09Note also alignment via mmap(2), as done in NetBSD.jruoho
2010-07-09As per (now closed) PR lib/43581, add a note about unsupported modificationsjruoho
2010-07-09Remove error conditions. Add CAVEATS to note the questionable value of thejruoho
2010-07-09Use .Ss for non-standard subtitle.jruoho
2010-07-09Rewrite this for clarity. Also remove AUTHORS; someone was proud enough tojruoho
2010-07-09Add missing prototypes. Noted by wiz@ -- thanks.jruoho
2010-07-09Mark up NULL.wiz
2010-07-09Mark up NULL, remove double space.wiz
2010-07-09Add missing word.wiz
2010-07-09Fix the return values; pthread_resume_np() may fail with ESRCH. In addition,jruoho
2010-07-09Add the last compatibility note for the NetBSD extensions.jruoho
2010-07-09Update conformance to the 2001 revision.jruoho
2010-07-09Sort errors.wiz
2010-07-09Remove empty line.wiz
2010-07-09Rationalize by movingjruoho