]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sys_signame upper case.
authorjilles <jilles@FreeBSD.org>
Fri, 4 Feb 2011 16:40:50 +0000 (16:40 +0000)
committerjilles <jilles@FreeBSD.org>
Fri, 4 Feb 2011 16:40:50 +0000 (16:40 +0000)
commitdbecc33067971cfd38a340e4435a163832f7601d
tree9329b5fbe679fd0331b8e009f284c8f7704ad8e3
parent3060e03b875ee43ddb240f06123eabaa98ae70a5
Make sys_signame upper case.

This matches the constants from <signal.h> with 'SIG' removed, which POSIX
requires kill and trap to accept and 'kill -l' to write.

'kill -l', 'trap', 'trap -l' output is now upper case.

In Turkish locales, signal names with an upper case 'I' are now accepted,
while signal names with a lower case 'i' are no longer accepted, and the
output of 'killall -l' now contains proper capital 'I' without dot instead
of a dotted capital 'I'.
bin/kill/kill.c
bin/pkill/pkill.c
bin/sh/trap.c
lib/libc/gen/psignal.3
lib/libc/gen/siglist.c
usr.bin/killall/killall.c
usr.bin/truss/main.c