summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/pthread_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellationguenther2012-01-171-3/+8
* threads waiting on PS_FDW_WAIT state should not be interruptible iffgsch2011-10-071-1/+2
* For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asfgsch2011-09-131-1/+2
* Change basep parameter of getdirentries() to be off_t *, not long *millert2010-10-281-2/+2
* Fix PR 6376: restore more thread library state if execve fails,guenther2010-07-131-1/+2
* Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some offgsch2010-01-031-2/+8
* Make internal file descriptor handling async-signal safe by eliminatingkurt2009-12-061-9/+4
* define ENOTSUP EOPNOTSUPP is no longer neededderaadt2009-10-271-6/+1
* Increase default thread stack size to 256K on 32bit archs and 512K onkurt2009-04-211-2/+7
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-3/+4
* make pthread vfork() not call fork(), but actually call vfork(). ourderaadt2007-11-201-1/+2
* Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so ankettenis2007-07-201-1/+2
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-2/+11
* clean up lint warnings related to the nfds_t type. okay marc@ millert@kurt2007-05-211-3/+11
* file descriptors are ints. make branch an int too for better structurekurt2007-05-011-3/+3
* more lint warning reductions. use int for all priority vars. okay marc@kurt2007-04-271-4/+4
* fix thread_continuation_t typedef and use passed curthread instead ofkurt2007-04-271-2/+2
* Remove unused function _thread_fd_unlock_owned() andkurt2007-04-271-3/+1
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-2/+9
* remove unused var. okay marc@kurt2007-04-261-7/+1
* Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quietkurt2007-03-201-4/+1
* Last Part of file descriptor race and deadlock corrections.kurt2006-10-031-1/+7
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-4/+25
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-4/+13
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-7/+7
* Add pthread_atfork(3)brad2005-10-301-1/+11
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-2/+2
* Add a simple work-around for deadlocking on recursivebrad2004-02-011-1/+4
* threaded version of closefrommarc2004-01-151-1/+2
* there is no pause() wrapper (thread_sys_pause) so remove the prototypebrad2003-12-311-2/+1
* missing proto for kqueue(); marc@ okmickey2003-11-101-1/+2
* Go back to using ITIMER_PROF for the non-profiled libpthread and usemillert2003-08-011-2/+2
* remove variable never readmarc2003-07-081-2/+1
* Add support for blocking thread switches during dlopen and othermarc2003-05-131-1/+2
* fix bug that would leave an FD locked if dup'd, then closed.marc2003-02-141-1/+2
* Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesmarc2003-02-041-13/+16
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-11/+19
* pthreads signal handling improvements. With these changes allmarc2003-01-271-12/+3
* save and restore fp state when switching threads. This, withmarc2003-01-241-2/+2
* add a debugging function not normally calledmarc2002-12-111-1/+2
* remove unused data member from pthread_cond.marc2002-12-081-2/+1
* get rid of compiler warningsmarc2002-11-121-2/+2
* removes duplicate functions and factor out common code so the needed (butmarc2002-10-301-12/+2
* signal handling changes. This corrects several signalmarc2002-10-301-4/+6
* account for the process signal mask when dealing with signals; testedfgsch2002-02-211-1/+12
* Instead of ifdef around ENOTSUP, move it to pthread_private.h and makefgsch2002-01-191-1/+6
* More changes from FreeBSD, including:fgsch2001-12-311-14/+15
* More sync.fgsch2001-12-191-19/+53
* More sync with freebsd code; join related code this time.fgsch2001-12-111-6/+16
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-14/+11