Update.
commita95a08b4af38992cbcf3d1da97199ef19528fbde
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Aug 2004 18:35:05 +0000 (26 18:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Aug 2004 18:35:05 +0000 (26 18:35 +0000)
tree669bba61a337bf8b9c9c15857877bc589792435c
parent1114ffff54dfbd35cbff9c845376b8221c2c9ced
Update.

2004-08-26  Ulrich Drepper  <drepper@redhat.com>

* nscd/cache.c: Major rewrite.  The data is now optionally kept in
a mmaped memory region which is automatically mirrored on disk.
This implements persistent data storage.  The Memory handled
needed to be completely revamped, it now uses a garbage collection
mechanism instead of malloc.
* nscd/connections.c: Likewise.
* nscd/nscd.c: Likewise.
* nscd/nscd.h: Likewise.
* nscd/nscd_conf.c: Likewise.
* nscd/nscd_stat.c: Likewise.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c:: Likewise.
* nscd/pwdcache.c:: Likewise.
* nscd/Makefile: Add rules to build mem.c.
* nscd/mem.c: New file.
* nscd/nscd.conf: Describe new configuration options.
14 files changed:
ChangeLog
nscd/Makefile
nscd/cache.c
nscd/connections.c
nscd/grpcache.c
nscd/hstcache.c
nscd/mem.c [new file with mode: 0644]
nscd/nscd.c
nscd/nscd.conf
nscd/nscd.h
nscd/nscd_conf.c
nscd/nscd_getgr_r.c
nscd/nscd_stat.c
nscd/pwdcache.c