summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/nscachedcli.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-061-1/+1
| | | | | | | 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.
* libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.jilles2013-03-131-4/+5
| | | | | | | | | 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
* Use _kevent() instead of kevent().ume2006-12-041-7/+7
| | | | Requested by: nork
* Fix alignment problem on AMD64.ume2006-05-021-4/+4
| | | | | | Reported by: Pascal Hofstee <caelian__at__gmail.com> Submitted by: Michael Bushkov <bushman__at__rsu.ru> Tested by: Pascal Hofstee <caelian__at__gmail.com>
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+576
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
OpenPOWER on IntegriCloud