<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/test, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-05-13T12:41:33Z</updated>
<entry>
<title>stress2: exlock2.sh: Fix impact of previous '-U' removal</title>
<updated>2025-05-13T12:41:33Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-05-12T08:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7fa53cead2ee93a4f688537375e0f794533db36'/>
<id>urn:sha1:f7fa53cead2ee93a4f688537375e0f794533db36</id>
<content type='text'>
In commit "stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U'
change" (1265d3b07eaa), I forgot that '-U' also has the side-effect of
implying '-x' by default.  Now that '-U' has been removed, make '-x'
explicit.

Fixes:          1265d3b07eaa ("stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change")
MFC after:      1 hour
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit f6e826891760a34ef69e1122da0ee378f7caf454)
(cherry picked from commit da6b04cd404341d494e2c89e3058ccaea5ca8a79)

Approved by:    re (implicit)
</content>
</entry>
<entry>
<title>stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change</title>
<updated>2025-05-13T12:41:32Z</updated>
<author>
<name>Olivier Certner</name>
<email>olce@FreeBSD.org</email>
</author>
<published>2025-05-06T14:43:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10e6bac460af8482361ffafaada5776d39645675'/>
<id>urn:sha1:10e6bac460af8482361ffafaada5776d39645675</id>
<content type='text'>
Remove '-Uroot', as now '-U' selects processes based on their real user
IDs, and since the program using them was launched as 'root', the
equivalent now is just to remove it, as now ps(1) by default selects
processes based on its effective UID (root) and their effective UIDs.

It seems that matching on effective or real UID does not really matter
in this test, but at least this change simplifies the command-line.

MFC after:      1 day
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D50200

(cherry picked from commit 1265d3b07eaa418e9c60800db93f3482ddbb6ae2)
(cherry picked from commit 5af18707c155dca74071aa3bfb61160814f03bc3)

Approved by:    re (cperciva)
</content>
</entry>
<entry>
<title>ports/filesystems: Fix fallout</title>
<updated>2025-02-27T01:14:37Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-01-27T19:59:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf522ceef8fa404dc1df865fb19f9a40e34e8c56'/>
<id>urn:sha1:cf522ceef8fa404dc1df865fb19f9a40e34e8c56</id>
<content type='text'>
A new filesystems category was created in the ports tree, with 142
filesystem related ports moved to there, some of them renamed.
Update all references in the src tree to the new locations.

PR:		283881
Fixes:		ports:6e2da9672f79f44 (filesystems: add new category)
MFC after:	1 month
Reviewed by:	fuz, mhorne, bapt
Accepted by:	mhorne (mentor)
Differential Revision:	https://reviews.freebsd.org/D48406

(cherry picked from commit 066ef2aec187ae93a9df01d25fa8e47d67ff972b)
</content>
</entry>
<entry>
<title>stress2: Fix a typo in namecache2.sh</title>
<updated>2024-08-12T12:52:27Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2024-07-21T09:00:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=402db142e07aba7d95bd99b2e3f672ad7e2b23ee'/>
<id>urn:sha1:402db142e07aba7d95bd99b2e3f672ad7e2b23ee</id>
<content type='text'>
- s/inconsistancy/inconsistency/

(cherry picked from commit 32a9b95a8751f916deef5970476f010995244bfe)
</content>
</entry>
<entry>
<title>Remove "All Rights Reserved" from FreeBSD Foundation copyrights</title>
<updated>2024-08-06T19:39:53Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2024-07-30T16:02:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f06d322e9d925ab56a4aa8210a67637d4d341ab6'/>
<id>urn:sha1:f06d322e9d925ab56a4aa8210a67637d4d341ab6</id>
<content type='text'>
These ones were unambiguous cases where the Foundation was the only
listed copyright holder.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 5c2bc3db201a4fe8d7911cf816bea104d5dc2138)
</content>
</entry>
<entry>
<title>gpioevents: Fix build with newer Clang</title>
<updated>2024-03-24T17:48:55Z</updated>
<author>
<name>John F. Carr</name>
<email>jfc@mit.edu</email>
</author>
<published>2024-03-02T15:38:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3c2233c9673f6ce39109d26f934b848b3749b18'/>
<id>urn:sha1:c3c2233c9673f6ce39109d26f934b848b3749b18</id>
<content type='text'>
PR:		277422
(cherry picked from commit 42b117a4bd104246589149fa9f7b9b7ddc144f23)
</content>
</entry>
<entry>
<title>gpioevents: Fix a typo in a diagnostic output message</title>
<updated>2024-01-07T11:42:25Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2023-12-27T08:41:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f19b9b4580faf865e2c5a56cc040693b62c7572'/>
<id>urn:sha1:7f19b9b4580faf865e2c5a56cc040693b62c7572</id>
<content type='text'>
- s/recieved/received/

(cherry picked from commit 63c928f17e08f58fd3bd44b45c36ea5df7d15e77)
</content>
</entry>
<entry>
<title>Update a few tools to not embed $FreeBSD$ in generated files</title>
<updated>2023-10-24T17:11:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2023-09-25T14:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f7aafe29f4a3716635a501ea3ef0177a5fdffe9'/>
<id>urn:sha1:8f7aafe29f4a3716635a501ea3ef0177a5fdffe9</id>
<content type='text'>
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41959

(cherry picked from commit c4e2333cb2a59e44004d824a1093d9bf1d9fe273)
</content>
</entry>
<entry>
<title>stress2: No need to write to the console.  Add revision to log string</title>
<updated>2023-08-19T07:29:09Z</updated>
<author>
<name>Peter Holm</name>
<email>pho@FreeBSD.org</email>
</author>
<published>2023-08-19T07:29:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d30f3afa62b4740810006476eb9de0c480619a1'/>
<id>urn:sha1:0d30f3afa62b4740810006476eb9de0c480619a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stress2: Added a syzkaller reproducer</title>
<updated>2023-08-19T07:28:10Z</updated>
<author>
<name>Peter Holm</name>
<email>pho@FreeBSD.org</email>
</author>
<published>2023-08-19T07:28:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f322816aafa759d618ff89da266c038d0694e189'/>
<id>urn:sha1:f322816aafa759d618ff89da266c038d0694e189</id>
<content type='text'>
</content>
</entry>
</feed>
