cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.c

Rong-En Fan rafan at FreeBSD.org
Tue Apr 17 03:12:40 UTC 2007


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


More information about the cvs-src mailing list