From 30294ea4495e48e0103fee4d855737a281cc49fa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Nov 2007 21:08:01 +0000 Subject: * nscd/nscd.h (MAX_STACK_USE): Define. * nscd/mem.c (MAX_STACK_USE): Remove definition here. (gc): Initialize stack_used based on allocation in prune_cache. * nscd/cache.c (prune_cache): Use heap for mark array if necessary. Clear array bfore use. * nscd/aicache.c (addhstaiX): Update statistics counter in case memory allocate failed. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 97a5f1abc8..cc33cef5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-11-25 Ulrich Drepper + + * nscd/nscd.h (MAX_STACK_USE): Define. + * nscd/mem.c (MAX_STACK_USE): Remove definition here. + (gc): Initialize stack_used based on allocation in prune_cache. + * nscd/cache.c (prune_cache): Use heap for mark array if necessary. + Clear array bfore use. + + * nscd/aicache.c (addhstaiX): Update statistics counter in case + memory allocate failed. + 2007-11-23 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open -- cgit v1.2.3