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 May 1 15:44:20 UTC 2007


rafan       2007-05-01 15:44:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/top          commands.c machine.h top.X top.c 
    usr.bin/top          machine.c 
  Log:
  MFC the top -j switch:
  
   - Add a new 'j' switch and runtime option to toggle display jail id for
     each process.
  
   src/contrib/top/commands.c: 1.13
   src/contrib/top/machine.h: 1.8
   src/contrib/top/top.X: 1.18
   src/contrib/top/top.c: 1.21 and 1.22 (-j part)
   src/usr.bin/top/machine.c: 1.80
  
  PR:             98489, 99631
  Submitted by:   clsung
  Approved by:    delphij (mentor)
  
  Revision  Changes    Path
  1.12.2.1  +3 -2      src/contrib/top/commands.c
  1.7.2.1   +2 -1      src/contrib/top/machine.h
  1.12.2.3  +17 -4     src/contrib/top/top.X
  1.17.2.2  +21 -6     src/contrib/top/top.c
  1.74.2.2  +48 -10    src/usr.bin/top/machine.c


More information about the cvs-src mailing list