index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
uthread
/
uthread_sig.c
Age
Commit message (
Expand
)
Author
2003-04-30
fix for pr# 3179 and 3238. Patch verified by author of 3179.
Marco S Hyman
2003-01-31
Create a siginfo_t for thread-to-thread kill.
Marco S Hyman
2003-01-27
pthreads signal handling improvements. With these changes all
Marco S Hyman
2003-01-24
save and restore fp state when switching threads. This, with
Marco S Hyman
2002-11-08
kill two compiler warnings; ok marc@
Todd T. Fries
2002-11-02
Include string.h to get memcpy() prototype; OK marc@
Todd C. Miller
2002-10-30
signal handling changes. This corrects several signal
Marco S Hyman
2002-10-07
handle the SA_RESETHAND flag.
Marco S Hyman
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-18
Allow the scheduler to return to the signal handler and the signal
Marco S Hyman
2001-11-05
Don't change the state of a thread as a result of a signal that is
Marco S Hyman
2001-11-02
Fix signal dispatching. No-one has reported any probs (other than
Marco S Hyman
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2000-01-06
fill out cases with new thread states
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-01-06
ident
David Leonard
1998-12-21
use md spinlock; signal statistics
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-27
experimental threaded libc - kernel only
David Leonard