glibc/nscd
Ulrich Drepper eac1079146 * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
(struct shmid_ds): Use it for shm_nattch field.

2005-11-18  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL,
	set access and modification times of the file referenced by FD.
	* sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if
	FILE is NULL.  Don't check FD if FILE is absolute path.

2005-11-19  Ulrich Drepper  <drepper@redhat.com>

	* nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call
	if there are no aliases.

	* sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c,
	CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c,
	CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE.
	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
	Define.
	* nscd/pwdcache.c [HAVE_SENDFILE]: Include <sys/sendfile.h> and
	<kernel-features.h>.
	[HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive
	result.
	* nscd/grpcache.c: Likewise.
	* nscd/hstcache.c: Likewise.
	* nscd/aicache.c: Likewise.
	* nscd/initgrcache.c: Likewise.
	* nscd/connectionc.c: Likewise.
2005-11-19 17:22:39 +00:00
..
aicache.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
cache.c * nscd/cache.c (prune_cache): Add more debug output. Only for 2005-08-16 22:47:26 +00:00
connections.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
dbg_log.c * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen. 2005-09-20 20:15:15 +00:00
dbg_log.h [BZ #18] 2004-02-17 05:16:49 +00:00
Depend Update. 1998-11-19 11:23:37 +00:00
gai.c 2.5-18.1 2007-07-12 18:26:36 +00:00
getgrgid_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
getgrnam_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
gethstbyad_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
gethstbynm2_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
getpwnam_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
getpwuid_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
grpcache.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
hstcache.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
initgrcache.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
Makefile * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o). 2005-07-22 05:35:27 +00:00
mem.c * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h. 2005-08-23 23:21:53 +00:00
nscd_conf.c * nscd/nscd.c (main): Use error while process isn't running in the 2005-08-24 06:37:27 +00:00
nscd_getai.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
nscd_getgr_r.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call if there are no aliases. 2005-11-19 17:09:03 +00:00
nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of GC runs. 2005-09-22 14:35:11 +00:00
nscd_helper.c * nscd/nscd_helper.c: Add a few __builtin_expect. 2005-07-14 02:53:33 +00:00
nscd_initgroups.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
nscd_nischeck.c * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
nscd_proto.h Update. 2004-09-30 02:24:51 +00:00
nscd_stat.c 2005-11-18 Paul Brook <paul@codesourcery.com> 2005-11-18 22:42:21 +00:00
nscd-client.h Include sys/uio.h. (__readall, __readvall, writeall): New prototypes. 2005-02-22 22:51:26 +00:00
nscd.c * nscd/nscd.c (main): Use error while process isn't running in the 2005-08-24 06:37:27 +00:00
nscd.conf * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h. 2005-08-23 23:21:53 +00:00
nscd.h * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h. 2005-08-23 23:21:53 +00:00
nscd.init * nscd/nscd.init: Get more in line with lsb3. 2005-06-20 15:49:08 +00:00
pwdcache.c * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type. 2005-11-19 17:22:39 +00:00
selinux.c * nscd/nscd.init: Get more in line with lsb3. 2005-06-20 15:49:08 +00:00
selinux.h 2.5-18.1 2007-07-12 18:26:36 +00:00