Module Name: src Committed By: christos Date: Sun Sep 4 13:09:13 UTC 2011
Modified Files: src/sys/kern: kern_sig.c Log Message: Split sigget into sigget() and siggetinfo(). When a signal comes from the debugger (l->l_sigpendset == NULL), using siggetinfo() try to fetch the siginfo information from l->l_sigpend and then from p->p_sigpend if it was not found. This allows us to pass siginfo information for traps from the debugger. To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.