<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/net/nscachedcli.c, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>libc: spelling fixes.</title>
<updated>2016-04-30T01:24:24+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-30T01:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32223c1b7dea9bcf5ccb35a6462fb6a29a344910'/>
<id>32223c1b7dea9bcf5ccb35a6462fb6a29a344910</id>
<content type='text'>
Mostly on comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly on comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: Use SOCK_CLOEXEC for various internal file descriptors.</title>
<updated>2013-09-06T21:02:06+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-09-06T21:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=72531978821afe9e9a389ac41b84dbe78ab44bfb'/>
<id>72531978821afe9e9a389ac41b84dbe78ab44bfb</id>
<content type='text'>
This change avoids undesirably passing some internal file descriptors to a
process created (fork+exec) by another thread.

Kernel support for SOCK_CLOEXEC was added in r248534, March 19, 2013.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change avoids undesirably passing some internal file descriptors to a
process created (fork+exec) by another thread.

Kernel support for SOCK_CLOEXEC was added in r248534, March 19, 2013.
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.</title>
<updated>2013-03-13T18:38:18+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-03-13T18:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37aafc331859ee6a3c5b9306a9cc095d51c6b300'/>
<id>37aafc331859ee6a3c5b9306a9cc095d51c6b300</id>
<content type='text'>
It is almost always a bug if nscd closes the connection unexpectedly but
programs should not be killed with SIGPIPE for it.

Reviewed by:	bushman
Tested by:	Jan Beich
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is almost always a bug if nscd closes the connection unexpectedly but
programs should not be killed with SIGPIPE for it.

Reviewed by:	bushman
Tested by:	Jan Beich
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _kevent() instead of kevent().</title>
<updated>2006-12-04T17:08:43+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-12-04T17:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=909e7467d8afed96cafa3157be932bafd83f2461'/>
<id>909e7467d8afed96cafa3157be932bafd83f2461</id>
<content type='text'>
Requested by:	nork
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by:	nork
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alignment problem on AMD64.</title>
<updated>2006-05-02T23:02:32+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-05-02T23:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b947683ce1832f8c00952e397ff8b011645b9165'/>
<id>b947683ce1832f8c00952e397ff8b011645b9165</id>
<content type='text'>
Reported by:	Pascal Hofstee &lt;caelian__at__gmail.com&gt;
Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Tested by:	Pascal Hofstee &lt;caelian__at__gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	Pascal Hofstee &lt;caelian__at__gmail.com&gt;
Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Tested by:	Pascal Hofstee &lt;caelian__at__gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Extend the nsswitch to support Services, Protocols and Rpc</title>
<updated>2006-04-28T12:03:38+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-04-28T12:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06a99fe36f0aac93e7689da6b3f07b727750691f'/>
<id>06a99fe36f0aac93e7689da6b3f07b727750691f</id>
<content type='text'>
  databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Sponsored by:	Google Summer of Code 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Sponsored by:	Google Summer of Code 2005
</pre>
</div>
</content>
</entry>
</feed>
