glibc/nscd
Ulrich Drepper dc4bb1c2be * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
getdomainname): Add __NTH.
	* stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
	Likewise.
	(realpath): Likewise.  Use __const instead of const.  Add __restrict
	keywords.
	* socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
	* wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
	wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
	mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
	* string/bits/string3.h (__memset_ichk): Likewise.
	(__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
	__stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
	__strncat_ichk): Likewise.  Use __const instead of const.
	(__stpncpy_chk): Use __const instead of const.
	(__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.

2005-08-08  Ulrich Drepper  <drepper@redhat.com>
	    Jakub Jelinek  <jakub@redhat.com>

	* nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
	definitions to...
	* nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
	* nscd/connections.c (usekey): New enum.
	(check_use, verify_persistent_db): New functions.
	(nscd_init): If persistent database is corrupted, unlink it and
	recreate rather than falling back to non-persistent database.
	Call verify_persistent_db.  Avoid overflows in total computation.

2005-08-08  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
	better readable.  Avoid passing var to loop function, it's not
	necessary at all.
2005-08-08 19:04:11 +00:00
..
aicache.c * nscd/aicache.c (addhstaiX): Tweak type to avoid warning. 2005-03-17 09:43:50 +00:00
cache.c 2.5-18.1 2007-07-12 18:26:36 +00:00
connections.c * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, 2005-08-08 19:04:11 +00:00
dbg_log.c 2.5-18.1 2007-07-12 18:26:36 +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 * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID 2005-07-18 21:07:28 +00:00
hstcache.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
initgrcache.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
Makefile * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o). 2005-07-22 05:35:27 +00:00
mem.c * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, 2005-08-08 19:04:11 +00:00
nscd_conf.c 2.5-18.1 2007-07-12 18:26:36 +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/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +00:00
nscd_getpw_r.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +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 * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR 2005-06-26 18:28:35 +00:00
nscd-client.h Include sys/uio.h. (__readall, __readvall, writeall): New prototypes. 2005-02-22 22:51:26 +00:00
nscd.c (main): Don't ignore result of chdir call. 2005-07-19 15:30:46 +00:00
nscd.conf 2.5-18.1 2007-07-12 18:26:36 +00:00
nscd.h * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, 2005-08-08 19:04:11 +00:00
nscd.init * nscd/nscd.init: Get more in line with lsb3. 2005-06-20 15:49:08 +00:00
pwdcache.c * nscd/nscd-client.h: Include sys/uio.h. 2005-02-22 22:58:32 +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