Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 16:40:45 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/kill kill.c
Message-ID:  <201007291641.o6TGf63t090490@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-07-29 16:40:45 UTC

  FreeBSD src repository

  Modified files:
    bin/kill             kill.c 
  Log:
  SVN rev 210613 on 2010-07-29 16:40:45Z by jilles
  
  kill: Stop processing if a syntactically invalid pid is encountered.
  
  So a command like
    kill _HUP 1
  now fails without sending SIGTERM to init.
  
  The behaviour when kill(2) fails remains unchanged: processing continues.
  This matches other implementations and POSIX and is useful for killing
  multiple processes at once when some of them may already be gone.
  
  PR:             bin/40282
  
  Revision  Changes    Path
  1.22      +3 -4      src/bin/kill/kill.c



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