Date: Thu, 17 Jul 2003 17:44:50 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> To: Jung-uk Kim <jkim@niksun.com> Cc: freebsd-threads@freebsd.org Subject: Re: [PATCH] Re: Threads in top Message-ID: <Pine.GSO.4.10.10307171742570.29859-100000@pcnet5.pcnet.com> In-Reply-To: <200307171658.40674.jkim@niksun.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 Jul 2003, Jung-uk Kim wrote: > This is revised version of the patch. The previous version was > made in haste. It's actually one-line-style-change(TM) and > functionally the same. ;-) [ ... ] > @@ -214,8 +214,9 @@ > #define CMD_idletog2 13 > #define CMD_user 14 > #define CMD_selftog 15 > +#define CMD_thrtog 16 > #ifdef ORDER > -#define CMD_order 16 > +#define CMD_order 17 > #endif > > /* set the buffer for stdout */ > @@ -245,6 +246,7 @@ > ps.self = -1; > ps.system = No; > ps.uid = -1; > + ps.thread = Yes; Can you make showing threads No by default? I know the current top shows threads by default, but I don't think it should. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10307171742570.29859-100000>