3a2c02424d
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. |
||
---|---|---|
.. | ||
clock_getres.c | ||
clock.c | ||
ctermid.c | ||
cuserid.c | ||
dup2.c | ||
dup.c | ||
euidaccess.c | ||
flock.c | ||
fpathconf.c | ||
gai_strerror-strs.h | ||
gai_strerror.c | ||
getaddrinfo.c | ||
getcwd.c | ||
getdtsz.c | ||
getpagesize.c | ||
gettimeofday.c | ||
isatty.c | ||
isfdtype.c | ||
killpg.c | ||
libc_fatal.c | ||
Makefile | ||
open64.c | ||
pathconf.c | ||
pause.c | ||
posix_fallocate64.c | ||
posix_fallocate.c | ||
pread64.c | ||
pread.c | ||
preadv64.c | ||
preadv.c | ||
profil.c | ||
pwrite64.c | ||
pwrite.c | ||
pwritev64.c | ||
pwritev.c | ||
raise.c | ||
readv.c | ||
remove.c | ||
rename.c | ||
shm_open.c | ||
shm_unlink.c | ||
sigblock.c | ||
sigignore.c | ||
sigintr.c | ||
signal.c | ||
sigpause.c | ||
sigset.c | ||
sigsetmask.c | ||
sigsuspend.c | ||
sigvec.c | ||
sigwait.c | ||
sleep.c | ||
spawni.c | ||
sprofil.c | ||
sysconf.c | ||
system.c | ||
sysv_signal.c | ||
tempname.c | ||
truncate.c | ||
ttyname_r.c | ||
ttyname.c | ||
utimes.c | ||
wait3.c | ||
wait.c | ||
waitid.c | ||
writev.c |