| Commit message (Expand) | Author | Age | Files | Lines |
* | Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellation |  guenther | 2012-01-17 | 1 | -3/+8 |
* | threads waiting on PS_FDW_WAIT state should not be interruptible if |  fgsch | 2011-10-07 | 1 | -1/+2 |
* | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as |  fgsch | 2011-09-13 | 1 | -1/+2 |
* | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 1 | -2/+2 |
* | Fix PR 6376: restore more thread library state if execve fails, |  guenther | 2010-07-13 | 1 | -1/+2 |
* | Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of |  fgsch | 2010-01-03 | 1 | -2/+8 |
* | Make internal file descriptor handling async-signal safe by eliminating |  kurt | 2009-12-06 | 1 | -9/+4 |
* | define ENOTSUP EOPNOTSUPP is no longer needed |  deraadt | 2009-10-27 | 1 | -6/+1 |
* | Increase default thread stack size to 256K on 32bit archs and 512K on |  kurt | 2009-04-21 | 1 | -2/+7 |
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 1 | -3/+4 |
* | make pthread vfork() not call fork(), but actually call vfork(). our |  deraadt | 2007-11-20 | 1 | -1/+2 |
* | Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so an |  kettenis | 2007-07-20 | 1 | -1/+2 |
* | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so |  kurt | 2007-06-05 | 1 | -2/+11 |
* | clean up lint warnings related to the nfds_t type. okay marc@ millert@ |  kurt | 2007-05-21 | 1 | -3/+11 |
* | file descriptors are ints. make branch an int too for better structure |  kurt | 2007-05-01 | 1 | -3/+3 |
* | more lint warning reductions. use int for all priority vars. okay marc@ |  kurt | 2007-04-27 | 1 | -4/+4 |
* | fix thread_continuation_t typedef and use passed curthread instead of |  kurt | 2007-04-27 | 1 | -2/+2 |
* | Remove unused function _thread_fd_unlock_owned() and |  kurt | 2007-04-27 | 1 | -3/+1 |
* | Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes |  kurt | 2007-04-27 | 1 | -2/+9 |
* | remove unused var. okay marc@ |  kurt | 2007-04-26 | 1 | -7/+1 |
* | Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quiet |  kurt | 2007-03-20 | 1 | -4/+1 |
* | Last Part of file descriptor race and deadlock corrections. |  kurt | 2006-10-03 | 1 | -1/+7 |
* | Part 2 of file descriptor race and deadlock corrections. |  kurt | 2006-09-26 | 1 | -4/+25 |
* | Part 1 of file descriptor race and deadlock corrections. |  kurt | 2006-09-22 | 1 | -4/+13 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 1 | -7/+7 |
* | Add pthread_atfork(3) |  brad | 2005-10-30 | 1 | -1/+11 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 1 | -2/+2 |
* | Add a simple work-around for deadlocking on recursive |  brad | 2004-02-01 | 1 | -1/+4 |
* | threaded version of closefrom |  marc | 2004-01-15 | 1 | -1/+2 |
* | there is no pause() wrapper (thread_sys_pause) so remove the prototype |  brad | 2003-12-31 | 1 | -2/+1 |
* | missing proto for kqueue(); marc@ ok |  mickey | 2003-11-10 | 1 | -1/+2 |
* | Go back to using ITIMER_PROF for the non-profiled libpthread and use |  millert | 2003-08-01 | 1 | -2/+2 |
* | remove variable never read |  marc | 2003-07-08 | 1 | -2/+1 |
* | Add support for blocking thread switches during dlopen and other |  marc | 2003-05-13 | 1 | -1/+2 |
* | fix bug that would leave an FD locked if dup'd, then closed. |  marc | 2003-02-14 | 1 | -1/+2 |
* | Part 1 of thread fd handling fixes. In the new scheme fd_table_entries |  marc | 2003-02-04 | 1 | -13/+16 |
* | Create a siginfo_t for thread-to-thread kill. |  marc | 2003-01-31 | 1 | -11/+19 |
* | pthreads signal handling improvements. With these changes all |  marc | 2003-01-27 | 1 | -12/+3 |
* | save and restore fp state when switching threads. This, with |  marc | 2003-01-24 | 1 | -2/+2 |
* | add a debugging function not normally called |  marc | 2002-12-11 | 1 | -1/+2 |
* | remove unused data member from pthread_cond. |  marc | 2002-12-08 | 1 | -2/+1 |
* | get rid of compiler warnings |  marc | 2002-11-12 | 1 | -2/+2 |
* | removes duplicate functions and factor out common code so the needed (but |  marc | 2002-10-30 | 1 | -12/+2 |
* | signal handling changes. This corrects several signal |  marc | 2002-10-30 | 1 | -4/+6 |
* | account for the process signal mask when dealing with signals; tested |  fgsch | 2002-02-21 | 1 | -1/+12 |
* | Instead of ifdef around ENOTSUP, move it to pthread_private.h and make |  fgsch | 2002-01-19 | 1 | -1/+6 |
* | More changes from FreeBSD, including: |  fgsch | 2001-12-31 | 1 | -14/+15 |
* | More sync. |  fgsch | 2001-12-19 | 1 | -19/+53 |
* | More sync with freebsd code; join related code this time. |  fgsch | 2001-12-11 | 1 | -6/+16 |
* | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. |  fgsch | 2001-12-08 | 1 | -14/+11 |