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