Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 11:42:26 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/pkill pkill.1 pkill.c
Message-ID:  <200503201142.j2KBgQNm001328@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-03-20 11:42:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        pkill.1 pkill.c 
  Log:
  - Introduce an '-o' option which allows to match oldest of the matching
    processes.
    This option can be also found in Solaris and Linux.
  - Use timercmp(9) macro for timeval comparsion.
  - Include time.h directly, don't depend on stat.h doing it for us.
  
  Reviewed by:    gad (first point)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.14      +6 -4      src/usr.bin/pkill/pkill.1
  1.25      +27 -10    src/usr.bin/pkill/pkill.c



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