cvs commit: src/usr.bin/killall killall.c

Tim J. Robbins tjr at FreeBSD.org
Sun Sep 7 02:13:46 PDT 2003


tjr         2003/09/07 02:13:45 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/killall      killall.c 
  Log:
  Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so
  that we kill each process once, not once for every thread it owns. This
  avoids "No such process" warnings when killing threaded processes.
  
  Revision  Changes    Path
  1.23      +4 -7      src/usr.bin/killall/killall.c


More information about the cvs-src mailing list