<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/ps/keyword.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-correct commit 1.73, but this time in a way that does not cause</title>
<updated>2006-04-06T03:24:31+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2006-04-06T03:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6331f11ecaa1b65c844bfe5f72474f1128fa2cf8'/>
<id>6331f11ecaa1b65c844bfe5f72474f1128fa2cf8</id>
<content type='text'>
all column-headers to print in lowercase by default.  I was in too
much of a rush in committing 1.75, and didn't notice that the case
had changed.  This time I did considerably more testing, and used
'diff' instead of just quickly eyeballing the results...

Apologies.  I expect this means the dunce cap is mine for awhile.
If this doesn't work, I'll just drop back to 1.72 and hide under
my desk for awhile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all column-headers to print in lowercase by default.  I was in too
much of a rush in committing 1.75, and didn't notice that the case
had changed.  This time I did considerably more testing, and used
'diff' instead of just quickly eyeballing the results...

Apologies.  I expect this means the dunce cap is mine for awhile.
If this doesn't work, I'll just drop back to 1.72 and hide under
my desk for awhile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a problem introduced by change 1.73, which causes a seg-fault if</title>
<updated>2006-04-05T17:40:46+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2006-04-05T17:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9f48b449afcc7e895cf3fd9763de4b55340a535'/>
<id>a9f48b449afcc7e895cf3fd9763de4b55340a535</id>
<content type='text'>
the user specifies a keyword which is an alias to some other keyword.
E.g.: stat (for state) or pcpu (for %cpu)..

Submitted by:	Kostik Belousov
MFC plans:	"soon"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the user specifies a keyword which is an alias to some other keyword.
E.g.: stat (for state) or pcpu (for %cpu)..

Submitted by:	Kostik Belousov
MFC plans:	"soon"
</pre>
</div>
</content>
</entry>
<entry>
<title>Collapse strncpy/strncat/strncat into a single snprintf, as suggested</title>
<updated>2006-03-08T09:15:20+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2006-03-08T09:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=88985aedd23b62bf8b9164dc37e2a2150e3135c0'/>
<id>88985aedd23b62bf8b9164dc37e2a2150e3135c0</id>
<content type='text'>
by pjd.

MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by pjd.

MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the case where the user specifies an alternate heading for some</title>
<updated>2006-03-08T08:58:44+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2006-03-08T08:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ec7164873715b69a0d5dfb911496094afbb658a9'/>
<id>ec7164873715b69a0d5dfb911496094afbb658a9</id>
<content type='text'>
output-format keyword, and the keyword they picked is an alias to
some other keyword.                 E.g.:   ps -o stat=Zustand $$
('stat' is defined as an alias for 'state')

PR:		bin/57833
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
output-format keyword, and the keyword they picked is an alias to
some other keyword.                 E.g.:   ps -o stat=Zustand $$
('stat' is defined as an alias for 'state')

PR:		bin/57833
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and document the 'jid' keyword for the '-o' option.</title>
<updated>2005-03-20T10:40:36+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-20T10:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a990344f7e273129d8533885cfee486e0c5f7d29'/>
<id>a990344f7e273129d8533885cfee486e0c5f7d29</id>
<content type='text'>
Reviewed by:	gad
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	gad
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Since it is not un-common for a process's resident set size (rss)</title>
<updated>2005-02-06T16:34:49+00:00</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2005-02-06T16:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=237d4cef65911cb28ec49f2bc0fce2f3b301d9d4'/>
<id>237d4cef65911cb28ec49f2bc0fce2f3b301d9d4</id>
<content type='text'>
to exceed 10 megabytes in size (especially in X), bump the max
column width from 4 bytes to 5. This will make the ps auxw output
uniform again when a process's rss exceeds 10 megs.

It should be noted that when 5 digits becomes to small, other
solutions should be explored such as displaying them in megabytes
or having ps automatically re-size column widths.

Discussed with:	gad
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to exceed 10 megabytes in size (especially in X), bump the max
column width from 4 bytes to 5. This will make the ps auxw output
uniform again when a process's rss exceeds 10 megs.

It should be noted that when 5 digits becomes to small, other
solutions should be explored such as displaying them in megabytes
or having ps automatically re-size column widths.

Discussed with:	gad
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "struct varent" to use the standard queue(8) macros, instead of</title>
<updated>2004-06-23T23:48:09+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-06-23T23:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bdf8ab4692a4f24cc321f4876f4d0c8b39dff4c9'/>
<id>bdf8ab4692a4f24cc321f4876f4d0c8b39dff4c9</id>
<content type='text'>
using it's own version of the same basic algorithm.

Submitted by:	part by Cyrille Lefevre, part of it done by me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using it's own version of the same basic algorithm.

Submitted by:	part by Cyrille Lefevre, part of it done by me
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the value of "upr" (scheduling priority on return from system call)</title>
<updated>2004-06-23T11:56:57+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-06-23T11:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=820434b27f0822221f8b85db26279a3b5fb993de'/>
<id>820434b27f0822221f8b85db26279a3b5fb993de</id>
<content type='text'>
is scaled in the same way that "pri" (scheduling priority) is scaled.

Submitted by:	Cyrille Lefevre
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is scaled in the same way that "pri" (scheduling priority) is scaled.

Submitted by:	Cyrille Lefevre
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the `-O emul' format option, which prints the name of the system-call</title>
<updated>2004-06-20T23:40:54+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2004-06-20T23:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15b87b531ec358685ab1765cb55977b47e06434b'/>
<id>15b87b531ec358685ab1765cb55977b47e06434b</id>
<content type='text'>
emulation environment the process is in.  "emul" as a keyword is picked
up from OpenBSD.

PR:		bin/65803
Submitted by:	Cyrille Lefevre
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
emulation environment the process is in.  "emul" as a keyword is picked
up from OpenBSD.

PR:		bin/65803
Submitted by:	Cyrille Lefevre
</pre>
</div>
</content>
</entry>
</feed>
