Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 04:36:16 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200111031236.fA3CaG690245@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/03 04:36:16 PST

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Partial reversion of rev 1.138.  kill and killpg allow a signal
  argument of 0.  You cannot return EINVAL for signal 0.  This broke
  (in 5 minutes of testing) at least ssh-agent and screen.
  
  However, there was a bug in the original code.  Signal 128 is not
  valid.
  
  Pointy-hat to: des, jhb
  
  Revision  Changes    Path
  1.139     +2 -2      src/sys/kern/kern_sig.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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