| Summary: | [patch] document jid option in top(1) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Cheng-Lung Sung <clsung> | ||||
| Component: | Books & Articles | Assignee: | Rong-En Fan <rafan> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Cheng-Lung Sung
2006-06-30 06:20:17 UTC
Responsible Changed From-To: freebsd-doc->matteo Assign to the current holder of PR bin/98489. Responsible Changed From-To: matteo->rafan Assign to rafan, as he is working on related 98489 State Changed From-To: open->patched Committed to HEAD, MFC in 2 weeks. State Changed From-To: open->patched Committed to HEAD, MFC in 2 weeks. 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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed to RELENG_6. Thanks! |