| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r331969, r332035: | pfg | 2018-04-08 | 1 | -111/+93 |
* | Revert r330897: | eadler | 2018-03-29 | 1 | -3/+1 |
* | MFC r313818: | eadler | 2018-03-19 | 1 | -1/+1 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 1 | -1/+3 |
* | MFC r312934: | pfg | 2017-03-14 | 1 | -113/+133 |
* | MFC r311012 | pfg | 2017-01-04 | 1 | -83/+64 |
* | Add implementation of robust mutexes, hopefully close enough to the | kib | 2016-05-17 | 1 | -0/+10 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 1 | -1/+1 |
* | Make use of gcc attributes in some standard include headers. | pfg | 2015-04-06 | 1 | -64/+83 |
* | Clean some spaces vs tabs. | pfg | 2015-03-29 | 1 | -37/+37 |
* | Temporarily revert 280458. | pfg | 2015-03-25 | 1 | -76/+59 |
* | Introduce nonnull attributes in the signal and pthread headers. | pfg | 2015-03-24 | 1 | -59/+76 |
* | Add lock annotations to the header files of our threading libraries. | ed | 2014-09-01 | 1 | -27/+49 |
* | Add a dummy statement to the beginning of the pthread_cleanup_pop() macro | tijl | 2013-10-22 | 1 | -0/+1 |
* | Remove leftover for r214093. | davidxu | 2011-01-06 | 1 | -9/+0 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 1 | -2/+14 |
* | In current code, statically initialized and destroyed object have | davidxu | 2010-09-28 | 1 | -1/+1 |
* | Fix the visibility of several prototypes. Also move pthread_kill() and | das | 2009-03-14 | 1 | -2/+4 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 1 | -2/+21 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | davidxu | 2008-03-22 | 1 | -0/+1 |
* | Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. This | kris | 2007-10-29 | 1 | -0/+2 |
* | Add prototype for following functions, plus tab fixes. | davidxu | 2005-10-24 | 1 | -5/+8 |
* | Improve POSIX conformance: | stefanf | 2005-09-01 | 1 | -7/+7 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | stefanf | 2005-08-19 | 1 | -5/+1 |
* | Remove parameter names, the identifiers were in the user namespace. | stefanf | 2005-08-19 | 1 | -5/+3 |
* | According to: | rodrigc | 2005-05-31 | 1 | -56/+1 |
* | Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now use | davidxu | 2005-04-11 | 1 | -1/+1 |
* | Add pthread_condattr_getclock, pthread_condattr_setclock. | davidxu | 2005-04-03 | 1 | -0/+4 |
* | Fix typo, function name pthread_rwlock_timedrwlock should be | davidxu | 2005-01-08 | 1 | -1/+1 |
* | Add the pthread_atfork() prototype. | deischen | 2003-11-04 | 1 | -0/+2 |
* | Add code to support pthread spin lock. | davidxu | 2003-09-09 | 1 | -0/+7 |
* | Add small piece of code to support pthread_rwlock_timedrdlock and | davidxu | 2003-09-06 | 1 | -0/+4 |
* | Add code to support barrier synchronous object and implement | davidxu | 2003-09-04 | 1 | -0/+16 |
* | Add stub implementations of pthread_[gs]etconcurrency to libc_r and | jdp | 2003-04-20 | 1 | -0/+2 |
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 1 | -0/+4 |
* | In the absence of consensus as to implement stubs for these TSH-shaded | wollman | 2003-01-23 | 1 | -12/+0 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -107/+96 |
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 1 | -0/+3 |
* | mark pthread_exit() as non-returning. | alfred | 2001-03-04 | 1 | -1/+1 |
* | Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't | jasone | 2000-12-28 | 1 | -3/+0 |
* | Fixed missing consts for function parameters, so that the code matches | bde | 2000-05-11 | 1 | -3/+7 |
* | Do not conditionalize function prototype definition for functions we | jasone | 2000-02-20 | 1 | -6/+0 |
* | Make sched_param parameter a const to comply with POSIX and SUSv2 specs. | deischen | 2000-01-10 | 1 | -1/+1 |
* | Fix some minor POSIX/SUSv2 compliance nits. | jasone | 1999-12-18 | 1 | -4/+2 |
* | Move POSIX feature constants from pthread.h to unistd.h, as required by | jasone | 1999-12-16 | 1 | -17/+0 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -7/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Cleanups to the pthread header files. | rse | 1999-07-31 | 1 | -22/+22 |
* | Hide pthread cancellation routines behind #ifdef NOT_YET. They are | deischen | 1999-07-27 | 1 | -3/+7 |
* | o Runnable threads are now maintained in priority queues. The | jb | 1999-03-23 | 1 | -36/+71 |