glibc/sysdeps
Ulrich Drepper 3a2c02424d Cache network interface information
Whenever getaddrinfo needed network interface information it used the
netlink interface to read the information every single time.  The
problem is that this information can change at any time.

The patch implements monitoring of the network interfaces through
nscd.  If no change is detected the previously read information can
be reused (which is the norm).  This timestamp information is also
made available to other processes using the shared memory segment
between nscd and those processes.
2011-10-31 01:51:16 -04:00
..
generic Improve printing of lookup scopes 2011-08-16 16:11:03 -04:00
gnu Remove support for automatic cvs check-ins 2011-09-08 23:19:04 -04:00
i386 Fix some warning nits 2011-10-28 12:02:08 +02:00
ia64 Optimize libm 2011-10-12 11:27:51 -04:00
ieee754 Fix accuracy problem in generic sin 2011-10-29 14:08:56 -04:00
mach Remove --wth-tls option, TLS support is required 2011-09-11 15:02:01 -04:00
posix Cache network interface information 2011-10-31 01:51:16 -04:00
powerpc Optimize libm 2011-10-12 11:27:51 -04:00
pthread Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. 2011-08-23 23:24:01 -07:00
s390 Adjust s390 libm ULPs 2011-10-14 11:41:06 +02:00
sh Don't call ifunc functions in trace mode 2011-10-05 14:35:40 +02:00
sparc Optimize libm 2011-10-12 11:27:51 -04:00
unix Cache network interface information 2011-10-31 01:51:16 -04:00
wordsize-32 * po/.cvsignore: List libc.pot.files, and not any .pot names. 2006-01-08 06:46:10 +00:00
wordsize-64 Implement scandirat function 2011-08-09 09:57:55 -04:00
x86_64 More cleanups of x86-64 strstr 2011-10-28 19:01:48 -04:00