summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_sig.c
AgeCommit message (Expand)Author
2003-09-13fix syntax; thanks aymericchristos
2003-09-13explicitly use a sigset_t * variable to recover the signal mask pointer.christos
2003-09-12make it compile with PTHREAD_SIG_DEBUG againdrochner
2003-09-12Fix pasto in previous.kleink
2003-09-12convert to use siginfo/ucontext style of signal delivery instead ofchristos
2003-08-22In pthread__deliver_signal(), correctly use pt_trapuc or pt_uc as thenathanw
2003-07-21Lock accesses to pt_flags and pt_cancel.nathanw
2003-07-17Take the normal return path in sigtimedwait when the current thread wasfvdl
2003-05-27pass lint:christos
2003-03-20Use pthread__assert() instead of plain assert(), as the latter hasnathanw
2003-03-14Add a wrapper for the execve() system call that arranges for the currentnathanw
2003-03-08add __RCSID()lukem
2003-02-28If pthreads hasn't started yet when calling sigsuspend, use the systemcalllha
2003-02-15interposition sigtimedwait() with a thread-aware version, which usesjdolecek
2003-02-15Move debug toggle to pthread_debug.h.nathanw
2003-01-30More rototilling:nathanw
2003-01-28__sigaction14(): sanity check 'sig' before use, same way as sigaction1()jdolecek
2003-01-25More signal rearranging:nathanw
2003-01-24unlock pt_statelock _after_ changing pt_state, not beforejdolecek
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej