Update.
commitc207f23b0b6b2d215be65e670d453768ad304247
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Sep 2004 15:46:42 +0000 (8 15:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Sep 2004 15:46:42 +0000 (8 15:46 +0000)
tree5d10943ec51bbda849db9ca2fdcc7b43feb2011c
parent0a3ad40da92c0036bd3bd87949f7d7d9864c31c7
Update.

* nscd/connections.c: Implement r/o sharing of nscd's cache with client
processes via shared memory.
* nscd/nscd-client.h: Likewise.
* nscd/nscd.h: Likewise.
* nscd/nscd_conf.c: Likewise.
* nscd/nscd_getgr_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise.
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd.conf: Add new config parameters.
* nscd/Makefile (aux): Add nscd_helper.
* nscd/nscd_helper.c: New file.
* nscd/mem.c (gc): Indicate beginning and end of the gc cycle.

* nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
no derived information.
* connections.c (nscd_init): Fix bug in testing size of the persistent.

* nis/Makefile (aux): Add nis_hash.
* nis/nis_hash.c: New file.  Split out from nis_util.c.
* nis/nis_util.c: Move __nis_hash code in separate file.

* csu/tst-atomic.c: Improve atomic_increment_val test which would
not have found a ppc bug.
17 files changed:
ChangeLog
csu/tst-atomic.c
nis/Makefile
nis/nis_hash.c [copied from nis/nis_util.c with 72% similarity]
nis/nis_util.c
nscd/Makefile
nscd/connections.c
nscd/hstcache.c
nscd/mem.c
nscd/nscd-client.h
nscd/nscd.conf
nscd/nscd.h
nscd/nscd_conf.c
nscd/nscd_getgr_r.c
nscd/nscd_gethst_r.c
nscd/nscd_getpw_r.c
nscd/nscd_helper.c [new file with mode: 0644]