FreeBSD Bugzilla – Attachment 13766 Details for
Bug 26057
[PATCH] Minor ps(1) fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.80 KB, created by
dd
on 2001-03-25 00:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dd
Created:
2001-03-25 00:10:01 UTC
Size:
1.80 KB
patch
obsolete
>Index: ps.1 >=================================================================== >RCS file: /st/src/FreeBSD/src/bin/ps/ps.1,v >retrieving revision 1.30 >diff -u -r1.30 ps.1 >--- ps.1 2001/02/01 16:24:50 1.30 >+++ ps.1 2001/03/20 03:34:55 >@@ -99,7 +99,7 @@ > header per page of information. > .It Fl j > Print information associated with the following keywords: >-user, pid, ppid, pgid, sess, jobc, state, tt, time and command. >+user, pid, ppid, pgid, jobc, state, tt, time and command. > .It Fl L > List the set of available keywords. > .It Fl l >@@ -367,8 +367,6 @@ > job control count > .It ktrace > tracing flags >-.It ktracep >-tracing vnode > .It lim > memoryuse limit > .It logname >@@ -400,8 +398,6 @@ > wait channel (as an address) > .It oublk > total blocks written (alias oublock) >-.It p_ru >-resource usage (valid only for zombie) > .It paddr > swap address > .It pagein >@@ -427,8 +423,6 @@ > reverse link on run queue, or 0 > .It rss > resident set size >-.It rsz >-resident set size + (text size / text use count) (alias rssize) > .It rtprio > realtime priority (101 = not a realtime process) > .It ruid >@@ -436,8 +430,6 @@ > .Tn ID > .It ruser > user name (from ruid) >-.It sess >-session pointer > .It sig > pending signals (alias pending) > .It sigcatch >Index: ps.c >=================================================================== >RCS file: /st/src/FreeBSD/src/bin/ps/ps.c,v >retrieving revision 1.36 >diff -u -r1.36 ps.c >--- ps.c 2001/03/03 01:46:58 1.36 >+++ ps.c 2001/03/20 03:34:55 >@@ -104,7 +104,7 @@ > static uid_t *getuids(const char *, int *); > > char dfmt[] = "pid tt state time command"; >-char jfmt[] = "user pid ppid pgid sess jobc state tt time command"; >+char jfmt[] = "user pid ppid pgid jobc state tt time command"; > char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command"; > char o1[] = "pid"; > char o2[] = "tt state time command";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26057
: 13766