cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c

Stanislav Sedov stas at FreeBSD.org
Sat Apr 14 10:16:53 UTC 2007


stas        2007-04-14 10:16:52 UTC

  FreeBSD src repository (ports committer)

  Modified files:
    contrib/top          top.X top.c top.h 
    usr.bin/top          machine.c 
  Log:
  - Add new 'a' switch and runtime option that allows 'top' to display process
    titles extracted from argv vector instead of the real executable names.
    This is useful when you want to watch applications that set their status
    information via setproctitle(3).
  
  Approved by:    alfred
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.17      +7 -1      src/contrib/top/top.X
  1.20      +16 -5     src/contrib/top/top.c
  1.4       +5 -0      src/contrib/top/top.h
  1.79      +70 -3     src/usr.bin/top/machine.c


More information about the cvs-src mailing list