Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   jdolecek
Date:           Sat Oct 25 16:50:37 UTC 2003

Modified Files:
        src/sys/kern: kern_sig.c
        src/sys/sys: signalvar.h

Log Message:
modify sigtimedwait(2) to return full siginfo if available, and pass the wait
set using a pointer, to save couple bytes in struct sigctx

also fix fallout from recent lwp_wakeup() change, where we failed to properly
detect if tsleep() returned as result of lwp_wakeup() or signal outside
our wait set; could have caused problems for threaded apps using sigwait(2)
et.al.


To generate a diff of this commit:
cvs rdiff -r1.170 -r1.171 src/sys/kern/kern_sig.c
cvs rdiff -r1.47 -r1.48 src/sys/sys/signalvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index