Replace all usage kill() in the OS proper with nxsig_kill(). sched/signal: Add nxsig_kill() which is functionally equivalent to kill() except that it does not modify the errno variable.