summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_sig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix for pr# 3179 and 3238. Patch verified by author of 3179.marc2003-04-301-3/+7
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-5/+10
* pthreads signal handling improvements. With these changes allmarc2003-01-271-137/+129
* save and restore fp state when switching threads. This, withmarc2003-01-241-25/+14
* kill two compiler warnings; ok marc@todd2002-11-081-4/+6
* Include string.h to get memcpy() prototype; OK marc@millert2002-11-021-1/+2
* signal handling changes. This corrects several signalmarc2002-10-301-142/+158
* handle the SA_RESETHAND flag.marc2002-10-071-2/+10
* More changes from FreeBSD, including:fgsch2001-12-311-4/+8
* Allow the scheduler to return to the signal handler and the signalmarc2001-12-181-6/+12
* Don't change the state of a thread as a result of a signal that ismarc2001-11-051-4/+7
* Fix signal dispatching. No-one has reported any probs (other thanmarc2001-11-021-3/+3
* Start syncing with FreeBSD:fgsch2001-08-211-13/+16
* fill out cases with new thread statesd2000-01-061-2/+3
* sync with FreeBSDd1999-11-251-101/+122
* sync with FreeBSDd1999-05-261-13/+40
* identd1999-01-061-0/+1
* use md spinlock; signal statisticsd1998-12-211-1/+8
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-44/+17
* experimental threaded libc - kernel onlyd1998-08-271-0/+362