diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-05-17 Ulrich Drepper <drepper@redhat.com> + * nscd/nscd.h (mem_in_flight): Replace blockaddr field with + blockoff of type nscd_ssize_t. + * nscd/mem.c (gc): Simplify markrange call for on-flight blocks. + (mempoll_alloc): Record block offset and not address. + * nscd/mem.c (gc): Fix test for stack overuse. * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups, |