Date: Sat, 14 Apr 2007 10:16:52 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c Message-ID: <200704141016.l3EAGqIs023798@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704141016.l3EAGqIs023798>
