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
gnu
i386 Fix some warning nits 2011-10-28 12:02:08 +02:00
ia64
ieee754 Fix accuracy problem in generic sin 2011-10-29 14:08:56 -04:00
mach
posix Cache network interface information 2011-10-31 01:51:16 -04:00
powerpc
pthread
s390
sh
sparc
unix Cache network interface information 2011-10-31 01:51:16 -04:00
wordsize-32
wordsize-64
x86_64 More cleanups of x86-64 strstr 2011-10-28 19:01:48 -04:00