aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_join.c
Commit message (Expand)AuthorAgeFilesLines
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-5/+3
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-0/+1
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-2/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-1/+2
* Add the missing {} that caused the function to return ESRCH if itJohn Birrell1998-06-251-1/+2
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-49/+23
* Add a magic field to the pthread structure to help recognize validJohn Birrell1998-04-031-0/+10
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-251-6/+3
* Submitted by: John BirrellJulian Elischer1997-02-051-3/+29
* Reviewed by: julianJulian Elischer1996-01-221-0/+90