Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2003 09:46:14 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/vmstat Makefile vmstat.8 vmstat.c
Message-ID:  <200312071746.hB7HkE76082437@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/12/07 09:46:14 PST

  FreeBSD src repository

  Modified files:
    usr.bin/vmstat       Makefile vmstat.8 vmstat.c 
  Log:
  Finish the transition from libkvm to sysctl that I started a while ago.
  The use of libkvm for post-mortem analysis is still supported (though it
  could use more testing).  We can now remove vmstat's setgid bit.
  
  While I'm here, hack the interrupt listing code to not display interrupts
  that haven't occurred unless the -a option was given on the command line,
  and document this change.
  
  Revision  Changes    Path
  1.10      +0 -2      src/usr.bin/vmstat/Makefile
  1.26      +8 -1      src/usr.bin/vmstat/vmstat.8
  1.70      +240 -114  src/usr.bin/vmstat/vmstat.c



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