<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/ps/print.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-11-19T04:59:41Z</updated>
<entry>
<title>src/bin/ps: Fix spelling error</title>
<updated>2021-11-19T04:59:41Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-11-19T04:59:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b61930f590aa4c02204dc02e869f1d280b85bcc'/>
<id>urn:sha1:5b61930f590aa4c02204dc02e869f1d280b85bcc</id>
<content type='text'>
Spell interruptible correctly.

Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit 3fe686f25a0d0844dc3afd0b3b067ec46abdbc99)
</content>
</entry>
<entry>
<title>MFC of 362369 (by Lorenzo Salvadore) and 363192</title>
<updated>2020-07-21T23:23:08Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2020-07-21T23:23:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ffe854ff243d4c4223c58f49043d5ee36f5f7b03'/>
<id>urn:sha1:ffe854ff243d4c4223c58f49043d5ee36f5f7b03</id>
<content type='text'>
Refinement of /bin/ps rtprio output
</content>
</entry>
<entry>
<title>MFC r362705 and r362707:</title>
<updated>2020-07-04T06:34:55Z</updated>
<author>
<name>Piotr Pawel Stefaniak</name>
<email>pstef@FreeBSD.org</email>
</author>
<published>2020-07-04T06:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fff8d9c2583b125f21f4b280d4e15194b4c12254'/>
<id>urn:sha1:fff8d9c2583b125f21f4b280d4e15194b4c12254</id>
<content type='text'>
ps(1): reuse keyword "cpu" to show CPU number
ps(1): don't try to handle non-SMP systems
</content>
</entry>
<entry>
<title>ps(1): fix some nits</title>
<updated>2018-06-13T00:45:35Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-06-13T00:45:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6a5ff7153f77a9bf1bacf0a93b3bfb8db83944d'/>
<id>urn:sha1:c6a5ff7153f77a9bf1bacf0a93b3bfb8db83944d</id>
<content type='text'>
- fracmem and mempages are double. ki_rssize should be too
- remove default case that is fully covered by all existing cases
- mark usage as dead
</content>
</entry>
<entry>
<title>Add a "jail" keyword to list the name of a jail rather than its ID.</title>
<updated>2018-03-13T18:30:26Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2018-03-13T18:30:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f5a9b7661f483580f6e801ba050dc15f27e2721'/>
<id>urn:sha1:2f5a9b7661f483580f6e801ba050dc15f27e2721</id>
<content type='text'>
Inspired by:	mwlucas
Reviewed by:	jamie
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D14683
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Make ps(1) flag processes in capsicum(4) capability mode with "C".</title>
<updated>2017-09-06T16:34:42Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-09-06T16:34:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f47d67bfefaeb4117a6acd1c6d9dd00281280dc'/>
<id>urn:sha1:6f47d67bfefaeb4117a6acd1c6d9dd00281280dc</id>
<content type='text'>
Obtained from:	CheriBSD
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Reflect realtime and idle priorities in ps(1) state flags, same like</title>
<updated>2017-09-06T16:18:06Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-09-06T16:18:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4d52dfd1bb80a6ef3f77993d3cc8417a885b749'/>
<id>urn:sha1:e4d52dfd1bb80a6ef3f77993d3cc8417a885b749</id>
<content type='text'>
we do for the usual nice values.  It could be argued that they should
use another set of indicators, since the underlying mechanism is
different, but they match the description in the manual page, and so
I think it's ok to not overcomplicate things.

PR:		81757
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>Export the whole thread name in kinfo_proc</title>
<updated>2016-12-07T15:04:22Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2016-12-07T15:04:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d32d4a7c97401beb9eb1aaafbcb0389e50d9109'/>
<id>urn:sha1:3d32d4a7c97401beb9eb1aaafbcb0389e50d9109</id>
<content type='text'>
kinfo_proc::ki_tdname is three characters shorter than
thread::td_name.  Add a ki_moretdname field for these three
extra characters.  Add the new field to kinfo_proc32, as well.
Update all in-tree consumers to read the new field and assemble
the full name, except for lldb's HostThreadFreeBSD.cpp, which
I will handle separately.  Bump __FreeBSD_version.

Reviewed by:	kib
MFC after:	1 week
Relnotes:	yes
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D8722
</content>
</entry>
</feed>
