cvs commit: src/usr.bin/vmstat Makefile vmstat.8 vmstat.c

Dag-Erling Smorgrav des at FreeBSD.org
Sun Dec 7 09:46:16 PST 2003


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


More information about the cvs-src mailing list