K 10 svn:author V 6 nectar K 8 svn:date V 27 2003-08-10T23:05:37.000000Z K 7 svn:log V 250 panic() if we try to handle an out-of-range signal number in psignal()/tdsignal(). The test was historically in psignal(). It was changed into a KASSERT, and then later moved to tdsignal() when the latter was introduced. Reviewed by: iedowse, jhb END