diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 17:24:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 17:24:52 +0000 |
commit | d6db09753a9d33d5f5b98d402b01a2b168ac7785 (patch) | |
tree | cb637742eee00b837dbd8db1d777061e12ec2998 /ChangeLog | |
parent | 801ddb6a034c436be7e9ede6865aa2bd39ecfa3c (diff) | |
download | glibc-d6db09753a9d33d5f5b98d402b01a2b168ac7785.tar.gz glibc-d6db09753a9d33d5f5b98d402b01a2b168ac7785.tar.xz glibc-d6db09753a9d33d5f5b98d402b01a2b168ac7785.zip |
Update.
2004-08-25 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c: Make socket nonblocking so that threads don't get stuck on accept. Fix locking. * nscd/grpcache.c (cache_addgr): Use cope of original key in hash entry with alternative key. * nscd/pwdcache.c (cache_addpw): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e72f0f94cc..5b2d4cfd29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-08-25 Ulrich Drepper <drepper@redhat.com> + + * nscd/connections.c: Make socket nonblocking so that threads + don't get stuck on accept. Fix locking. + + * nscd/grpcache.c (cache_addgr): Use cope of original key in hash + entry with alternative key. + * nscd/pwdcache.c (cache_addpw): Likewise. + 2004-08-25 Richard Sandiford <rsandifo@redhat.com> * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set |