Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 18:58:57 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.c
Message-ID:  <201106141901.p5EJ1TZb029030@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-06-14 18:58:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    contrib/top          commands.c machine.h top.X top.c 
    usr.bin/top          machine.c 
  Log:
  SVN rev 223095 on 2011-06-14 18:58:57Z by jhb
  
  MFC 222530:
  Add a new option to toggle the display of the system idle process (per-CPU
  idle threads).  The process is displayed by default (subject to whether or
  not system processes are displayed) to preserve existing behavior.  The
  system idle process can be hidden via the '-z' command line argument or the
  'z' key while top is running.  When it is hidden, top more closely matches
  the behavior of FreeBSD <= 4.x where idle time was not accounted to any
  process.
  
  Revision   Changes    Path
  1.15.10.3  +1 -0      src/contrib/top/commands.c
  1.11.2.2   +1 -0      src/contrib/top/machine.h
  1.21.2.3   +7 -1      src/contrib/top/top.X
  1.26.2.2   +18 -6     src/contrib/top/top.c
  1.93.2.3   +7 -0      src/usr.bin/top/machine.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106141901.p5EJ1TZb029030>