cvs commit: src/usr.bin/pkill pkill.1 pkill.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Mar 20 03:42:26 PST 2005


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


More information about the cvs-src mailing list