Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 13:56:03 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/killall killall.c
Message-ID:  <200102142156.f1ELu3G71475@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/02/14 13:56:03 PST

  Modified files:
    usr.bin/killall      killall.c 
  Log:
  Work around the p_comm[] size limit.  If the user supplies more than
  16 characters, only check the first 16 since that is all the kernel
  records.  This isn't ideal, but it is probably the best we can do.
  Otherwise, "killall communicator-linux-4.76.bin" will not match
  the process as the kernel only records "communicator-lin".
  
  Revision  Changes    Path
  1.11      +2 -2      src/usr.bin/killall/killall.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?200102142156.f1ELu3G71475>