| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide #defines for the mutex types as required by POSIX. Pointed out by |  kettenis | 2015-03-19 | 1 | -9/+6 |
* | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 1 | -2/+1 |
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 2013-06-17 | 1 | -1/+5 |
* | somehow missed spinlock.h here. broke bmercer's build. |  tedu | 2013-06-02 | 1 | -2/+2 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 1 | -78/+0 |
* | needs sys/cdefs.h because a case has been found where it is pulled |  deraadt | 2013-03-26 | 1 | -3/+3 |
* | SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h) |  guenther | 2013-03-24 | 1 | -10/+3 |
* | machine/limits.h does not contain everything this file wants. It wants |  deraadt | 2013-03-24 | 1 | -2/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 4 | -10/+5 |
* | typedef pthread_key_t to an int instead of a volatile int, reverts a chunk |  landry | 2012-11-05 | 1 | -2/+2 |
* | sem_timedwait() needs the struct timespec tag to be pre-declared here. |  guenther | 2012-07-11 | 1 | -3/+4 |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 1 | -15/+1 |
* | Add pthread spinlock support. |  pirofti | 2012-05-03 | 1 | -1/+7 |
* | Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for application |  kurt | 2012-04-14 | 1 | -3/+4 |
* | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace |  kurt | 2012-04-12 | 1 | -6/+1 |
* | Add pthread barrier support. |  pirofti | 2012-04-11 | 1 | -1/+16 |
* | Remove prototypes for unimplemented non-portable functions in rthreads. |  kurt | 2012-03-22 | 1 | -3/+1 |
* | Remove pthread_suspend* and related functions. This is part of the |  kurt | 2012-03-22 | 1 | -8/+1 |
* | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be |  guenther | 2012-03-22 | 1 | -8/+2 |
* | Hide behind #if 0 the sched_*() functions that we don't have yet |  guenther | 2012-03-22 | 1 | -1/+6 |
* | Add sem_timewait() and fix sem_wait()'s handling of signals, so |  guenther | 2012-03-03 | 1 | -1/+2 |
* | Add pthread_condattr_{get,set}clock(), requested by aja@ |  guenther | 2012-02-23 | 1 | -1/+7 |
* | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> |  kettenis | 2012-01-03 | 1 | -2/+1 |
* | Add support for pthread_rwlock_timed locks. |  tedu | 2010-04-12 | 1 | -1/+5 |
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 1 | -1/+3 |
* | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 |  millert | 2008-06-25 | 1 | -2/+1 |
* | give _POSIX_THREAD_* defines a value of 1 so applications that |  kurt | 2007-03-15 | 1 | -8/+8 |
* | Bump minimum stack size; current setting causes hangs or illegal |  otto | 2006-05-30 | 1 | -2/+2 |
* | Change a debug interface to take const char pointers so we don't ave |  krw | 2006-04-09 | 1 | -2/+2 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. |  brad | 2005-10-31 | 1 | -6/+2 |
* | and make sure the header change goes in too. |  brad | 2005-10-30 | 1 | -1/+2 |
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via |  marc | 2004-05-01 | 1 | -1/+3 |
* | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes |  brad | 2004-02-24 | 1 | -31/+29 |
* | add pthread_attr_[get|set]stack |  brad | 2004-02-22 | 1 | -2/+4 |
* | Some cleanup of pthread.h. Don't conditionalize |  brad | 2004-02-22 | 1 | -40/+1 |
* | Add missing const for function parameters to match POSIX. |  brad | 2004-02-16 | 1 | -3/+3 |
* | remove redundant prototypes for pthread_[gs]etconcurrency |  brad | 2004-01-27 | 1 | -3/+1 |
* | Change read_stackseg_np to work with any thread, not just the current |  marc | 2004-01-26 | 1 | -2/+2 |
* | threaded version of closefrom |  marc | 2004-01-15 | 1 | -1/+2 |
* | Add stub implementations of pthread_[gs]etconcurrency |  brad | 2003-12-23 | 1 | -1/+3 |
* | Don't need to specify both __dead and __attribute__((__noreturn__)) for |  cloder | 2003-02-27 | 1 | -2/+2 |
* | Create a siginfo_t for thread-to-thread kill. |  marc | 2003-01-31 | 1 | -4/+4 |
* | Use the sources that exist in sibdirs of libpthread, not libc_r |  marc | 2003-01-20 | 1 | -2/+2 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -55/+47 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 5 | -98/+98 |
* | tab vs. spaces |  fgsch | 2002-01-18 | 1 | -12/+12 |
* | while im here, move the ifndef _SCHED_H_ after the copyright message. |  fgsch | 2002-01-18 | 1 | -3/+4 |
* | From FreeBSD: header for POSIX 1003.1b semaphores. |  fgsch | 2002-01-18 | 2 | -2/+70 |
* | Change 1st arg in pthread_attr_getdetachstate to const. |  fgsch | 2002-01-10 | 1 | -2/+3 |
* | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. |  fgsch | 2001-12-08 | 1 | -9/+9 |