Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 1996 10:01:59 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_sig.c
Message-ID:  <199611291801.KAA26210@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/11/29 10:01:58

  Modified:    sys/kern  kern_sig.c
  Log:
  Fixed sigaction() for SIGKILL and SIGSTOP.  Reading the old action now
  succeeds.  Writing an action now succeeds iff the handler isn't changed.
  (POSIX allows attempts to change the handler to be ignored or cause an
  error.  Changing other parts of the action is allowed (except attempts
  to mask unmaskable signals are silently ignored as usual).)
  
  Found by:	NIST-PCTS
  
  Revision  Changes    Path
  1.27      +9 -5      src/sys/kern/kern_sig.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611291801.KAA26210>