glibc/sysdeps
Ulrich Drepper 5228ba2fe8 * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
fields.
	* nscd/connections.c (inotify_fd): New variable.
	(nscd_init): Try to open an inotify descriptor.
	If successful, watch files for databases using inotify instead of
	having prune threads stat the files.
	(nscd_run_prune): Recognize clear_cache flag being set and call
	prune_cache appropriately.
	(main_loop_poll): Add inotify descriptor to wait set and handle the
	reported changes.
	(main_loop_epoll): Likewise.
	* nscd/cache.c (prune_cache): Don't stat files for databases if
	inotify is used.
	* sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
	(CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2008-06-12 22:40:27 +00:00
..
alpha * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. 2007-09-15 02:38:04 +00:00
generic [BZ #5786] 2008-03-08 07:35:10 +00:00
gnu [BZ #5628] 2008-01-16 23:49:43 +00:00
i386 [BZ #6442] 2008-05-15 02:54:33 +00:00
ia64 [BZ #6442] 2008-05-15 02:54:33 +00:00
ieee754 [BZ #3406] 2008-05-11 17:49:25 +00:00
mach * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0, 2008-05-06 00:07:02 +00:00
posix * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no 2008-05-17 21:44:56 +00:00
powerpc * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept. 2008-04-12 03:39:30 +00:00
pthread * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary 2007-11-10 19:40:16 +00:00
s390 [BZ #6442] 2008-05-15 02:54:33 +00:00
sh * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers. 2007-07-15 00:12:18 +00:00
sparc * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h 2008-05-20 19:23:00 +00:00
unix * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache 2008-06-12 22:40:27 +00:00
wordsize-32 * po/.cvsignore: List libc.pot.files, and not any .pot names. 2006-01-08 06:46:10 +00:00
wordsize-64 * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. 2007-11-10 19:36:06 +00:00
x86_64 [BZ #6442] 2008-05-15 02:54:33 +00:00