diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-25 21:08:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-25 21:08:01 +0000 |
commit | 30294ea4495e48e0103fee4d855737a281cc49fa (patch) | |
tree | 23a6e4b71c9fb7758596f212085e0ce8eaf7e4b9 /ChangeLog | |
parent | 609bb0712d522828bf52eb539d0b590ae153e55f (diff) | |
download | glibc-30294ea4495e48e0103fee4d855737a281cc49fa.tar.gz glibc-30294ea4495e48e0103fee4d855737a281cc49fa.tar.xz glibc-30294ea4495e48e0103fee4d855737a281cc49fa.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 97a5f1abc8..cc33cef5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-11-25 Ulrich Drepper <drepper@redhat.com> + + * 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 <drepper@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open |