K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-12-25T14:17:09.647617Z K 7 svn:log V 328 sh: Prefer strsignal() to accessing sys_siglist directly. Accessing sys_siglist directly requires rtld to copy it from libc to the sh executable's BSS. Also, strsignal() will put in the signal number for unknown signals (FreeBSD-specific) so we need not do that ourselves. Unfortunately, there is no function for sys_signame. END