<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/rpc, 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>2022-04-09T06:22:29Z</updated>
<entry>
<title>rpc(3): Fix two typos in source code comments</title>
<updated>2022-04-09T06:22:29Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-02T07:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b18f3a0b220dc13f6dd89797add3aa10f37dc229'/>
<id>urn:sha1:b18f3a0b220dc13f6dd89797add3aa10f37dc229</id>
<content type='text'>
- s/alloctaed/allocated/

Obtained from:	NetBSD

(cherry picked from commit 5c49e1cbea1beef4d3c5c4096ed48664c3c218df)
</content>
</entry>
<entry>
<title>libc: Fix a typo in a source code comment</title>
<updated>2022-04-02T13:43:22Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-02-06T16:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f6bb2a6ceb88c24ccb168f51c7c5b5b2508e831'/>
<id>urn:sha1:6f6bb2a6ceb88c24ccb168f51c7c5b5b2508e831</id>
<content type='text'>
- s/compnent/component/

(cherry picked from commit 066e393f8f76156d9029e8ba6d16915a58d4cd67)
</content>
</entry>
<entry>
<title>libc clnt_com_create: relock rpcsoc_lock earlier when port is obtained from portmapper</title>
<updated>2022-01-15T12:57:40Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2022-01-09T05:09:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac82aa1bf742def55998d27e98496b46c18cfcd5'/>
<id>urn:sha1:ac82aa1bf742def55998d27e98496b46c18cfcd5</id>
<content type='text'>
PR:	261051

(cherry picked from commit 6d06bc688eb5a9f9e389b69c388d591a40edc422)
</content>
</entry>
<entry>
<title>rpc(3): Correct a few common typos in source code comments</title>
<updated>2021-08-25T06:27:09Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2021-08-22T06:16:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f251abcdfe15836186c69a2b279255e077a45277'/>
<id>urn:sha1:f251abcdfe15836186c69a2b279255e077a45277</id>
<content type='text'>
- s/therfore/therefor/
- s/activte/active/

Obtained from:	NetBSD

(cherry picked from commit 0d55bc8eb2ab9508c43e135616ca887ed719ea9a)
</content>
</entry>
<entry>
<title>MFC r359978:</title>
<updated>2020-04-27T23:47:40Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2020-04-27T23:47:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33b80acf60a1cdf0390c7acc33f13022c7a9515b'/>
<id>urn:sha1:33b80acf60a1cdf0390c7acc33f13022c7a9515b</id>
<content type='text'>
Fix -Wvoid-pointer-to-enum-cast warnings.

This pattern is used in callbacks with void * data arguments and seems
both relatively uncommon and relatively harmless.  Silence the warning
by casting through uintptr_t.

This warning is on by default in Clang 11.

Reviewed by:	arichardson
Obtained from:	CheriBSD (partial)
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24425
</content>
</entry>
<entry>
<title>MFC r357576:</title>
<updated>2020-02-19T16:17:51Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-02-19T16:17:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1154e935e9941c7a441fb4bf8e6994d97ab828cd'/>
<id>urn:sha1:1154e935e9941c7a441fb4bf8e6994d97ab828cd</id>
<content type='text'>
Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().

PR:	243759
</content>
</entry>
<entry>
<title>MFC r350957:</title>
<updated>2019-09-02T08:20:02Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-09-02T08:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=02359204ae9f8adb95db1a67a8187b794e369b66'/>
<id>urn:sha1:02359204ae9f8adb95db1a67a8187b794e369b66</id>
<content type='text'>
Increase YPMAXRECORD to 16M to be compatible with Linux.

Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>Fix CONFS to append the value in this case.</title>
<updated>2018-09-18T01:38:44Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-09-18T01:38:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34da9e380257b2bcbb6de48bfbfaed5238aa69c0'/>
<id>urn:sha1:34da9e380257b2bcbb6de48bfbfaed5238aa69c0</id>
<content type='text'>
Approved by:	re (blanket, pkgbase), will (mentor)
</content>
</entry>
<entry>
<title>Move rpc and netconfig to lib/libc/rpc/</title>
<updated>2018-09-17T19:20:50Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-09-17T19:20:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77e4a39103314a5c1f3ca673097e0b7f78ebf361'/>
<id>urn:sha1:77e4a39103314a5c1f3ca673097e0b7f78ebf361</id>
<content type='text'>
This uses relative paths to make it more specific to avoid any potential
future problems with .PATH and leverages CONFS.

libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.

Approved by:	re (gjb), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D17163
</content>
</entry>
<entry>
<title>des_crypt.3: Fix typo.</title>
<updated>2018-03-07T09:31:27Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-07T09:31:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ab39aa5261bd911ac95d7c26b78894ede35b5aa'/>
<id>urn:sha1:7ab39aa5261bd911ac95d7c26b78894ede35b5aa</id>
<content type='text'>
Obtained from:	DragonflyBSD (a78d083cf561cf325e8f1a151251b8901159e2ce)
MFC After:	3 days
</content>
</entry>
</feed>
