summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_exit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-2/+2
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-2/+3
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-2/+2
* type func(...) -> type\nfunc(...) for function definitionsmarc2002-11-071-2/+3
* signal handling changes. This corrects several signalmarc2002-10-301-2/+2
* More sync.fgsch2001-12-191-3/+1
* More sync with freebsd code; join related code this time.fgsch2001-12-111-44/+47
* Start syncing with FreeBSD:fgsch2001-08-211-13/+14
* put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused varsd2000-01-061-5/+24
* clean up the poll fdsets in the garbage collector, not in exit()d1999-11-301-7/+2
* sync with FreeBSDd1999-11-251-43/+53
* mention the process' pid in the debug message. greatly helps to debug problems when fork()ingd1999-06-141-1/+3
* sync with FreeBSDd1999-05-261-6/+25
* identd1999-01-061-0/+1
* dump thread info on PANICd1998-12-211-0/+3
* this thisniklas1998-12-131-1/+1
* sync with FreeBSDd1998-12-101-2/+2
* fix strcat usage; deraadtd1998-11-201-9/+37
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-47/+21
* experimental threaded libc - kernel onlyd1998-08-271-0/+191