summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2016-07-20unnamed unions need special treatment since they need braced initializerschristos
2016-07-20cplusplus does not like complex named initializers...christos
2016-07-20use named initializerschristos
2016-07-17Use anonymous union for ptm_ceiling and old __pthread_spin_t field toskrll
2016-07-16KNFskrll
2016-07-05Fix some lint.wiz
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2016-04-24Formatting, typos, whitespace fixes.wiz
2016-04-24commit the right file.christos
2016-04-23bumpchristos
2016-04-23Add pthread_getcpuclockid(3)christos
2016-04-07_SC_PAGESIZE is not the page size; it's a symbolic code for retrievingdholland
2015-08-27Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevantpooka
2015-08-25Revert 1.14 now that the arduous task of fixing rumphijack to allowpooka
2015-06-26Rev 1.14 was nice except it didn't work with _INITIALIZER, whichpooka
2015-06-26Don't depend on __CPU_SIMPLE_LOCK_PAD to determine the type ofpooka
2015-06-26C++ (namely libc++) expects to be using PTHREAD_FOO_INITIALIZER as apooka
2015-05-30Thanks rump for not letting us use even mmap during initialization.christos
2015-05-29Bump date for previous.wiz
2015-05-29Fix previous: Can't use calloc/malloc before we complete initializationchristos
2015-05-29Make PTHREAD_KEYS_MAX dynamically adjustablemanu
2015-04-17Dummy ia64 supportmartin
2015-03-31We have _REG_SP so use it.matt
2014-12-17include correct header for "last minute just-in-case defensive additionpooka
2014-12-16Allow for arbitrary MI scheduler implementations.pooka
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-03New files for OR1K supportmatt
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-12typodholland
2014-03-07This is no different from the 32bit powerpc one.matt
2014-02-03pthread__mutex_lock_slow: fix the handling of a potential race with thermind
2014-01-31remove compatibility code for handling CLOCK_MONOTONIC and handle it in thechristos
2014-01-31PR/44756: Sad Clouds: Prevent leakage of errno = ESRCH from _lwp_park. Thischristos
2013-10-09Use MACHINE_CPU for m68k. Use similar logic for both tests.matt
2013-08-15Add support for an optional ARCHSUBDIR/Makefile.incmatt
2013-08-15Use the thumb1 versions of sev/wfe for thumb && armv6+.matt
2013-08-12Some architectures can't create unwind tables without the frame pointer,joerg
2013-07-20Use Mt for email addresses.wiz
2013-05-10s/inherited/inherit/christos
2013-04-03bump for pthread_cond_setclockchristos
2013-04-01for safety, declare mono on the outermost block it is used.christos
2013-03-28PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not waitchristos
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2013-03-06add commentsyamt
2013-03-06add assertionsyamt
2013-02-25Explain what PTHREAD__COMPAT is for. This comment inapb
2013-01-31Add pthread_condattr_setclock(3) man page link.riastradh
2013-01-01Don't rely on sys/lwp.h includeing sys/resource.h for us.dsl