summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_exit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* type func(...) -> type\nfunc(...) for function definitionsmarc2002-11-071-2/+3
|
* signal handling changes. This corrects several signalmarc2002-10-301-2/+2
| | | | | | | handling errors in the threads library. Most of the libc_r regression tests are now ok. thread specific kill semantics are still not correct. No negative comments after posting to tech@ a week or so ago. siginfo test fails on sparc64 due to sparc64 oddity.
* 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
| | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs.
* 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
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* experimental threaded libc - kernel onlyd1998-08-271-0/+191