summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread
Commit message (Expand)AuthorAgeFilesLines
* Add a warning message for a thread locking against itself. This isJohn Birrell1998-06-061-3/+14
* Simplify the handling of thread specific data. Only track if a keyJohn Birrell1998-06-061-45/+33
* Re-design the thread specific key structure.John Birrell1998-06-061-3/+2
* I got the last commit back to front.John Birrell1998-06-061-3/+3
* Fix the signal behaviour for internal states which set the threadJohn Birrell1998-06-051-6/+51
* I shouldn't do things early in the morning.John Birrell1998-06-011-3/+1
* Add some missing syscall wrappers.John Birrell1998-05-311-1/+5
* Remove some stale code.John Birrell1998-05-311-1/+1
* Don't restart a syscall when a SIGCHLD is received by a thread waitingJohn Birrell1998-05-311-1/+6
* Make a copy of the caller's iovec array, mallocing if necessary,John Birrell1998-05-271-14/+62
* When doing a blocking write, keep looping until all the bytes areJohn Birrell1998-05-252-20/+106
* Treat the lock value as volatile.John Birrell1998-05-051-2/+2
* Cleanup in the child, not the parent.John Birrell1998-05-021-2/+2
* Fix the incremental priority increment.John Birrell1998-04-301-2/+2
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-2938-1224/+865
* Allow a thread dump to report the thread's sigmask when in theJohn Birrell1998-04-171-0/+4
* When in PS_SIGWAIT state, still call signal handlers and set errnoJohn Birrell1998-04-171-13/+2
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-114-11/+39
* Enable static initialisation of mutexes and condition variables.John Birrell1998-04-042-8/+32
* Rename static initializer defines for opaque structures so that theJohn Birrell1998-04-041-2/+2
* Move the magic field initialisation to a place when it is more magic.John Birrell1998-04-041-6/+7
* Add a magic field to the pthread structure to help recognize validJohn Birrell1998-04-034-2/+25
* Fix a problem of indirection unblocking signals that would have causedJohn Birrell1998-03-221-1/+1
* When forking a process, only the running thread gets to live. AllJohn Birrell1998-03-091-0/+39
* Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.John Birrell1998-03-092-7/+23
* Add sched_yield() witch is the draft 10 equivalent of pthread_yield()John Birrell1998-03-082-22/+22
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-135-9/+96
* Changed pthread_detach to conform to POSIX, i.e. the single argumentAlexander Langer1997-12-251-10/+3
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-259-77/+38
* Added missing source file uthread_sigwait.c.Alexander Langer1997-11-241-1/+2
* Correct the return value from pthread_cond_timedwait when a timeoutAlexander Langer1997-11-231-1/+1
* Bring back nanosleep from the cold.John Birrell1997-06-041-1/+1
* Fixed overallocation of _thread_fd_table.Alexander Langer1997-05-131-1/+1
* Add const in the thread version of nanosleep()'s argsPeter Wemm1997-05-121-1/+2
* remove prototype for nanosleep(), it's visible in unistd.h now.Peter Wemm1997-05-121-1/+0
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.John Polstra1997-05-061-3/+1
* Use libc makefiles from now on instead of duplicating them in libc_r.John Birrell1997-05-031-0/+3
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventJohn Birrell1997-04-111-24/+41
* Fix indentations. Sigh.John Birrell1997-04-011-15/+17
* Add parentheses to make blocking mode work.John Birrell1997-04-014-4/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Submitted by: John BirrellJulian Elischer1997-02-0539-162/+994
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added uthread_attr_destroy.c to SRCS.Alexander Langer1996-12-291-1/+2
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().Jeffrey Hsu1996-11-112-0/+122
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,Jeffrey Hsu1996-11-111-1/+7
* Moved enum pthread_mutextype to pthread.h.Jeffrey Hsu1996-11-111-6/+8
* Make pthread_getspecific() compliant with the final IEEE pthreadsJeffrey Hsu1996-11-111-9/+9
* Remove now un-necessary FreeBSD specific code since our timespecNate Williams1996-09-203-176/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-2025-464/+1531