Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 05:26:15 -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 src/sys/sys signal.h
Message-ID:  <200111031326.fA3DQFF03667@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/11/03 05:26:15 PST

  Modified files:
    sys/kern             kern_sig.c 
    sys/sys              signal.h 
  Log:
  _SIG_MAXSIG (128) is the highest legal signal.  The arrays are offset
  by one - see _SIG_IDX().  Revert part of my mis-correction in kern_sig.c
  (but signal 0 still has to be allowed) and fix _SIG_VALID() (it was
  rejecting ignal 128).
  
  Revision  Changes    Path
  1.140     +2 -2      src/sys/kern/kern_sig.c
  1.28      +2 -2      src/sys/sys/signal.h

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?200111031326.fA3DQFF03667>