Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2010 13:53:09 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/kill kill.c
Message-ID:  <201002251353.o1PDrQPJ073748@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-02-25 13:53:09 UTC

  FreeBSD src repository

  Modified files:
    bin/kill             kill.c 
  Log:
  SVN rev 204308 on 2010-02-25 13:53:09Z by kib
  
  Do not restrict the allowed signals that can be specified by number
  to the list of signals that has symbolic name. It was impossible to
  send rt signals with kill(1) due to the check.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.21      +1 -1      src/bin/kill/kill.c



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