K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-11-27T10:22:40.955093Z K 7 svn:log V 303 Allow to use kill(2) in capability mode, but process can send a signal only to himself. For example abort(3) at first tries to do kill(getpid(), SIGABRT) which was failing in capability mode, so the code was failing back to exit(1). Reviewed by: rwatson Obtained from: WHEEL Systems MFC after: 2 weeks END