summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_sig.c
AgeCommit message (Expand)Author
2003-04-30fix for pr# 3179 and 3238. Patch verified by author of 3179.Marco S Hyman
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-27pthreads signal handling improvements. With these changes allMarco S Hyman
2003-01-24save and restore fp state when switching threads. This, withMarco S Hyman
2002-11-08kill two compiler warnings; ok marc@Todd T. Fries
2002-11-02Include string.h to get memcpy() prototype; OK marc@Todd C. Miller
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-10-07handle the SA_RESETHAND flag.Marco S Hyman
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-18Allow the scheduler to return to the signal handler and the signalMarco S Hyman
2001-11-05Don't change the state of a thread as a result of a signal that isMarco S Hyman
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2000-01-06fill out cases with new thread statesDavid Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-01-06identDavid Leonard
1998-12-21use md spinlock; signal statisticsDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard