<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include, branch release/14.2.0-p4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.2.0-p4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.2.0-p4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-11-05T16:17:03Z</updated>
<entry>
<title>rpc: Fix the definition of xdr_void()</title>
<updated>2024-11-05T16:17:03Z</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=a231e2990776a28f8c3b01b946e7774b3f6bb39b'/>
<id>urn:sha1:a231e2990776a28f8c3b01b946e7774b3f6bb39b</id>
<content type='text'>
xdr_void() should have type xdrproc_t, make it so.

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

(cherry picked from commit a5d1cf5e362a2e3c3ebdf6d8f2b86658a6d0b9d6)
(cherry picked from commit b698c825f3b6699b278122da776bdfe5f360619f)
</content>
</entry>
<entry>
<title>Ensure that soft updates are not enabled by default when using mdmfs(8)</title>
<updated>2024-10-12T22:30:06Z</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=54416c6e137980197ee7a3cdc124174642f32af2'/>
<id>urn:sha1:54416c6e137980197ee7a3cdc124174642f32af2</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>vendor/bc: upgrade to version 7.0.0</title>
<updated>2024-09-03T16:28:14Z</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=e0fd6004ef0edee3d858564271bcea3eb70145d1'/>
<id>urn:sha1:e0fd6004ef0edee3d858564271bcea3eb70145d1</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)

MFC after:	3 days

(cherry picked from commit 12e0d316644a4f80f5f1f78cf07bd93def43b1ca)
</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>sysexits: Tidy deprecated header and manual</title>
<updated>2024-05-21T03:10:15Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>concussious@runbox.com</email>
</author>
<published>2024-05-10T02:43:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7d689faaf77d303d2b9d050e25d8f710719be4b'/>
<id>urn:sha1:e7d689faaf77d303d2b9d050e25d8f710719be4b</id>
<content type='text'>
&lt;sysexits.h&gt; was deprecated in the base system in a1432b4 for FreeBSD
8.0 and is retained only for backwards compatibility.  Make that clear,
since sysexits(3) suggested using it since it was in style(9) prior
to this.

MFC after:	1 week
Co-authored-by:	imp
Fixes:		a1432b4
Reviewed by:	imp, pauamma (previous version)
Pull Request	https://github.com/freebsd/freebsd-src/pull/1195

(cherry picked from commit 5ccaab1797e5bdc404f2299ebaec1265547a4744)
</content>
</entry>
<entry>
<title>libthr: add pthread_sigqueue(3)</title>
<updated>2024-04-30T00:48:09Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-04-19T14:40:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e449481bee5fd08d4342156696eb4a6eef531ef0'/>
<id>urn:sha1:e449481bee5fd08d4342156696eb4a6eef531ef0</id>
<content type='text'>
PR:	278459

(cherry picked from commit 220aa0f450409948b869237e5c4505f992c913ce)
</content>
</entry>
<entry>
<title>posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP</title>
<updated>2024-03-11T00:25:58Z</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=b5e95d17ec8958e26efe70368405e6dd18df6336'/>
<id>urn:sha1:b5e95d17ec8958e26efe70368405e6dd18df6336</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:48:14Z</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=cdadccec763d0d7b3f4421acd2f964c7b7c3e06f'/>
<id>urn:sha1:cdadccec763d0d7b3f4421acd2f964c7b7c3e06f</id>
<content type='text'>
- s/dumpped/dumped/

(cherry picked from commit 8f87d402e32178974038212fbf4b1564447df0e0)
</content>
</entry>
<entry>
<title>libc: expose execvpe for Linux compat</title>
<updated>2024-02-18T10:01:46Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2023-12-11T19:24:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0667d0e0e3658128098ff4d672f5c2ce8aa9068e'/>
<id>urn:sha1:0667d0e0e3658128098ff4d672f5c2ce8aa9068e</id>
<content type='text'>
PR:		275370

(cherry picked from commit 8ccd0b876e67fda6249f294ff484798cc1e1569f)
</content>
</entry>
<entry>
<title>Add kcmp(2) userspace bits</title>
<updated>2024-01-30T20:24:42Z</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=f8d885c08dfc3d93ba00ae216c9587e990d64a5b'/>
<id>urn:sha1:f8d885c08dfc3d93ba00ae216c9587e990d64a5b</id>
<content type='text'>
(cherry picked from commit 211bdd601ee51f90da9b123807ef68ac122116b9)
</content>
</entry>
</feed>
