<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include, branch releng/13.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-01-18T20:19:16Z</updated>
<entry>
<title>Expose POSIX functions incorporated into C23</title>
<updated>2025-01-18T20:19:16Z</updated>
<author>
<name>Stephen Hurd</name>
<email>shurd@FreeBSD.org</email>
</author>
<published>2024-12-01T17:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e659ecfb231819c5426c992885367032a8c4e94'/>
<id>urn:sha1:9e659ecfb231819c5426c992885367032a8c4e94</id>
<content type='text'>
C23 has incoporated a small number of POSIX functions, so these
should be exposed for C23, regardless of POSIX.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D47856

(cherry picked from commit 59677aecb67bbedcfa2ee5d7d2b189193cdc4af7)
</content>
</entry>
<entry>
<title>rpc: Fix the definition of xdr_void()</title>
<updated>2024-11-05T01:05:31Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2024-10-30T19:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b59d578945807e487a2ed20ff6387f40c89db47d'/>
<id>urn:sha1:b59d578945807e487a2ed20ff6387f40c89db47d</id>
<content type='text'>
xdr_void() should have type xdrproc_t, make it so.

PR:		280514
Reviewed by:	brooks, dim
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D47340

(cherry picked from commit a5d1cf5e362a2e3c3ebdf6d8f2b86658a6d0b9d6)
</content>
</entry>
<entry>
<title>Ensure that soft updates are not enabled by default when using mdmfs(8)</title>
<updated>2024-10-12T22:33:05Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2024-10-03T15:05:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51b1d399b2de88695030a23430fd6bd9cfb15293'/>
<id>urn:sha1:51b1d399b2de88695030a23430fd6bd9cfb15293</id>
<content type='text'>
When soft updates began being enabled by default that change carried
over to mdmfs(8) which does not want or need them. This fix ensures
that they are only enabled in mdmfs(8) when requested with the -U flag.

Reported by: Ivan Rozhuk
Tested by:   Michael Proto
PR:          279308

(cherry picked from commit 5b21d4ad060acb06c72e0458daebec9bcbf0cefd)
</content>
</entry>
<entry>
<title>Remove "All Rights Reserved" from FreeBSD Foundation copyrights</title>
<updated>2024-09-07T16:30:19Z</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=6b9c7f29b0cdf0da752927ca173f590cdf385c89'/>
<id>urn:sha1:6b9c7f29b0cdf0da752927ca173f590cdf385c89</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)
(cherry picked from commit f06d322e9d925ab56a4aa8210a67637d4d341ab6)
</content>
</entry>
<entry>
<title>vendor/bc: upgrade to version 7.0.0</title>
<updated>2024-09-03T16:30:44Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2024-08-23T16:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d669b3d15bcbb38bbec8023a370b7a56e85a26d'/>
<id>urn:sha1:1d669b3d15bcbb38bbec8023a370b7a56e85a26d</id>
<content type='text'>
This is a production release to fix three bugs, none of which
affects well formed scripts on FreeBSD:

The first bug is that bc/dc will exit on macOS when the terminal
is resized.

The second bug is that an array, which should only be a function
parameter, was accepted as part of larger expressions.

The third bug is that the value stack for dc was cleared on any error.
However, this is not how other dc behave. To bring dc more in line
with other implementations, this behavior was changed. This change is
why this version is a new major version.

(cherry picked from commit 54d20d67e2af28d948ce2df13feb039fa10900fc)
(cherry picked from commit 12e0d316644a4f80f5f1f78cf07bd93def43b1ca)
</content>
</entry>
<entry>
<title>posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP</title>
<updated>2024-03-11T00:29:51Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-03-03T13:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc287f28dfc99bfe47d7a6071f52ddecd9983472'/>
<id>urn:sha1:fc287f28dfc99bfe47d7a6071f52ddecd9983472</id>
<content type='text'>
(cherry picked from commit 822042fdfca79faada89e67110b01dd9ecc05996)
</content>
</entry>
<entry>
<title>dumprestore.h: Fix typos in source code comments</title>
<updated>2024-03-03T17:50:16Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2024-02-27T12:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44f896fc35e326c661ba199155a08fa3defbd62f'/>
<id>urn:sha1:44f896fc35e326c661ba199155a08fa3defbd62f</id>
<content type='text'>
- s/dumpped/dumped/

(cherry picked from commit 8f87d402e32178974038212fbf4b1564447df0e0)
</content>
</entry>
<entry>
<title>Add kcmp(2) userspace bits</title>
<updated>2024-02-11T01:40:29Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-01-19T19:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=819c2372c16db6f2ec794a3c3a179f4d37b37951'/>
<id>urn:sha1:819c2372c16db6f2ec794a3c3a179f4d37b37951</id>
<content type='text'>
(cherry picked from commit 211bdd601ee51f90da9b123807ef68ac122116b9)
</content>
</entry>
<entry>
<title>resolv: Add a required include to resolv.h</title>
<updated>2024-01-15T10:35:35Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2024-01-08T11:52:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4487c6281b6a9347731a06aafada7be57aa2fe19'/>
<id>urn:sha1:4487c6281b6a9347731a06aafada7be57aa2fe19</id>
<content type='text'>
Add a required include to resolv.h for sockaddr_in.  This should reduce
patching required when porting code written with Linux or NetBSD in mind.

PR:		182466
MFC after:	1 week

(cherry picked from commit 58cf91d3b72a01777bacf72d66a648a744ae3143)
</content>
</entry>
<entry>
<title>endian.h: Remove duplicate words</title>
<updated>2024-01-07T20:41:47Z</updated>
<author>
<name>Jose Luis Duran</name>
<email>jlduran@gmail.com</email>
</author>
<published>2023-12-10T16:35:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e76e04d0919248421c58247bdf7214f2809e5d0'/>
<id>urn:sha1:8e76e04d0919248421c58247bdf7214f2809e5d0</id>
<content type='text'>
Reviewed by:	emaste
Pull Request:	https://github.com/freebsd/freebsd-src/pull/920

(cherry picked from commit dff3a80f6dfe88c52326ceb2c154668f132fdb52)
(cherry picked from commit 4e1deb61eab2037ab53cebf7d5dd688626d6f094)
</content>
</entry>
</feed>
