From clsung@FreeBSD.org  Sun Jun  4 13:01:08 2006
Return-Path: <clsung@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B3DBF16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Jun 2006 13:01:08 +0000 (UTC)
	(envelope-from clsung@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1C843D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Jun 2006 13:01:08 +0000 (GMT)
	(envelope-from clsung@FreeBSD.org)
Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k54D184q023806
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 4 Jun 2006 13:01:08 GMT
	(envelope-from clsung@freefall.freebsd.org)
Received: (from clsung@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k54D18qj023805;
	Sun, 4 Jun 2006 13:01:08 GMT
	(envelope-from clsung)
Message-Id: <200606041301.k54D18qj023805@freefall.freebsd.org>
Date: Sun, 4 Jun 2006 13:01:08 GMT
From: Cheng-Lung Sung <clsung@freebsd.org>
Reply-To: Cheng-Lung Sung <clsung@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] usr.bin/top to display jail id
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98489
>Category:       bin
>Synopsis:       [patch] usr.bin/top to display jail id
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 04 13:10:10 GMT 2006
>Closed-Date:    Tue May 01 15:44:42 GMT 2007
>Last-Modified:  Tue May  1 15:50:04 GMT 2007
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


>Description:
	/usr/bin/top cannot display jid (jail id)
	and attached patch can help it.
>How-To-Repeat:
	after apply the patch, just 
	% top -j
	or press 'j' when running top
>Fix:
	http://people.freebsd.org/~clsung/patch_top_jid
>Release-Note:
>Audit-Trail:

From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: bin/98489: [patch] usr.bin/top to display jail id
Date: Sun, 4 Jun 2006 23:30:15 +0800

 --LQksG6bCIzRHxTLp
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
     There is another patch (add jid in IO display)
     http://people.freebsd.org/~clsung/patch_top_jid2
 
 Thanks,
 
 --=20
 Cheng-Lung Sung - clsung@
 
 --LQksG6bCIzRHxTLp
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEgvyH+AeJ85Vui8ERArd8AJ9j0/3IcPFyP11tifo5/2yR0lcfvACcDFqO
 4M7sReBJqeN0BuRrRhnnzF8=
 =tHJV
 -----END PGP SIGNATURE-----
 
 --LQksG6bCIzRHxTLp--
Responsible-Changed-From-To: freebsd-bugs->matteo 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Sun Jun 4 16:45:29 UTC 2006 
Responsible-Changed-Why:  
I'm interested in jails. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98489 
Responsible-Changed-From-To: matteo->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Feb 14 11:59:19 UTC 2007 
Responsible-Changed-Why:  
As matteo@ agrees, I'll handle it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98489 
State-Changed-From-To: open->patched 
State-Changed-By: rafan 
State-Changed-When: Tue Apr 17 03:12:44 UTC 2007 
State-Changed-Why:  
Committed to HEAD, MFC in 2 weeks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98489 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/98489: commit references a PR
Date: Tue, 17 Apr 2007 03:12:44 +0000 (UTC)

 rafan       2007-04-17 03:12:39 UTC
 
   FreeBSD src repository
 
   Modified files:
     contrib/top          commands.c machine.h top.X top.c 
     usr.bin/top          machine.c 
   Log:
   - Add a new 'j' switch and runtime option to toggle display jail id for
     each process.
   - While I'm here, keep help message sorted by keys
   
   PR:             98489, 98975
   Submitted by:   clsung
   Approved by:    delphij (mentor)
   MFC after:      2 weeks
   
   Revision  Changes    Path
   1.13      +2 -1      src/contrib/top/commands.c
   1.8       +1 -0      src/contrib/top/machine.h
   1.18      +16 -3     src/contrib/top/top.X
   1.21      +19 -4     src/contrib/top/top.c
   1.80      +47 -10    src/usr.bin/top/machine.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: rafan 
State-Changed-When: Tue May 1 15:44:40 UTC 2007 
State-Changed-Why:  
Committed to RELENG_6. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98489 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/98489: commit references a PR
Date: Tue,  1 May 2007 15:44:28 +0000 (UTC)

 rafan       2007-05-01 15:44:19 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     contrib/top          commands.c machine.h top.X top.c 
     usr.bin/top          machine.c 
   Log:
   MFC the top -j switch:
   
    - Add a new 'j' switch and runtime option to toggle display jail id for
      each process.
   
    src/contrib/top/commands.c: 1.13
    src/contrib/top/machine.h: 1.8
    src/contrib/top/top.X: 1.18
    src/contrib/top/top.c: 1.21 and 1.22 (-j part)
    src/usr.bin/top/machine.c: 1.80
   
   PR:             98489, 99631
   Submitted by:   clsung
   Approved by:    delphij (mentor)
   
   Revision  Changes    Path
   1.12.2.1  +3 -2      src/contrib/top/commands.c
   1.7.2.1   +2 -1      src/contrib/top/machine.h
   1.12.2.3  +17 -4     src/contrib/top/top.X
   1.17.2.2  +21 -6     src/contrib/top/top.c
   1.74.2.2  +48 -10    src/usr.bin/top/machine.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
